index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
exchange.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass functions with correct signatures to the evp_generic_fetch_xxx methods
Frederik Wedel-Heinen
11 days
1
-6
/
+16
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
evp: update to structure based atomics
Pauli
2023-07-01
1
-7
/
+4
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-5
/
+3
*
evp: make all _is_a functions accept and handle a NULL argument
Pauli
2022-07-17
1
-1
/
+2
*
Fix Coverity 1503322, 1503324, 1503328 memory accesses
Pauli
2022-05-06
1
-0
/
+6
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmt
Tomas Mraz
2022-01-10
1
-3
/
+21
*
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
1
-1
/
+1
*
EVP: Allow a fallback for operations that work with an EVP_PKEY
Richard Levitte
2021-10-27
1
-23
/
+69
*
EVP: Add internal functions to fetch type specific EVP methods from provider
Richard Levitte
2021-10-27
1
-0
/
+11
*
EVP: Reverse the fetch logic in all pkey using functionality
Richard Levitte
2021-10-27
1
-42
/
+42
*
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
Richard Levitte
2021-06-15
1
-0
/
+1
*
libcrypto: make XXX_get_number() internal
Pauli
2021-06-02
1
-1
/
+1
*
evp: remove TODOs
Pauli
2021-06-02
1
-6
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-8
/
+8
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-7
/
+7
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-1
/
+10
*
Standard style for all EVP_xxx_free routines
Rich Salz
2021-04-18
1
-10
/
+10
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
1
-0
/
+5
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
1
-5
/
+7
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
1
-2
/
+19
*
Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()
Matt Caswell
2021-03-17
1
-4
/
+0
*
evp: add params arguments to init functions
Pauli
2021-03-11
1
-1
/
+6
*
Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED
Pedro Monreal
2021-03-11
1
-2
/
+2
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-2
/
+2
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-4
/
+6
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Pass correct maximum output length to provider derive operation
Tomas Mraz
2021-01-21
1
-8
/
+8
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-21
/
+14
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
EVP: use evp_pkey_ctx_is_legacy() to find what implementation to use
Richard Levitte
2020-10-01
1
-1
/
+1
*
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
[next]