summaryrefslogtreecommitdiff
path: root/include/openssl/pem.h
Commit message (Expand)AuthorAgeFilesLines
* Support decode SM2 parametersK12022-08-231-0/+1
* Header file cleanup for C++20 header-unitsNathan Sidwell2022-05-091-0/+3
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-0/+5
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-4/+8
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* dsa: provider and library deprecation changesPauli2020-12-171-4/+6
* PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte2020-12-131-4/+0
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-051-28/+82
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-271-2/+4
* Deprecate RSA harderRichard Levitte2020-11-181-4/+6
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-7/+7
* Add PEM declaration macros that take attributesRichard Levitte2020-10-121-42/+80
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+5
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-6/+16
* Add X509 related libctx changes.Shane Lontis2020-07-241-0/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-0/+8
* 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-30/+26
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-291-1/+0
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-181-115/+146
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-8/+8
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte2018-04-261-1/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Improve #include structure of pem{,2}.hNick Mathewson2018-02-091-1/+0
* Remove redundant declarations of ERR_load_*_strings()Nick Mathewson2018-02-091-1/+0
* Put back the #include <openssl/safestack.h> lines in public headers.Pauli2017-09-291-0/+1
* Use safestack.h exclusively internally.Pauli2017-09-281-2/+1
* make error tables const and separate header fileRich Salz2017-06-071-84/+1
* Add PEM_bytes_read_bio_secmem()Benjamin Kaduk2017-05-081-0/+3
* Add PEM_read_bio_exBenjamin Kaduk2017-05-081-0/+8
* Remove some unused PEM structuresBenjamin Kaduk2017-03-161-50/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-5/+3
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-0/+5
* make updateViktor Dukhovni2016-05-191-0/+3
* Copyright consolidation 03/10Rich Salz2016-05-171-54/+6
* Fix no-dsa on Windows/VMSMatt Caswell2016-04-221-1/+3
* Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell2016-04-221-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove all remaining traces if PEM_SealRichard Levitte2016-01-081-20/+0
* Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-1/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-1/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-1/+5
* Remove unused #ifdef's from header filesRich Salz2015-05-151-36/+0