summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett2017-03-311-0/+1
* Fixed a crash in print_notice.Bernd Edlinger2017-03-151-3/+9
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-14/+1
* Fix a crash with malformed user notice policy numbersBernd Edlinger2017-02-051-1/+1
* Few nit'sFdaSilvaYY2017-01-253-6/+8
* Missing free item on push failureFdaSilvaYY2016-11-171-0/+1
* Clean away remaining 'selftest' codeRichard Levitte2016-11-032-129/+0
* Convert x509 selftests to internal testRichard Levitte2016-11-033-109/+78
* Remove trailing whitespace from some files.David Benjamin2016-10-112-2/+2
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-232-6/+6
* Constify some input parameters.FdaSilvaYY2016-08-233-8/+11
* 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-061-2/+2
* spelling fixes, just comments and readme.klemens2016-08-061-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-121-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-051-30/+30
* Constify s2i_ASN1_IA5STRINGFdaSilvaYY2016-06-051-4/+3
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-051-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