]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x_x509.c
Run the withlibctx.pl script
[thirdparty/openssl.git] / crypto / x509 / x_x509.c
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in x509v3.h
2020-08-21  Dr. David von Oheimbx_x509.c: Simplify X509_new_with_libctx() using x509_se...
2020-08-09  Shane LontisAdd internal method x509_set0_libctx().
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-04-29  Richard Levitteinclude/openssl/x509v3.h: restore previous stack defini...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-15  Richard LevitteX509: Rename X509_set0_sm2_id() and friends
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.