index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
pem
/
pem_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Replace misleading error message when loading PEM
Tomas Mraz
2020-05-12
1
-1
/
+1
*
Fix PEM certificate loading that sometimes fails
Maximilian Blenk
2020-05-08
1
-7
/
+21
*
PEM: constify PEM_write_ routines
Richard Levitte
2019-11-18
1
-5
/
+7
*
Strip BOM on loading PEM files
Dmitry Belyavskiy
2019-10-25
1
-3
/
+16
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/pem/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix the comment of PEM_read_bio_ex
wzhang
2018-09-03
1
-2
/
+1
*
Zero-fill IV by default.
Rich Salz
2018-06-28
1
-0
/
+1
*
In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length
Richard Levitte
2018-05-12
1
-1
/
+1
*
PEM_def_callback(): use same parameter names as for pem_password_cb
Richard Levitte
2018-04-26
1
-8
/
+12
*
PEM_def_callback(): don't loop because of too short password given
Richard Levitte
2018-04-26
1
-21
/
+12
*
Clear buffer in PEM_write_bio
Bernd Edlinger
2018-04-19
1
-1
/
+1
*
Remove some code
Rich Salz
2018-03-30
1
-6
/
+7
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix type error in PEM processing
Benjamin Kaduk
2018-03-09
1
-4
/
+4
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-6
/
+4
*
Remove OPENSSL_assert() from crypto/pem
Matt Caswell
2017-08-21
1
-5
/
+8
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-1
/
+0
*
Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_ex
Bernd Edlinger
2017-07-29
1
-14
/
+14
*
Fix error handling in get_header_and_data.
Bernd Edlinger
2017-07-10
1
-1
/
+2
*
Address potential buffer overflows.
Pauli
2017-07-07
1
-17
/
+20
*
change return (x) to return x
Pauli
2017-07-07
1
-13
/
+13
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-8
/
+6
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-9
/
+0
*
Add PEM_bytes_read_bio_secmem()
Benjamin Kaduk
2017-05-08
1
-16
/
+29
*
Add PEM_read_bio_ex
Benjamin Kaduk
2017-05-08
1
-141
/
+270
*
More typo fixes
FdaSilvaYY
2017-03-29
1
-1
/
+1
*
spelling fixes, just comments and readme.
klemens
2016-08-05
1
-1
/
+1
*
Change the return type of EVP_EncodeUpdate
Matt Caswell
2016-06-16
1
-1
/
+2
*
Updates from review
Mat
2016-05-31
1
-7
/
+9
*
Fix: PEM_read_bio_PrivateKey with no-ui / no-stdio
Mat
2016-05-31
1
-7
/
+7
*
Improve and document low-level PEM read routines
Viktor Dukhovni
2016-05-19
1
-59
/
+98
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Use OPENSSL_hexchar2int
Rich Salz
2016-05-16
1
-7
/
+2
*
Don't require any length of password when decrypting
Richard Levitte
2016-05-16
1
-3
/
+9
*
Reject inappropriate private key encryption ciphers.
Dr. Stephen Henson
2016-04-28
1
-1
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-20
1
-6
/
+2
*
Elide EVP_read_pw_string() and friends for no-ui
David Woodhouse
2016-03-07
1
-1
/
+1
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-2
/
+1
*
RT4320/GH705: Fix PEM parsing bug.
Rich Salz
2016-02-22
1
-3
/
+2
*
GH643: Cleanup header analysis
Dmitry-Me
2016-02-13
1
-4
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt all EVP_CIPHER users for it becoming opaque
Richard Levitte
2016-01-12
1
-6
/
+6
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-13
/
+14
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-6
/
+6
*
Adapt PEM routines to the opaque EVP_ENCODE_CTX
Richard Levitte
2015-12-11
1
-15
/
+24
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
[next]