aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Simplify the stack reservationPaul Yang2017-10-266-18/+14
* Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell2017-10-261-7/+46
* Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu2017-10-231-0/+1
* x509v3/v3_utl.c: avoid double-free.Andy Polyakov2017-10-171-1/+3
* crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2017-10-101-1/+4
* Use more pre-allocationFdaSilvaYY2017-10-035-51/+72
* Add stack space reservations.Pauli2017-09-281-3/+6
* Guard against DoS in name constraints handling.David Benjamin2017-09-221-1/+30
* Move e_os.h to be the very first include.Pauli2017-08-303-6/+5
* e_os.h removal from other headers and source files.Pauli2017-08-303-2/+6
* Avoid out-of-bounds readRich Salz2017-08-281-4/+6
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-222-8/+8
* More updates following review feedbackMatt Caswell2017-08-212-24/+6
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-212-7/+1
* Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2017-08-212-41/+99
* Trivial bounds checking.Pauli2017-07-072-8/+6
* Avoid possible memleak in X509_policy_check()Richard Levitte2017-07-051-3/+7
* Undo commit d420ac2Rich Salz2017-07-052-7/+6
* Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY2017-06-205-3/+268
* Standardize Levitte's dual-licenseRich Salz2017-06-152-2/+10
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-153/+214
* CLA: trivialHorimotoYasuhiro2017-05-311-3/+3
* Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2017-05-022-26/+43
* Add support for custom signature parametersDr. Stephen Henson2017-04-251-0/+1
* explicitText encodingMarek Klein2017-04-201-4/+45
* 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-161-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-102-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-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