index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
evp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
2
-11
/
+31
*
Teach d2i_PrivateKey et al about libctx
Matt Caswell
2020-04-15
1
-6
/
+17
*
EVP: fix memleak in evp_pkey_downgrade()
Richard Levitte
2020-04-15
1
-1
/
+9
*
EVP: Add a temporary SM2 hack to key generation
Richard Levitte
2020-04-15
1
-1
/
+43
*
EC: Refactor EVP_PKEY_CTX curve setting macros for param generation
Richard Levitte
2020-04-15
1
-1
/
+22
*
KEYMGMT: Add functions to get param/key generation parameters
Richard Levitte
2020-04-15
3
-1
/
+42
*
Add ex_data to EVP_PKEY.
Aaron Thompson
2020-04-14
1
-2
/
+25
*
EVP: legacy_ctrl_to_param() to handle provider side keys
Richard Levitte
2020-04-10
1
-1
/
+2
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
1
-1
/
+1
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
1
-0
/
+43
*
EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
Richard Levitte
2020-04-08
1
-0
/
+77
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
1
-0
/
+160
*
Ignore some fetch failures
Matt Caswell
2020-03-27
1
-1
/
+5
*
Put an error on the stack in the event of a fetch failure
Matt Caswell
2020-03-27
2
-7
/
+53
*
EVP: Limit the diverse key parameter functions to domain params only
Richard Levitte
2020-03-25
1
-9
/
+9
*
EVP: Downgrade keys rather than upgrade
Richard Levitte
2020-03-25
3
-121
/
+148
*
EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
Richard Levitte
2020-03-25
2
-80
/
+196
*
EVP: Clarify the states of an EVP_PKEY
Richard Levitte
2020-03-25
4
-53
/
+131
*
Fix EVP_PKEY_new_mac_key()
Matt Caswell
2020-03-25
1
-10
/
+73
*
Handle mdname in legacy EVP_DigestSignInit_ex codepaths
Matt Caswell
2020-03-23
1
-0
/
+3
*
Make it possible to easily specify a libctx for EVP_DigestSign*
Matt Caswell
2020-03-23
1
-9
/
+15
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-2
/
+1
*
EVP: fetch the EVP_KEYMGMT earlier
Richard Levitte
2020-03-21
5
-38
/
+32
*
Make sure we use the libctx when fetching a MAC
Matt Caswell
2020-03-19
2
-2
/
+7
*
Handle the case where there is no digest in an EVP_MD_CTX
Matt Caswell
2020-03-19
1
-3
/
+3
*
EVP: Don't call digest_custom() quite so early
Richard Levitte
2020-03-15
1
-1
/
+26
*
Fix legacy_ctrl_to_param() to pay better attention to keytype
Richard Levitte
2020-03-15
1
-16
/
+24
*
PROV: Add RSA functionality for key generation
Richard Levitte
2020-03-12
1
-0
/
+6
*
EVP: Add new domparams and key generation functionality
Richard Levitte
2020-03-12
4
-66
/
+237
*
CORE: Add the key object generator libcrypto<->provider interface
Richard Levitte
2020-03-12
2
-3
/
+95
*
EVP: Check that key methods aren't foreign when exporting
Richard Levitte
2020-03-09
3
-3
/
+3
*
Implement provider support for Ed25519 annd Ed448
Matt Caswell
2020-03-09
1
-0
/
+2
*
Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()
Matt Caswell
2020-03-09
2
-12
/
+82
*
Add Serializers for EC
Shane Lontis
2020-03-04
2
-3
/
+3
*
Implementation of Russian GOST CMS
Dmitry Belyavskiy
2020-03-03
1
-0
/
+7
*
EVP: Add support for copying provided EVP_PKEYs
Richard Levitte
2020-03-02
2
-8
/
+127
*
KEYMGMT: Add a keydata copy function
Richard Levitte
2020-03-02
2
-0
/
+11
*
EVP: Add support for comparing provided EVP_PKEYs
Richard Levitte
2020-03-02
2
-4
/
+152
*
KEYMGMT: Add a keydata matching function
Richard Levitte
2020-03-02
2
-0
/
+15
*
EVP: Adapt EVP_PKEY_missing_parameters() for provider keys
Richard Levitte
2020-03-02
2
-2
/
+16
*
EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgrades
Richard Levitte
2020-02-29
1
-10
/
+119
*
Rethink the EVP_PKEY cache of provider side keys
Richard Levitte
2020-02-29
8
-184
/
+189
*
Refactor evp_pkey_make_provided() to do legacy to provider export
Richard Levitte
2020-02-22
5
-80
/
+189
*
PROV: add RSA signature implementation
Richard Levitte
2020-02-22
1
-56
/
+62
*
pmeth_lib: detect unsupported OSSL_PARAM.
Pauli
2020-02-21
1
-1
/
+7
*
Params: add argument to the _from_text calls to indicate if the param exists.
Pauli
2020-02-21
3
-3
/
+3
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-0
/
+6
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
2
-0
/
+12
*
Remove unneeded switch statement to fix warning
Dane (4cad@silvertoque)
2020-02-20
4
-29
/
+6
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
4
-41
/
+191
[next]