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
/
exchange.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add public API for gettables and settables for keymanagement, signatures and ...
Shane Lontis
2020-08-12
1
-0
/
+21
*
Implement a EVP_PKEY KDF to KDF provider bridge
Matt Caswell
2020-08-10
1
-3
/
+23
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-10
/
+10
*
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...
Dr. David von Oheimb
2020-05-27
1
-2
/
+2
*
EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!
Richard Levitte
2020-05-08
1
-0
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
EVP: fetch the EVP_KEYMGMT earlier
Richard Levitte
2020-03-21
1
-1
/
+1
*
Rethink the EVP_PKEY cache of provider side keys
Richard Levitte
2020-02-29
1
-5
/
+8
*
Refactor evp_pkey_make_provided() to do legacy to provider export
Richard Levitte
2020-02-22
1
-2
/
+10
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
1
-5
/
+21
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-2
/
+2
*
Reorganize the internal evp_keymgmt functions
Richard Levitte
2020-02-07
1
-1
/
+1
*
Add DH key exchange to fips provider
Shane Lontis
2020-01-23
1
-1
/
+9
*
EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()
Richard Levitte
2020-01-21
1
-4
/
+24
*
EVP: Add evp_pkey_make_provided() and refactor around it
Richard Levitte
2020-01-18
1
-30
/
+28
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
1
-1
/
+1
*
EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types better
Richard Levitte
2020-01-09
1
-11
/
+23
*
EVP: If a key can't be exported to provider, fallback to legacy
Richard Levitte
2020-01-08
1
-9
/
+7
*
Check that OPENSSL_zalloc was successful when creating EVP types
Matt Caswell
2019-11-29
1
-0
/
+6
*
Final cleanup after move to leaner EVP_PKEY methods
Richard Levitte
2019-11-10
1
-11
/
+6
*
EVP: Make the KEYEXCH implementation leaner
Richard Levitte
2019-11-05
1
-70
/
+40
*
PKEY: adapt the export_to_provider funtions to handle domain params too
Richard Levitte
2019-10-17
1
-3
/
+4
*
EVP: add functions that return the name number
Richard Levitte
2019-10-17
1
-0
/
+5
*
EVP: add name traversal functions to all fetchable types
Richard Levitte
2019-10-17
1
-0
/
+8
*
EVP: add missing common functionality
Richard Levitte
2019-10-17
1
-0
/
+19
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-6
/
+6
*
Move EVP_PKEY algorithm implementations into a union
Matt Caswell
2019-09-09
1
-20
/
+14
*
Revise EVP_PKEY param handling
Matt Caswell
2019-09-09
1
-7
/
+16
*
Add the ability to perform signatures in a provider
Matt Caswell
2019-09-09
1
-5
/
+0
*
Refactor how KEYMGMT methods get associated with other methods
Richard Levitte
2019-09-03
1
-30
/
+44
*
Add missing SIZE_MAX define for windows
Shane Lontis
2019-08-09
1
-0
/
+1
*
Adapt DH to use with KEYMGMT
Richard Levitte
2019-07-23
1
-30
/
+41
*
Add a mechnism to save the name of fetched methods
Richard Levitte
2019-07-23
1
-2
/
+8
*
Add the ability to set PKCS#3 DH padding in providers
Matt Caswell
2019-07-16
1
-1
/
+7
*
Enable PKCS#3 DH in the providers
Matt Caswell
2019-07-16
1
-2
/
+0
*
Make the EVP Key Exchange code provider aware
Matt Caswell
2019-07-16
1
-0
/
+354