summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_pkey.c
AgeCommit message (Expand)Author
2021-05-13Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-03-18Add ossl_pem_check_suffix symbolShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2020-12-05PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11PEM: Have pem_read_bio_key() set the OSSL_STORE expected typeRichard Levitte
2020-11-11Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte
2020-11-10PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
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