aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem_all.c
Commit message (Expand)AuthorAgeFilesLines
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-6/+7
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-6/+2
* Deprecate RSA harderRichard Levitte2020-11-181-3/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Restore the legacy implementation of PEM_read_bio_DHparams()Richard Levitte2020-11-111-0/+44
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-1/+0
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-291-0/+1
* SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte2019-11-291-1/+3
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-16/+10
* Following the license change, modify the boilerplates in crypto/pem/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-107/+6
* Remove #error from include files.Rich Salz2016-03-201-9/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-105/+96
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-3/+3
* transparently handle X9.42 DH parametersDr. Stephen Henson2011-12-071-1/+1
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-0/+1
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-1/+0
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-231-11/+0
* add commentNils Larsch2005-07-291-4/+4
* makeNils Larsch2005-07-161-0/+6
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-6/+6
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+3
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-19/+18
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-2/+2
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-1/+3
* ECDSA supportBodo Möller2002-02-131-1/+103
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-1/+0
* First of several reorganisations toDr. Stephen Henson2001-07-261-7/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-7/+7
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* New functions and option to use NEW in certificate requests.Dr. Stephen Henson2000-02-181-0/+2
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-0/+4
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-1/+1
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-3/+83
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+2
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-041-0/+2
* Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.Bodo Möller1999-06-091-1/+8
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-091-378/+15
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-051-0/+32
* The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson1999-06-041-0/+33
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-141-28/+28
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-178/+52