summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_pubkey.c
AgeCommit message (Expand)Author
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