index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
keymgmt_meth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Correctly display the signing/hmac algorithm in the dgst app
Matt Caswell
2020-09-17
1
-0
/
+5
*
Add public API for gettables and settables for keymanagement, signatures and ...
Shane Lontis
2020-08-12
1
-4
/
+3
*
gettables: core changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+6
*
KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
Richard Levitte
2020-07-24
1
-1
/
+15
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-21
/
+21
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Make sure we save the copy function when registering a new Keymgmt
Matt Caswell
2020-06-19
1
-0
/
+4
*
Remove gen_get_params & gen_gettable_params from keygen operation
Shane Lontis
2020-05-07
1
-33
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
EVP: Fix calls to evp_pkey_export_to_provider()
Richard Levitte
2020-04-17
1
-1
/
+8
*
KEYMGMT: Add functions to get param/key generation parameters
Richard Levitte
2020-04-15
1
-1
/
+34
*
CORE: Add the key object generator libcrypto<->provider interface
Richard Levitte
2020-03-12
1
-3
/
+87
*
KEYMGMT: Add a keydata copy function
Richard Levitte
2020-03-02
1
-0
/
+10
*
KEYMGMT: Add a keydata matching function
Richard Levitte
2020-03-02
1
-0
/
+14
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
1
-4
/
+33
*
KEYMGMT: Require both get_params and gettable_params, or none
Richard Levitte
2020-02-07
1
-12
/
+22
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-241
/
+93
*
Reorganize the internal evp_keymgmt functions
Richard Levitte
2020-02-07
1
-0
/
+150
*
Add RSA key validation to default provider
Shane Lontis
2020-01-29
1
-0
/
+24
*
EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys
Richard Levitte
2020-01-17
1
-1
/
+25
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
1
-1
/
+1
*
CORE & EVP: Specify OP_query_operation_name() for KEYMGMT
Richard Levitte
2020-01-09
1
-0
/
+6
*
Final cleanup after move to leaner EVP_PKEY methods
Richard Levitte
2019-11-10
1
-5
/
+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
/
+14
*
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
-12
/
+20
*
Refactor how KEYMGMT methods get associated with other methods
Richard Levitte
2019-09-03
1
-2
/
+2
*
Add a mechnism to save the name of fetched methods
Richard Levitte
2019-07-23
1
-2
/
+7
*
Add basic EVP_KEYMGMT API and libcrypto <-> provider interface
Richard Levitte
2019-07-22
1
-0
/
+189