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
*
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
*
Make PEM_X509_INFO_read_bio_ex() conservative on the error queue
Dr. David von Oheimb
2021-01-13
1
-5
/
+8
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
2
-12
/
+3
*
MSBLOB & PVK: Make it possible to write EVP_PKEYs with provided internal key
Richard Levitte
2020-12-17
1
-8
/
+25
*
PEM: Unlock MSBLOB and PVK functions from 'no-dsa' and 'no-rc4'
Richard Levitte
2020-12-13
1
-72
/
+118
*
PEM: Add a more generic way to implement PEM _ex functions for libctx
Richard Levitte
2020-12-05
2
-14
/
+38
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
2
-17
/
+15
*
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-30
1
-10
/
+13
*
Update copyright year
Matt Caswell
2020-11-26
2
-2
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
Deprecate RSA harder
Richard Levitte
2020-11-18
2
-3
/
+8
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
8
-84
/
+83
*
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
2
-3
/
+11
*
PEM: Have pem_read_bio_key() set the OSSL_STORE expected type
Richard Levitte
2020-11-11
1
-0
/
+3
*
Restore the legacy implementation of PEM_read_bio_DHparams()
Richard Levitte
2020-11-11
2
-61
/
+44
*
PEM: Always use PEM_def_callback() when cb == NULL in pem_read_bio_key()
Richard Levitte
2020-11-10
1
-5
/
+2
*
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
2020-10-30
1
-5
/
+3
*
Unexport internal MSBLOB and PVK functions
Richard Levitte
2020-10-21
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
3
-12
/
+12
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-11
/
+10
*
ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
2
-24
/
+49
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keys
Richard Levitte
2020-09-08
1
-2
/
+18
*
STORE: Deprecate legacy / ENGINE functions
Richard Levitte
2020-09-03
1
-1
/
+6
*
Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8
Richard Levitte
2020-08-28
2
-1
/
+8
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
3
-32
/
+30
*
PEM: Add more library context aware PEM readers
Richard Levitte
2020-08-20
2
-35
/
+89
*
PEM: Fix i2b_PvK to use EVP_Encrypt calls consistently
Richard Levitte
2020-08-07
1
-2
/
+2
*
PEM: Make general MSBLOB reader functions exposed internally
Richard Levitte
2020-08-07
1
-22
/
+29
*
Update copyright year
Matt Caswell
2020-08-06
1
-1
/
+1
*
SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()
Richard Levitte
2020-07-24
2
-3
/
+2
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
2
-13
/
+36
*
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-06-04
1
-1
/
+1
*
PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERs
Richard Levitte
2020-06-02
1
-35
/
+82
*
Cast the unsigned char to unsigned int before shifting left
Tomas Mraz
2020-05-20
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
2020-05-13
1
-19
/
+20
*
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
2020-05-13
1
-7
/
+12
*
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
[next]