summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_pubkey.c
AgeCommit message (Expand)Author
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-18Fix some places where X509_up_ref is usedBernd Edlinger
2020-04-23Update copyright yearMatt Caswell
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-14Adapt i2d_PUBKEY for provider only keysRichard Levitte
2020-02-12Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-11X509_PUBKEY_set(): Fix memory leakRichard Levitte
2020-01-28Adapt X509_PUBKEY_set() for use with provided implementationsRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2017-11-03Fix error handling in i2d* functions.Pavel Kopyl
2017-10-18Remove parentheses of return.KaoruToda
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-02Fix X509_PUBKEY cached key handling.Dr. Stephen Henson
2016-03-30Remove X509_PUBKEY lock.Dr. Stephen Henson
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-03-22move x_pubkey.c to crypto/x509Dr. Stephen Henson