index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
p_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Non-const accessor to legacy keys
Dmitry Belyavskiy
2021-03-09
1
-11
/
+23
*
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-03-08
1
-12
/
+24
*
Ensure the various legacy key EVP_PKEY getters/setters are deprecated
Matt Caswell
2021-03-08
1
-4
/
+7
*
Cache legacy keys instead of downgrading them
Matt Caswell
2021-03-08
1
-111
/
+68
*
Avoid a null pointer deref on a malloc failure
Matt Caswell
2021-03-08
1
-2
/
+7
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-2
/
+2
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-9
/
+10
*
EVP: Adapt diverse OSSL_PARAM setters and getters
Richard Levitte
2021-02-23
1
-64
/
+35
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-2
/
+2
*
Remove an unnecessary free call.
Pauli
2021-02-14
1
-2
/
+0
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-4
/
+4
*
Fix race condition & allow operation cache to grow.
Pauli
2021-02-07
1
-15
/
+18
*
EVP: use evp_pkey_copy_downgraded() in EVP_PKEY_copy_parameters()
Richard Levitte
2021-02-05
1
-22
/
+31
*
EVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()
Richard Levitte
2021-02-05
1
-37
/
+30
*
EVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param() functions
Richard Levitte
2021-02-05
1
-51
/
+25
*
EVP: Adapt the other EVP_PKEY_set_xxx_param() functions
Richard Levitte
2021-02-05
1
-31
/
+34
*
EVP: Make EVP_PKEY_set_params() increment the dirty count
Richard Levitte
2021-02-05
1
-4
/
+5
*
EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTX
Richard Levitte
2021-02-03
1
-45
/
+50
*
Ensure the EVP_PKEY operation_cache is appropriately locked
Matt Caswell
2021-02-02
1
-3
/
+19
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Add checks for NULL return from EC_KEY_get0_group()
Tomas Mraz
2021-01-26
1
-2
/
+6
*
Add EVP_PKEY functions to get EC conv form and field type
Matt Caswell
2021-01-26
1
-0
/
+79
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-32
/
+1
*
Add functions to set values into an EVP_PKEY
Shane Lontis
2021-01-26
1
-0
/
+104
*
Don't copy parameters on setting a key in libssl
Matt Caswell
2021-01-22
1
-2
/
+2
*
Ensure legacy_asn1_ctrl_to_param can handle MDs not in the OBJ database
Matt Caswell
2021-01-22
1
-4
/
+33
*
Fixes related to broken DH support in CMS
Tomas Mraz
2021-01-21
1
-0
/
+2
*
Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
Rich Salz
2021-01-21
1
-7
/
+0
*
EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
1
-0
/
+1
*
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
1
-2
/
+6
*
EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey
Richard Levitte
2020-12-08
1
-43
/
+54
*
EVP: constify the EVP_PKEY_get_*_param() argument |pkey|
Richard Levitte
2020-12-08
1
-6
/
+9
*
EVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()
Richard Levitte
2020-12-05
1
-13
/
+15
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-5
/
+4
*
Deprecate EVP_PKEY_assign_DH and other similar macros
Matt Caswell
2020-11-27
1
-1
/
+1
*
EVP: don't touch the lock for evp_pkey_downgrade
Daniel Bevenius
2020-11-26
1
-18
/
+18
*
Deprecate RSA harder
Richard Levitte
2020-11-18
1
-31
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-34
/
+33
*
Adapt libcrypto functionality to specify the desired output structure
Richard Levitte
2020-11-11
1
-1
/
+1
*
Add easy to digest selector macros for EVP_PKEYs
Richard Levitte
2020-10-30
1
-10
/
+3
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
1
-14
/
+15
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-9
/
+10
*
EVP: Take care of locks when downgrading an EVP_PKEY
Richard Levitte
2020-10-13
1
-13
/
+48
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-15
/
+10
*
EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keys
Richard Levitte
2020-09-25
1
-0
/
+12
*
Hide ECX_KEY again
Richard Levitte
2020-09-25
1
-21
/
+5
*
TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-0
/
+16
*
ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-09-20
1
-5
/
+15
*
Add a NULL check to EVP_PKEY_assign
jwalch
2020-09-17
1
-1
/
+1
[next]