summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-09-112-2/+2
* x509v3/v3_purp.c: refine lock-free check in x509v3_cache_extensions.Andy Polyakov2018-08-261-6/+10
* x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov2018-08-071-0/+11
* x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov2018-08-071-4/+0
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-075-15/+9
* Check for failures, to avoid memory leakRich Salz2018-07-251-4/+3
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-7/+0
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Skip CN DNS name constraint checks when not neededViktor Dukhovni2018-05-231-23/+8
* Limit scope of CN name constraintsViktor Dukhovni2018-05-231-18/+125
* v3_purp.c: add locking to x509v3_cache_extensions()Dr. Matthias St. Pierre2018-05-031-10/+14
* Update copyright yearMatt Caswell2018-05-015-5/+5
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-262-1/+5
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-245-16/+47
* Update copyright yearMatt Caswell2018-02-273-3/+3
* X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl2018-02-211-2/+6
* Add X509_get0_authority_key_id() functionMassimiliano Pala2018-02-191-0/+7
* Make sure we check the return value of extract_min_max()Matt Caswell2018-02-141-1/+3
* Update copyright yearMatt Caswell2018-02-132-2/+2
* Add accessors for AdmissionSyntaxRich Salz2018-01-222-22/+160
* Consistent formatting for sizeof(foo)Rich Salz2017-12-082-2/+2
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-252-2/+42
* remove magic numberFdaSilvaYY2017-11-131-1/+2
* Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY2017-11-101-7/+18
* 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-271-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-293-6/+5
* e_os.h removal from other headers and source files.Pauli2017-08-293-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