index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
2
-2
/
+2
*
The PEM_read_bio_Parameters() function should not ask for a password
Matt Caswell
2023-08-01
1
-1
/
+10
*
Avoid dangling ptrs in header and data params for PEM_read_bio_ex
Matt Caswell
2023-02-07
1
-0
/
+2
*
When using PEM_read_bio_PrivateKey_ex() the public key is optional
Tomas Mraz
2022-11-25
1
-4
/
+13
*
pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKey
Milan Broz
2022-11-10
1
-1
/
+4
*
pem: fix a memory leak in PEM_write_bio_PrivateKey_traditional
Milan Broz
2022-11-10
1
-0
/
+1
*
pem: fix -Wunused-but-set-variable
Sam James
2022-10-21
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
4
-96
/
+107
*
Fixes segfault occurrence in PEM_write()
valdaarhun
2022-07-29
1
-1
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
2
-2
/
+2
*
crypto/pem/pem_lib.c: Add check for BIO_read
Jiasheng Jiang
2022-03-14
1
-7
/
+10
*
Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()
Darshan Sen
2022-01-26
1
-1
/
+1
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-22
/
+19
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
1
-0
/
+5
*
pvk: use PVK KDF
Pauli
2021-09-28
1
-19
/
+26
*
pem_read_bio_key: Add passphrase caching to avoid asking for password twice
Tomas Mraz
2021-07-02
1
-4
/
+17
*
pem_read_bio_key_decoder: Avoid spurious error on unknown PEM data
Tomas Mraz
2021-07-02
1
-2
/
+15
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
2
-2
/
+2
*
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-08
1
-2
/
+4
*
pem: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
6
-21
/
+23
*
Pass library context and property query into private key decoders
Jon Spillett
2021-06-01
1
-4
/
+16
*
Enhance the encoder/decoder tests to allow testing with a non-default library...
Jon Spillett
2021-06-01
1
-33
/
+66
*
Fix possible infinite loop in pem_read_bio_key_decoder()
Tomas Mraz
2021-05-26
1
-1
/
+8
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
pem_read_bio_key_legacy: Do not obscure real error if there is one
Tomas Mraz
2021-05-21
1
-1
/
+2
*
todo: remove TODO(3.0) from the sources.
Pauli
2021-05-20
1
-5
/
+0
*
Fallback to legacy pem decoding if OSSL_DECODER fails
Tomas Mraz
2021-05-13
1
-4
/
+150
*
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
1
-57
/
+27
*
Fix i2d_PKCS8PrivateKey_nid_bio() regression.
Shane Lontis
2021-05-10
1
-1
/
+7
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-1
/
+1
*
pem: remove references to EVP_sha1()
Pauli
2021-04-21
1
-2
/
+5
*
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
Dr. David von Oheimb
2021-04-08
1
-71
/
+20
*
d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...
Dr. David von Oheimb
2021-04-08
1
-2
/
+3
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Avoid going through NID when unnecessary
Tomas Mraz
2021-04-01
2
-3
/
+3
*
pem: fix coverity 1474426: uninitialised scalar variable.
Pauli
2021-03-24
1
-1
/
+1
*
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
Richard Levitte
2021-03-19
2
-83
/
+195
*
Add ossl_pem_check_suffix symbol
Shane Lontis
2021-03-18
2
-5
/
+5
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-03-08
1
-8
/
+8
*
Update copyright year
Matt Caswell
2021-02-18
3
-3
/
+3
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
4
-36
/
+36
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-6
/
+7
[next]