aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte1-1/+1
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-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte1-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-03-30Remove some codeRich Salz1-6/+7
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-09Fix type error in PEM processingBenjamin Kaduk1-4/+4
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 Caswell1-5/+8
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 Edlinger1-14/+14
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-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk1-16/+29
2017-05-08Add PEM_read_bio_exBenjamin Kaduk1-141/+270
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell1-1/+2
2016-05-31Updates from reviewMat1-7/+9
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat1-7/+7
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni1-59/+98
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-05-16Use OPENSSL_hexchar2intRich Salz1-7/+2
2016-05-16Don't require any length of password when decryptingRichard Levitte1-3/+9
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson1-1/+1
2016-03-20Remove #error from include files.Rich Salz1-6/+2
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse1-1/+1
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-2/+1
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz1-3/+2
2016-02-13GH643: Cleanup header analysisDmitry-Me1-4/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte1-6/+6
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-13/+14
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-6/+6
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte1-15/+24
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-19/+23
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets1-1/+1
2015-04-30free cleanup almost the finaleRich Salz1-10/+3
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-25RAND_bytes updatesMatt Caswell1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-725/+727