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
*
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
*
i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of success
Christian Hohnstaedt
2020-04-27
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
4
-4
/
+4
*
Teach PEM_read_bio_PrivateKey about libctx
Matt Caswell
2020-04-15
1
-9
/
+24
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
3
-0
/
+18
*
PROV SERIALIZER: add common functionality to serialize keys
Richard Levitte
2019-11-29
1
-0
/
+1
*
SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routines
Richard Levitte
2019-11-29
3
-9
/
+149
*
PEM: constify PEM_write_ routines
Richard Levitte
2019-11-18
7
-53
/
+54
*
Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}
Richard Levitte
2019-11-07
1
-98
/
+70
*
Strip BOM on loading PEM files
Dmitry Belyavskiy
2019-10-25
1
-3
/
+16
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
3
-9
/
+11
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
2
-4
/
+4
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Fix SCA vulnerability when using PVK and MSBLOB key formats
Cesar Pereida Garcia
2019-08-27
1
-0
/
+3
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-61
/
+2
*
Fix the allocation size in EVP_OpenInit and PEM_SignFinal
Bernd Edlinger
2019-04-06
1
-1
/
+1
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-12
/
+12
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/pem/
Richard Levitte
2018-12-06
11
-11
/
+11
*
key zeroisation for pvkfmt now done on all branch paths
Shane Lontis
2018-09-04
1
-5
/
+6
*
Fix the comment of PEM_read_bio_ex
wzhang
2018-09-03
1
-2
/
+1
*
Zero-fill IV by default.
Rich Salz
2018-06-29
1
-0
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length
Richard Levitte
2018-05-12
4
-4
/
+4
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
Fix mixed indentation (and other whitespace issues)
Dr. Matthias St. Pierre
2018-04-26
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
[next]