index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
keymgmt_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-2
/
+1
*
EVP: evp_keymgmt_util_try_import() should clean up on failed import
Richard Levitte
2021-04-23
1
-9
/
+16
*
Remove a TODO(3.0) from keymgmt_lib.c
Matt Caswell
2021-04-19
1
-4
/
+0
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
1
-0
/
+2
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
1
-20
/
+2
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
1
-3
/
+4
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
1
-0
/
+6
*
evp_keymgmt_util_copy: Fix possible leak on copy failure
Tomas Mraz
2021-03-17
1
-4
/
+4
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-2
/
+6
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fix race condition & allow operation cache to grow.
Pauli
2021-02-07
1
-44
/
+55
*
EVP: Make EVP_PKEY_set_params() increment the dirty count
Richard Levitte
2021-02-05
1
-7
/
+24
*
Ensure the EVP_PKEY operation_cache is appropriately locked
Matt Caswell
2021-02-02
1
-3
/
+36
*
EVP: Add the internal convenience function evp_keymgmt_util_export()
Richard Levitte
2020-09-12
1
-4
/
+12
*
EVP KEYMGMT utils: Make a few more utility functions available
Richard Levitte
2020-07-24
1
-29
/
+49
*
Always create a key when importing
Matt Caswell
2020-06-05
1
-7
/
+7
*
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: Fix evp_keymgmt_util_copy() for to->keymgmt == NULL
Richard Levitte
2020-04-29
1
-3
/
+13
*
keymgmt: convert to use the params modification detection.
Pauli
2020-04-25
1
-6
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use it
Richard Levitte
2020-04-23
1
-0
/
+48
*
EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
Richard Levitte
2020-03-25
1
-21
/
+15
*
EVP: Clarify the states of an EVP_PKEY
Richard Levitte
2020-03-25
1
-31
/
+79
*
EVP: Add new domparams and key generation functionality
Richard Levitte
2020-03-12
1
-0
/
+20
*
EVP: Add support for copying provided EVP_PKEYs
Richard Levitte
2020-03-02
1
-0
/
+57
*
EVP: Add support for comparing provided EVP_PKEYs
Richard Levitte
2020-03-02
1
-0
/
+70
*
EVP: Adapt EVP_PKEY_missing_parameters() for provider keys
Richard Levitte
2020-03-02
1
-0
/
+9
*
Rethink the EVP_PKEY cache of provider side keys
Richard Levitte
2020-02-29
1
-87
/
+87
*
Refactor evp_pkey_make_provided() to do legacy to provider export
Richard Levitte
2020-02-22
1
-71
/
+74
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-82
/
+71
*
Reorganize the internal evp_keymgmt functions
Richard Levitte
2020-02-07
1
-160
/
+13
*
Fix coverity issues CID 1457745...1457752, 1457853, 1457854
Shane Lontis
2020-02-04
1
-1
/
+2
*
EVP: Small refactor of keymgmt library code
Richard Levitte
2020-02-02
1
-11
/
+14
*
Add RSA key validation to default provider
Shane Lontis
2020-01-29
1
-0
/
+23
*
EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys
Richard Levitte
2020-01-17
1
-12
/
+77
*
CORE & PROV: make export of key data leaner through callback
Richard Levitte
2019-11-14
1
-125
/
+44
*
Add EVP functionality to create domain params and keys by user data
Richard Levitte
2019-11-07
1
-0
/
+18
*
fix for Missing null check after OPENSSL_zalloc
jayaram
2019-11-01
1
-1
/
+5
*
evp_keymgmt_export_to_provider(): adjust OSSL_PARAM array for transfer
Richard Levitte
2019-10-17
1
-3
/
+26
*
PKEY: adapt the export_to_provider funtions to handle domain params too
Richard Levitte
2019-10-17
1
-21
/
+48
*
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
-2
/
+2
*
Add an internal API to access the KEYMGMT provider functions
Richard Levitte
2019-07-22
1
-0
/
+87
*
Add evp_keymgmt_clear_pkey_cache() and use it
Richard Levitte
2019-07-22
1
-7
/
+20
*
Add evp_keymgmt_export_to_provider(), for key transfer between providers
Richard Levitte
2019-07-22
1
-0
/
+188