index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_local.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement functionality for direct use of composite signature algorithms
Richard Levitte
2024-08-21
1
-0
/
+9
*
Add KeyManagement keygen parameter getter/gettable functions.
slontis
2024-08-06
1
-0
/
+2
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Move discovery of the legacy alg type into the keymgmt
Matt Caswell
2024-01-15
1
-0
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
evp: update to structure based atomics
Pauli
2023-07-01
1
-5
/
+0
*
Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider context
Ingo Franzki
2023-02-24
1
-0
/
+2
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
1
-0
/
+2
*
store_result: Add fallback for fetching the keymgmt from the provider of the ...
Tomas Mraz
2022-06-28
1
-3
/
+0
*
Remove the _fetch_by_number functions
Pauli
2022-05-06
1
-7
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
evp enc: cache cipher IV length
Pauli
2022-02-06
1
-0
/
+1
*
EVP: Add internal functions to fetch type specific EVP methods from provider
Richard Levitte
2021-10-27
1
-0
/
+12
*
EVP: Add evp_keymgmt_fetch_from_prov()
Richard Levitte
2021-10-27
1
-0
/
+3
*
EVP: Add the internal function evp_generic_fetch_from_prov()
Richard Levitte
2021-10-27
1
-0
/
+7
*
Refactor evp_generic_do_all() to behave like evp_generic_fetch()
Richard Levitte
2021-06-15
1
-0
/
+4
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-9
/
+25
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
1
-0
/
+4
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-1
/
+5
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-0
/
+2
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
1
-1
/
+0
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
1
-0
/
+1
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
1
-3
/
+8
*
Add ossl_is_partially_overlapping symbol
Shane Lontis
2021-03-18
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-3
/
+3
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
rand: reference count the EVP_RAND contexts.
Pauli
2020-09-23
1
-0
/
+3
*
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-19
1
-0
/
+19
*
Add CMS AuthEnvelopedData with AES-GCM support
Jakub Zelenka
2020-09-08
1
-0
/
+5
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-27
/
+0
*
KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
Richard Levitte
2020-07-24
1
-0
/
+2
*
rand: avoid caching RNG parameters.
Pauli
2020-07-05
1
-5
/
+0
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-85
/
+85
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
CTR, HASH and HMAC DRBGs in provider
Pauli
2020-06-24
1
-8
/
+10
*
rand: core APIs for provider friendly random.
Pauli
2020-06-24
1
-0
/
+36
*
Remove gen_get_params & gen_gettable_params from keygen operation
Shane Lontis
2020-05-07
1
-2
/
+0
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
KEYMGMT: Add functions to get param/key generation parameters
Richard Levitte
2020-04-15
1
-0
/
+2
*
CORE: Add the key object generator libcrypto<->provider interface
Richard Levitte
2020-03-12
1
-0
/
+8
*
Implement provider support for Ed25519 annd Ed448
Matt Caswell
2020-03-09
1
-0
/
+2
*
KEYMGMT: Add a keydata copy function
Richard Levitte
2020-03-02
1
-0
/
+1
*
KEYMGMT: Add a keydata matching function
Richard Levitte
2020-03-02
1
-0
/
+1
*
Refactor evp_pkey_make_provided() to do legacy to provider export
Richard Levitte
2020-02-22
1
-3
/
+1
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
1
-0
/
+4
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-31
/
+15
*
Add RSA key validation to default provider
Shane Lontis
2020-01-29
1
-0
/
+4
*
EVP: Add evp_pkey_make_provided() and refactor around it
Richard Levitte
2020-01-18
1
-0
/
+3
[next]