summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_pk8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+2
* Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis2021-05-101-1/+7
* 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-2/+2
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-16/+14
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* Adapt libcrypto functionality to specify the desired output structureRichard Levitte2020-11-111-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-201-19/+24
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-12/+11
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-241-2/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERsRichard Levitte2020-06-021-35/+82
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-13/+16
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-4/+5
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-12/+12
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte2018-05-121-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger2017-07-291-0/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix no-stdio buildDavid Woodhouse2015-09-301-1/+3
* check for error when creating PKCS#8 structureDr. Stephen Henson2015-05-281-0/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+6
* free NULL cleanupRich Salz2015-03-281-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-122/+137
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Fix more error codes.Bodo Möller2005-05-111-4/+3
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-0/+243