index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pem
Age
Commit message (
Expand
)
Author
2022-10-27
pem: fix -Wunused-but-set-variable
Sam James
2022-07-29
Fixes segfault occurrence in PEM_write()
valdaarhun
2022-03-15
Update copyright year
Matt Caswell
2022-03-14
crypto/pem/pem_lib.c: Add check for BIO_read
Jiasheng Jiang
2022-01-26
Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()
Darshan Sen
2021-10-27
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-07-02
pem_read_bio_key: Add passphrase caching to avoid asking for password twice
Tomas Mraz
2021-07-02
pem_read_bio_key_decoder: Avoid spurious error on unknown PEM data
Tomas Mraz
2021-06-17
Update copyright year
Matt Caswell
2021-06-09
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-08
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-02
pem: remove TODOs
Pauli
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
Pass library context and property query into private key decoders
Jon Spillett
2021-06-01
Enhance the encoder/decoder tests to allow testing with a non-default library...
Jon Spillett
2021-05-26
Fix possible infinite loop in pem_read_bio_key_decoder()
Tomas Mraz
2021-05-26
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-21
pem_read_bio_key_legacy: Do not obscure real error if there is one
Tomas Mraz
2021-05-20
todo: remove TODO(3.0) from the sources.
Pauli
2021-05-13
Fallback to legacy pem decoding if OSSL_DECODER fails
Tomas Mraz
2021-05-13
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-10
Fix i2d_PKCS8PrivateKey_nid_bio() regression.
Shane Lontis
2021-05-06
Make the -inform option to be respected if possible
Tomas Mraz
2021-04-21
pem: remove references to EVP_sha1()
Pauli
2021-04-08
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
Dr. David von Oheimb
2021-04-08
d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...
Dr. David von Oheimb
2021-04-08
Update copyright year
Matt Caswell
2021-04-01
Avoid going through NID when unnecessary
Tomas Mraz
2021-03-24
pem: fix coverity 1474426: uninitialised scalar variable.
Pauli
2021-03-19
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
Richard Levitte
2021-03-18
Add ossl_pem_check_suffix symbol
Shane Lontis
2021-03-11
Update copyright year
Matt Caswell
2021-03-08
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-02-18
Update copyright year
Matt Caswell
2021-02-17
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-01-28
Update copyright year
Richard Levitte
2021-01-26
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-13
Make PEM_X509_INFO_read_bio_ex() conservative on the error queue
Dr. David von Oheimb
2020-12-20
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-17
MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal key
Richard Levitte
2020-12-13
PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'
Richard Levitte
2020-12-05
PEM: Add a more generic way to implement PEM _ex functions for libctx
Richard Levitte
2020-12-02
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-11-30
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-26
Update copyright year
Matt Caswell
2020-11-24
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-18
Deprecate RSA harder
Richard Levitte
2020-11-13
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
PEM: Have pem_read_bio_key() set the OSSL_STORE expected type
Richard Levitte
[next]