summaryrefslogtreecommitdiffstats
path: root/include/openssl/pem.h
AgeCommit message (Expand)Author
2024-04-24Add RFC 5755 attribute certificate supportDamian Hobson-Garcia
2022-08-23Support decode SM2 parametersK1
2022-05-09Header file cleanup for C++20 header-unitsNathan Sidwell
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17dsa: provider and library deprecation changesPauli
2020-12-13PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte
2020-12-05PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell
2020-11-18Deprecate RSA harderRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-12Add PEM declaration macros that take attributesRichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli
2017-09-28Use safestack.h exclusively internally.Pauli
2017-06-07make error tables const and separate header fileRich Salz
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-03-16Remove some unused PEM structuresBenjamin Kaduk
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23Support for traditional format private keys.Dr. Stephen Henson
2016-05-19make updateViktor Dukhovni
2016-05-17Copyright consolidation 03/10Rich Salz
2016-04-22Fix no-dsa on Windows/VMSMatt Caswell
2016-04-22Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-09-29Fix no-stdio buildDavid Woodhouse