X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
[openssl.git] / crypto / x509 / x_x509.c
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-06-28 Paul YangSupport SM2 certificate signing
2019-04-09 Paul YangMake X509_set_sm2_id consistent with other setters
2019-03-13 杨洋Support SM2 certificate verification
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-31 Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 Matt CaswellMore updates following review feedback
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/x509
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-07-23 Richard LevitteProperly initialise the internal proxy certificate...
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-11 Viktor DukhovniFix i2d_X509_AUX, update docs and add tests
2016-05-02 Dr. Stephen HensonFix i2d_X509_AUX: pp can be NULL.
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-26 Matt CaswellEnsure we check i2d_X509 return val
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-01 Dr. Stephen Hensonremove old unused oneline name field
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-18 Viktor DukhovniDrop cached certificate signature validity flag
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-10-15 Dr. Stephen Hensonembed certificate serial number and signature fields
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-22 Dr. Stephen Hensonheader includes
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen HensonMove certificate request and CRL routines to x509 dir.