aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Support SM2 certificate signingPaul Yang2019-06-281-0/+3
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-091-3/+10
* Support SM2 certificate verification杨洋2019-03-131-0/+12
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-3/+2
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+23
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-2/+4
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* More updates following review feedbackMatt Caswell2017-08-211-3/+0
* Remove OPENSSL_assert() from crypto/x509Matt Caswell2017-08-211-1/+2
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Properly initialise the internal proxy certificate path length cacheRichard Levitte2016-07-231-0/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-2/+52
* Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson2016-05-021-2/+3
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+2
* Ensure we check i2d_X509 return valMatt Caswell2016-04-261-3/+12
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-1/+1
* remove old unused oneline name fieldDr. Stephen Henson2016-03-011-7/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Drop cached certificate signature validity flagViktor Dukhovni2016-01-181-1/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-3/+2
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-151-3/+3
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-031-3/+1
* header includesDr. Stephen Henson2015-09-221-0/+1
* Fix path in commentsDr. Stephen Henson2015-09-221-1/+1
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-221-0/+227