Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
[openssl.git] / crypto / x509 / x_pubkey.c
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-18 Bernd EdlingerFix some places where X509_up_ref is used
2020-04-23 Matt CaswellUpdate copyright year
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-14 Richard LevitteAdapt i2d_PUBKEY for provider only keys
2020-02-12 Richard LevitteAdd OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Richard LevitteX509_PUBKEY_set(): Fix memory leak
2020-01-28 Richard LevitteAdapt X509_PUBKEY_set() for use with provided implement...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-22 Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-31 Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
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-11-03 Pavel KopylFix error handling in i2d* functions.
2017-10-18 KaoruTodaRemove parentheses of return.
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-02 Dr. Stephen HensonFix X509_PUBKEY cached key handling.
2016-03-30 Dr. Stephen HensonRemove X509_PUBKEY lock.
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-22 Dr. Stephen Hensonmove x_pubkey.c to crypto/x509