index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
d2i_pr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Improve the performance of d2i_AutoPrivateKey and friends
Matt Caswell
2023-03-14
1
-27
/
+40
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
1
-1
/
+1
*
Actually use a legacy route in pem_read_bio_key_legacy()
Matt Caswell
2021-06-08
1
-5
/
+5
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...
Dr. David von Oheimb
2021-04-08
1
-1
/
+1
*
d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...
Dr. David von Oheimb
2021-04-08
1
-7
/
+12
*
EVP_PKCS82PKEY: Create provided keys if possible
Tomas Mraz
2021-03-25
1
-2
/
+2
*
Make evp_privatekey_from_binary() completely libcrypto internal
Richard Levitte
2021-03-19
1
-5
/
+5
*
Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.
Shane Lontis
2021-02-23
1
-5
/
+79
*
Fix merge problem in d2i_PrivateKey_ex
Shane Lontis
2021-02-19
1
-3
/
+3
*
Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and produces
Shane Lontis
2021-02-19
1
-49
/
+51
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+3
*
Set mark and pop error in d2i_PrivateKey_ex
Daniel Bevenius
2020-10-08
1
-2
/
+11
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-3
/
+3
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
1
-2
/
+2
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Fix d2i_PrivateKey_ex() to work as documented
Richard Levitte
2020-05-12
1
-0
/
+2
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Teach d2i_PrivateKey et al about libctx
Matt Caswell
2020-04-15
1
-17
/
+31
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix double free in d2i_PrivateKey().
Dr. Stephen Henson
2016-05-04
1
-3
/
+5
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-4
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-0
/
+1
*
Fix more d2i cases to properly update the input pointer
Kurt Roeckx
2015-10-03
1
-3
/
+5
*
d2i: don't update input pointer on failure
Kurt Roeckx
2015-09-14
1
-3
/
+8
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-28
1
-1
/
+1
*
Move some ASN.1 internals to asn1_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-94
/
+92
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-1
/
+1
*
More size_tification.
Ben Laurie
2008-11-01
1
-1
/
+1
*
Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
Dr. Stephen Henson
2007-11-20
1
-3
/
+35
*
Initial, incomplete support for typesafe macros without using function
Dr. Stephen Henson
2006-11-16
1
-2
/
+1
*
Fix obvious typo.
Andy Polyakov
2006-06-05
1
-1
/
+1
*
Clarify comment and add #ifdef.
Dr. Stephen Henson
2006-06-05
1
-0
/
+4
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
1
-12
/
+15
*
Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
2006-03-23
1
-37
/
+7
*
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
Dr. Stephen Henson
2006-03-22
1
-1
/
+1
*
Transfer parameter handling and key comparison to algorithm methods.
Dr. Stephen Henson
2006-03-20
1
-0
/
+1
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-1
/
+1
[next]