summaryrefslogtreecommitdiffstats
path: root/crypto/pem
AgeCommit message (Expand)Author
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
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat
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-19Improve and document low-level PEM read routinesViktor Dukhovni
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16Don't require any length of password when decryptingRichard Levitte
2016-04-29A call to RSA_set0_key had the arguments in the wrong orderMatt Caswell
2016-04-29Fix a leak in i2b_PVKMatt Caswell
2016-04-28Don't leak memory on error in i2b_PVKMatt Caswell
2016-04-28Don't leak memory on error in b2i_rsaMatt Caswell
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell