aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/pem.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Update copyright yearTomas Mraz1-1/+1
2022-11-21Header file cleanup for C++20 header-unitsNathan Sidwell1-0/+3
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett1-0/+5
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis1-4/+8
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte1-2/+0
2020-12-17dsa: provider and library deprecation changesPauli1-4/+6
2020-12-13PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'Richard Levitte1-4/+0
2020-12-05PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte1-28/+82
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell1-2/+4
2020-11-18Deprecate RSA harderRichard Levitte1-4/+6
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-7/+7
2020-10-12Add PEM declaration macros that take attributesRichard Levitte1-42/+80
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-6/+5
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte1-6/+16
2020-07-24Add X509 related libctx changes.Shane Lontis1-0/+9
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell1-0/+8
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte1-0/+1
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte1-30/+26
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte1-1/+0
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte1-115/+146
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-8/+8
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte1-1/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson1-1/+0
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli1-0/+1
2017-09-28Use safestack.h exclusively internally.Pauli1-2/+1
2017-06-07make error tables const and separate header fileRich Salz1-84/+1
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk1-0/+3
2017-05-08Add PEM_read_bio_exBenjamin Kaduk1-0/+8
2017-03-16Remove some unused PEM structuresBenjamin Kaduk1-50/+0
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-5/+3
2016-05-23Support for traditional format private keys.Dr. Stephen Henson1-0/+5
2016-05-19make updateViktor Dukhovni1-0/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-54/+6
2016-04-22Fix no-dsa on Windows/VMSMatt Caswell1-1/+3
2016-04-22Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte1-20/+0
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte1-1/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-1/+1
2015-09-29Fix no-stdio buildDavid Woodhouse1-1/+5
2015-05-15Remove unused #ifdef's from header filesRich Salz1-36/+0