index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_pkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Improve the performance of EVP_PKCS82PKEY_ex
Matt Caswell
2023-03-06
1
-1
/
+22
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-2
/
+2
*
EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()
Richard Levitte
2021-07-26
1
-0
/
+7
*
EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODER
Richard Levitte
2021-06-29
1
-1
/
+3
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
1
-3
/
+3
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-1
/
+1
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
1
-1
/
+1
*
evp: fix coverity 1474469: negative return
Pauli
2021-03-30
1
-3
/
+3
*
EVP_PKCS82PKEY: Create provided keys if possible
Tomas Mraz
2021-03-25
1
-2
/
+31
*
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
-3
/
+3
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-3
/
+1
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-2
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-10
/
+8
*
EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keys
Richard Levitte
2020-11-13
1
-19
/
+51
*
Patch leak in EVP_PKEY2PKCS8() error path
jwalch
2020-10-30
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-5
/
+5
*
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
Dr. David von Oheimb
2020-09-30
1
-3
/
+1
*
Correctly display the signing/hmac algorithm in the dgst app
Matt Caswell
2020-09-17
1
-0
/
+17
*
EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()
Richard Levitte
2020-09-03
1
-0
/
+5
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Teach d2i_PrivateKey et al about libctx
Matt Caswell
2020-04-15
1
-6
/
+17
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-3
/
+3
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-1
/
+0
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-2
/
+2
*
Constify some ASN1_OBJECT *obj input parameters
FdaSilvaYY
2016-08-04
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Make PKCS8_PRIV_KEY_INFO opaque.
Dr. Stephen Henson
2016-03-07
1
-37
/
+9
*
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
*
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
-2
/
+2
*
Move some ASN.1 internals to asn1_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-124
/
+111
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
1
-23
/
+15
*
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
Dr. Stephen Henson
2006-03-22
1
-9
/
+3
*
Gather printing routines into EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
2006-03-22
1
-6
/
+0
*
VMS doesn't support includes of paths very well.
Richard Levitte
2006-03-22
1
-0
/
+4
*
Initial support for pluggable public key ASN1 support. Process most public
Dr. Stephen Henson
2006-03-20
1
-584
/
+52
*
remove unnecessary code
Nils Larsch
2006-03-18
1
-5
/
+1
*
make
Nils Larsch
2005-07-16
1
-0
/
+4
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-27
/
+44
[next]