summaryrefslogtreecommitdiff
path: root/crypto/pem/pem_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible infinite loop in pem_read_bio_key_decoder()Tomas Mraz2021-05-261-1/+8
* pem_read_bio_key_legacy: Do not obscure real error if there is oneTomas Mraz2021-05-211-1/+2
* Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz2021-05-131-4/+150
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-131-57/+27
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+1
* Add ossl_pem_check_suffix symbolShane Lontis2021-03-181-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-4/+4
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-051-8/+17
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* PEM: Have pem_read_bio_key() set the OSSL_STORE expected typeRichard Levitte2020-11-111-0/+3
* Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte2020-11-111-61/+0
* PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()Richard Levitte2020-11-101-5/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+6
* PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte2020-09-081-2/+18
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-031-1/+6
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-281-0/+5
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-1/+0
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-34/+89
* Add X509 related libctx changes.Shane Lontis2020-07-241-4/+5
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-131-7/+12
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-9/+24
* SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte2019-11-291-8/+18
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-8/+9
* Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte2019-11-071-98/+70
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-4/+4
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-061-1/+1
* In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte2018-05-121-1/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger2017-07-291-1/+1
* Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger2017-07-291-0/+1
* Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk2017-05-081-3/+4
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-2/+9
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* free NULL cleanupRich Salz2015-03-281-6/+3
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-191/+190
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2