aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Constify i2a*Dr. Stephen Henson2016-08-181-1/+1
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-171-2/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-162-2/+2
* Fix irregularities in GENERAL_NAME_print().Tomas Mraz2016-08-051-2/+2
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Constify two internal methodsFdaSilvaYY2016-08-041-2/+2
* Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin2016-07-261-1/+1
* Make it possible for external code to set the certiciate proxy path lengthRichard Levitte2016-07-251-0/+14
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-251-1/+1
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-251-1/+1
* Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY2016-07-251-1/+1
* Enforce and explicit some const castingFdaSilvaYY2016-07-251-1/+1
* Constify SXNET_add_id_*FdaSilvaYY2016-07-251-5/+5
* Make it possible for external code to flag a certificate as a proxy one.Richard Levitte2016-07-231-0/+5
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-111-0/+46
* SpellingFdaSilvaYY2016-06-291-1/+1
* Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi2016-06-201-3/+0
* Spelling fixesFdaSilvaYY2016-06-161-2/+2
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-157-19/+19
* Remove an unused variable assignmentMatt Caswell2016-06-141-1/+1
* Specify array sizesKurt Roeckx2016-06-113-4/+4
* Fix an error path leak in do_ext_nconf()Matt Caswell2016-06-101-1/+3
* Add some accessor API'sRich Salz2016-06-081-0/+9
* Constify X509V3_EXT_*_conf*FdaSilvaYY2016-06-041-30/+30
* Constify s2i_ASN1_IA5STRINGFdaSilvaYY2016-06-041-4/+3
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-041-1/+1
* Fix threading issue that at best will leak memoryPauli2016-06-031-0/+3
* Don't leak memory on set_reasons() error pathMatt Caswell2016-06-011-3/+3
* Don't leak memory on int X509_PURPOSE_add() error pathMatt Caswell2016-06-011-3/+10
* Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell2016-06-011-9/+12
* Don't leak memory from notice_section function on error pathMatt Caswell2016-06-011-0/+1
* Don't leak memory in v2i_AUTHORITY_KEYIDMatt Caswell2016-06-011-0/+4
* Change a call of OPENSSL_strcasecmp to strcasecmpRichard Levitte2016-05-281-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-16/+4
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-181-0/+6
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Copyright consolidation 07/10Rich Salz2016-05-1740-2050/+208
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+5
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Free an ASN1_OBJECT in an error pathMatt Caswell2016-04-281-0/+1
* Fix a missing return value check in v3_addrMatt Caswell2016-04-211-1/+2
* Remove --classic build entirelyRichard Levitte2016-04-201-53/+0
* Make string_to_hex/hex_to_string publicRich Salz2016-04-186-115/+8
* Rename some lowercase API'sRich Salz2016-04-185-67/+69
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-221-6/+9
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-091-4/+2