aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_info.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-9/+9
* PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb2021-04-081-71/+20
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-081-2/+3
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Make PEM_X509_INFO_read_bio_ex() conservative on the error queueDr. David von Oheimb2021-01-131-5/+8
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-6/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-8/+7
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-11/+10
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-9/+31
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-4/+4
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Remove OPENSSL_assert() from crypto/pemMatt Caswell2017-08-211-5/+8
* 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-1/+1
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-121-2/+4
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-2/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-0/+6
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-12/+6
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-308/+290
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Fix for PEM_X509_INFO_read_bio.Kaspar Brand2013-08-061-0/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-4/+2
* More size_tification.Ben Laurie2008-11-011-2/+4
* Don't dereference NULL argument. Coverity ID 52.Ben Laurie2007-04-051-0/+6
* Fix warnings.Dr. Stephen Henson2006-05-241-1/+1
* Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson2006-05-151-15/+17
* makeNils Larsch2005-07-161-0/+4
* ecc api cleanup; summary:Nils Larsch2005-05-161-1/+1
* Stop compiler warnings about deprecated lvalue casts.Dr. Stephen Henson2005-04-201-6/+6
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+1
* Consistency.Ben Laurie2005-03-311-7/+8
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-8/+9
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-4/+4
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-1/+1