aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_pr.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Improve the performance of d2i_AutoPrivateKey and friendsMatt Caswell2023-03-151-27/+40
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-1/+1
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-081-5/+5
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...Dr. David von Oheimb2021-04-081-1/+1
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-081-7/+12
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-2/+2
* Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte2021-03-191-5/+5
* Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis2021-02-231-5/+79
* Fix merge problem in d2i_PrivateKey_exShane Lontis2021-02-191-3/+3
* Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis2021-02-191-49/+51
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+3
* Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2020-10-081-2/+11
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-3/+3
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-2/+2
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte2020-05-121-0/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-151-17/+31
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-4/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-031-3/+5
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-3/+8
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanupRich Salz2015-03-281-1/+1
* 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-94/+92
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson2007-11-201-3/+35
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-2/+1
* Fix obvious typo.Andy Polyakov2006-06-051-1/+1
* Clarify comment and add #ifdef.Dr. Stephen Henson2006-06-051-0/+4
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-12/+15
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-231-37/+7
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-221-1/+1
* Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson2006-03-201-0/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-1/+1