summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_pkey.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-11-07Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2017-10-18Remove parentheses of return.KaoruToda
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger
2017-05-08Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-23Support for traditional format private keys.Dr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2011-12-07transparently handle X9.42 DH parametersDr. Stephen Henson
2009-01-15Make PKCS#8 the standard write format for private keys, replacing theDr. Stephen Henson
2007-06-04Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson
2007-02-21Update from 0.9.7-stable.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-05-14Check for deprecated private key types before PKCS#8 types.Dr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
2006-03-24Initial support for generalized public key parameters.Dr. Stephen Henson
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2004-04-22Fix leak.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-02-26Make sure the given EVP_PKEY is updated in the PEM_STRING_PKCS8INF case also.Richard Levitte
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-06-05Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump o...Richard Levitte
2002-02-13ECDSA supportBodo Möller
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson