OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / x509 / x_x509.c
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-10-25 Tomas MrazX509_dup: Avoid duplicating the embedded EVP_PKEY
2021-06-12 Dr. David von Oheimbd2i_X509: revert calling X509v3_cache_extensions()
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellMake sure X509_dup() also dup's any associated EVP_PKEY
2021-06-05 Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-05-13 Paulix509: fix a dangling pointer
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_ symbol to x509 policy
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von Oheimbd2i_X509(): Make deallocation behavior consistent with...
2020-12-03 Shane LontisFix X509 propq so it does not use references
2020-11-27 Dr. David von OheimbX509_dup: fix copying of libctx and propq using new...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
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.