aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte11-11/+11
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis1-5/+6
2018-09-03Fix the comment of PEM_read_bio_exwzhang1-2/+1
2018-06-28Zero-fill IV by default.Rich Salz1-0/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte4-4/+4
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-1/+1
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte1-8/+12
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte1-21/+12
2018-04-19Clear buffer in PEM_write_bioBernd Edlinger1-1/+1
2018-04-03Set error code on alloc failuresRich Salz2-3/+5
2018-03-30Remove some codeRich Salz1-6/+7
2018-03-20Update copyright yearMatt Caswell2-2/+2
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger1-5/+15
2018-03-09Fix type error in PEM processingBenjamin Kaduk1-4/+4
2017-10-18Remove parentheses of return.KaoruToda5-13/+13
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-6/+4
2017-08-21Remove OPENSSL_assert() from crypto/pemMatt Caswell2-10/+16
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-1/+0
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger2-15/+15
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger2-0/+2
2017-07-10Fix error handling in get_header_and_data.Bernd Edlinger1-1/+2
2017-07-07Address potential buffer overflows.Pauli1-17/+20
2017-07-07change return (x) to return xPauli1-13/+13
2017-07-05Undo commit d420ac2Rich Salz1-8/+6
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-9/+0
2017-06-07make error tables const and separate header fileRich Salz1-89/+96
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+2
2017-05-08Make PEM_read_{,bio_}PrivateKey use secmemBenjamin Kaduk1-3/+4
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk1-16/+29
2017-05-08Add PEM_read_bio_exBenjamin Kaduk2-141/+273
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson1-1/+1
2016-08-16Limit reads in do_b2i_bio()Dr. Stephen Henson1-0/+7
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-01Fix bad result in i2b_PVK()Matt Caswell1-4/+4
2016-08-01Fix param order in RSA_get0_keyMatt Caswell1-2/+2
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY4-4/+0
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell1-1/+2
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-5/+7
2016-06-01Remove/rename some old files.Rich Salz2-38/+0
2016-05-31Updates from reviewMat1-7/+9
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat1-7/+7
2016-05-23Remove unused error/function codes.Rich Salz1-12/+5
2016-05-23Support for traditional format private keys.Dr. Stephen Henson1-2/+9
2016-05-19make updateViktor Dukhovni1-4/+5
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni1-59/+98
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6