index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pem
/
pem_pk8.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+2
*
Fix i2d_PKCS8PrivateKey_nid_bio() regression.
Shane Lontis
2021-05-10
1
-1
/
+7
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-2
/
+2
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-16
/
+14
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-5
/
+5
*
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-19
/
+24
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-12
/
+11
*
SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()
Richard Levitte
2020-07-24
1
-2
/
+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
*
PEM: constify PEM_write_ routines
Richard Levitte
2019-11-18
1
-13
/
+16
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-4
/
+5
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-12
/
+12
*
Following the license change, modify the boilerplates in crypto/pem/
Richard Levitte
2018-12-06
1
-1
/
+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
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Clean password buffer on stack for PEM_read_bio_PrivateKey
Bernd Edlinger
2017-07-29
1
-0
/
+1
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-1
/
+3
*
check for error when creating PKCS#8 structure
Dr. Stephen Henson
2015-05-28
1
-0
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-3
/
+6
*
free NULL cleanup
Rich Salz
2015-03-28
1
-2
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-122
/
+137
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
1
-1
/
+1
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-4
/
+3
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
More linker bloat reorganisation:
Dr. Stephen Henson
2001-07-27
1
-0
/
+243