summaryrefslogtreecommitdiff
path: root/test/pem_read_depr_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-07-291-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16176)
* Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis2021-07-021-0/+3
| | | | | | | | | | Fixes #15963 INSTALL.md uses these exact options as an example so it should work. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15965)
* Test various deprecated PEM_read_bio_* APIsMatt Caswell2020-11-251-0/+213
Add tests for various deprecated PEM_read_bio_*() functions to ensure they can still read the various files. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13329)