summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_pkey.c
AgeCommit message (Expand)Author
2022-11-25When using PEM_read_bio_PrivateKey_ex() the public key is optionalTomas Mraz
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz
2021-07-02pem_read_bio_key: Add passphrase caching to avoid asking for password twiceTomas Mraz
2021-07-02pem_read_bio_key_decoder: Avoid spurious error on unknown PEM dataTomas Mraz
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell
2021-06-02pem: remove TODOsPauli
2021-05-26Fix possible infinite loop in pem_read_bio_key_decoder()Tomas Mraz
2021-05-21pem_read_bio_key_legacy: Do not obscure real error if there is oneTomas Mraz
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