projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
UI_process() didn't generate errors
[oweals/openssl.git]
/
crypto
/
x509v3
/
2016-11-17
FdaSilvaYY
Missing free item on push failure
tree
|
commitdiff
2016-08-23
FdaSilvaYY
Constify some X509_NAME, ASN1 printing code
tree
|
commitdiff
2016-08-23
FdaSilvaYY
Constify some input parameters.
tree
|
commitdiff
2016-08-18
Dr. Stephen Henson
Constify i2a*
tree
|
commitdiff
2016-08-17
Matt Caswell
Convert X509_CRL* functions to use const getters
tree
|
commitdiff
2016-08-16
Dr. Stephen Henson
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
tree
|
commitdiff
2016-08-06
Tomas Mraz
Fix irregularities in GENERAL_NAME_print().
tree
|
commitdiff
2016-08-05
klemens
spelling fixes, just comments and readme.
tree
|
commitdiff
2016-08-04
FdaSilvaYY
Constify two internal methods
tree
|
commitdiff
2016-07-26
David Benjamin
Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.
tree
|
commitdiff
2016-07-25
Richard Levitte
Make it possible for external code to set the certiciat...
tree
|
commitdiff
2016-07-25
FdaSilvaYY
Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
tree
|
commitdiff
2016-07-25
FdaSilvaYY
Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
tree
|
commitdiff
2016-07-25
FdaSilvaYY
Constify i2s_ASN1_INTEGER, X509V3_get_d2i
tree
|
commitdiff
2016-07-25
FdaSilvaYY
Enforce and explicit some const casting
tree
|
commitdiff
2016-07-25
FdaSilvaYY
Constify SXNET_add_id_*
tree
|
commitdiff
2016-07-23
Richard Levitte
Make it possible for external code to flag a certificat...
tree
|
commitdiff
2016-07-20
Kurt Roeckx
Check for errors allocating the error strings.
tree
|
commitdiff
2016-07-11
Dr. Stephen Henson
Add nameConstraints commonName checking.
tree
|
commitdiff
2016-06-29
FdaSilvaYY
Spelling
tree
|
commitdiff
2016-06-20
Kurt Cancemi
Remove pointless free loop in X509_PURPOSE_cleanup()
tree
|
commitdiff
2016-06-16
FdaSilvaYY
Spelling fixes
tree
|
commitdiff
2016-06-15
FdaSilvaYY
Constify input buffers of some X509V3 and X509_PURPOSE...
tree
|
commitdiff
2016-06-14
Matt Caswell
Remove an unused variable assignment
tree
|
commitdiff
2016-06-11
Kurt Roeckx
Specify array sizes
tree
|
commitdiff
2016-06-10
Matt Caswell
Fix an error path leak in do_ext_nconf()
tree
|
commitdiff
2016-06-08
Rich Salz
Add some accessor API's
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify X509V3_EXT_*_conf*
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify s2i_ASN1_IA5STRING
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify s2i_ASN1_INTEGER
tree
|
commitdiff
2016-06-03
Pauli
Fix threading issue that at best will leak memory
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on set_reasons() error path
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on int X509_PURPOSE_add() error path
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory in v2i_POLICY_MAPPINGS() on error...
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory from notice_section function on error...
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory in v2i_AUTHORITY_KEYID
tree
|
commitdiff
2016-05-28
Richard Levitte
Change a call of OPENSSL_strcasecmp to strcasecmp
tree
|
commitdiff
2016-05-23
Rich Salz
Remove unused error/function codes.
tree
|
commitdiff
2016-05-18
Viktor Dukhovni
Ensure verify error is set when X509_verify_cert()...
tree
|
commitdiff
2016-05-17
Rich Salz
Copyright consolidation 08/10
tree
|
commitdiff
2016-05-17
Rich Salz
Copyright consolidation 07/10
tree
|
commitdiff
2016-05-16
Rich Salz
Use OPENSSL_hexchar2int
tree
|
commitdiff
2016-04-28
FdaSilvaYY
various spelling fixes
tree
|
commitdiff
2016-04-28
Matt Caswell
Free an ASN1_OBJECT in an error path
tree
|
commitdiff
2016-04-21
Matt Caswell
Fix a missing return value check in v3_addr
tree
|
commitdiff
2016-04-20
Richard Levitte
Remove --classic build entirely
tree
|
commitdiff
2016-04-18
Rich Salz
Make string_to_hex/hex_to_string public
tree
|
commitdiff
2016-04-18
Rich Salz
Rename some lowercase API's
tree
|
commitdiff
2016-04-04
Rich Salz
Revert "various spelling fixes"
tree
|
commitdiff
2016-04-04
FdaSilvaYY
various spelling fixes
tree
|
commitdiff
2016-03-22
Dr. Stephen Henson
Make X509_PUBKEY opaque
tree
|
commitdiff
2016-03-21
Richard Levitte
Remove the remainder of util/mk1mf.pl and companion...
tree
|
commitdiff
2016-03-10
Viktor Dukhovni
Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
tree
|
commitdiff
2016-03-08
Alessandro Ghedini
Convert CRYPTO_LOCK_X509_* to new multi-threading API
tree
|
commitdiff
2016-03-04
Dmitry-Me
GH769: Reuse strndup()
tree
|
commitdiff
2016-02-25
Adam Eijdenberg
Add more CT utility routines to be used as part of...
tree
|
commitdiff
2016-02-24
Flavio Medeiros
GH480: Don't break statements with CPP stuff.
tree
|
commitdiff
2016-02-22
Rich Salz
Remove unused parameters from internal functions
tree
|
commitdiff
2016-02-20
Richard Levitte
Always build library object files with shared library...
tree
|
commitdiff
2016-02-18
Richard Levitte
Remove all special make depend flags, as well as OPENSS...
tree
|
commitdiff
2016-02-05
FdaSilvaYY
GH601: Various spelling fixes.
tree
|
commitdiff
2016-02-05
Viktor Dukhovni
Long overdue cleanup of X509 policy tree verification
tree
|
commitdiff
2016-02-01
Richard Levitte
unified build scheme: add build.info files
tree
|
commitdiff
2016-01-29
Viktor Dukhovni
Fix invalid policy detection
tree
|
commitdiff
2016-01-29
Rich Salz
Templatize util/domd
tree
|
commitdiff
2016-01-28
Viktor Dukhovni
Comment side-effect only calls of X509_check_purpose
tree
|
commitdiff
2016-01-26
Rich Salz
Remove /* foo.c */ comments
tree
|
commitdiff
2016-01-20
Rich Salz
Remove update tags
tree
|
commitdiff
2016-01-17
Rich Salz
Remove some old makefile targets
tree
|
commitdiff
2016-01-15
Zi Lin
NGX-2040 - fix wildcard match on punycode/IDNA DNS...
tree
|
commitdiff
2016-01-12
Rich Salz
Move Makefiles to Makefile.in
tree
|
commitdiff
2016-01-12
Richard Levitte
make update
tree
|
commitdiff
2016-01-07
Dr. Stephen Henson
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
tree
|
commitdiff
2016-01-07
Dr. Stephen Henson
Fix declarations and constification for inline stack.
tree
|
commitdiff
2015-12-18
Richard Levitte
Remove the "eay" c-file-style indicators
tree
|
commitdiff
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
tree
|
commitdiff
2015-12-10
Rob Stradling
Support the TLS Feature (aka Must Staple) X.509v3 exten...
tree
|
commitdiff
2015-12-09
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-11-09
Matt Caswell
Continue standardising malloc style for libcrypto
tree
|
commitdiff
2015-11-05
Dr. Stephen Henson
Rebuild error source files.
tree
|
commitdiff
2015-10-18
Richard Levitte
make update
tree
|
commitdiff
2015-10-18
Richard Levitte
Because ct_locl.h is used between modules, move it...
tree
|
commitdiff
2015-10-15
Dr. Stephen Henson
Fix self signed handling.
tree
|
commitdiff
2015-10-09
Adam Eijdenberg
Initial commit for Certificate Transparency support
tree
|
commitdiff
2015-09-22
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-09-22
Dr. Stephen Henson
header includes
tree
|
commitdiff
2015-09-22
Dr. Stephen Henson
New function X509_get0_subject_key_id()
tree
|
commitdiff
2015-09-16
Dr. Stephen Henson
Embed X509_REQ_INFO
tree
|
commitdiff
2015-09-16
Dr. Stephen Henson
Embed X509_CINF
tree
|
commitdiff
2015-09-16
Dr. Stephen Henson
X509_CRL_INFO embed
tree
|
commitdiff
2015-09-14
Kurt Roeckx
d2i: don't update input pointer on failure
tree
|
commitdiff
2015-09-11
Dr. Stephen Henson
Fix "defined but not used" warnings.
tree
|
commitdiff
2015-09-11
Ben Laurie
Enable -Wmissing-variable-declarations and
tree
|
commitdiff
2015-09-09
David Woodhouse
RT3992: Make SCT #ifdeffable.
tree
|
commitdiff
2015-09-05
Dr. Stephen Henson
Avoid direct X509 structure access
tree
|
commitdiff
2015-09-03
David Woodhouse
Revert "OPENSSL_NO_xxx cleanup: RFC3779"
tree
|
commitdiff
2015-09-03
Rich Salz
remove 0 assignments.
tree
|
commitdiff
2015-09-03
Richard Levitte
Win32 build fix: include internal/numbers.h to get...
tree
|
commitdiff
2015-09-03
Rich Salz
Add and use OPENSSL_zalloc
tree
|
commitdiff
2015-09-02
Dr. Stephen Henson
make update
tree
|
commitdiff
next