summaryrefslogtreecommitdiffstats
path: root/crypto/pem
AgeCommit message (Expand)Author
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-08-27Fix SCA vulnerability when using PVK and MSBLOB key formatsCesar Pereida Garcia
2019-07-16Regenerate mkerr filesRich Salz
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-03Fix the comment of PEM_read_bio_exwzhang
2018-06-28Zero-fill IV by default.Rich Salz
2018-05-29Update copyright yearMatt Caswell
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte
2018-04-19Clear buffer in PEM_write_bioBernd Edlinger
2018-04-03Set error code on alloc failuresRich Salz
2018-03-30Remove some codeRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger
2018-03-09Fix type error in PEM processingBenjamin Kaduk
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-10Fix error handling in get_header_and_data.Bernd Edlinger
2017-07-07Address potential buffer overflows.Pauli
2017-07-07change return (x) to return xPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-07make error tables const and separate header fileRich Salz
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-08Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-03-29More typo fixesFdaSilvaYY
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-01Fix bad result in i2b_PVK()Matt Caswell
2016-08-01Fix param order in RSA_get0_keyMatt Caswell
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-01Remove/rename some old files.Rich Salz
2016-05-31Updates from reviewMat