index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
Fix no-ec
Matt Caswell
2020-02-08
1
-0
/
+2
*
Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}
Richard Levitte
2020-02-07
1
-1
/
+1
*
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
10
-392
/
+222
*
Reorganize the internal evp_keymgmt functions
Richard Levitte
2020-02-07
5
-165
/
+168
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
3
-5
/
+3
*
EVP_MD_CTX_ctrl(): Remove unnecessary control
Richard Levitte
2020-02-04
1
-4
/
+1
*
Don't pass a digest-size to signature implementations
Richard Levitte
2020-02-04
1
-6
/
+1
*
Decentralize legacy_ctrl_str_to_param()
Richard Levitte
2020-02-04
1
-64
/
+25
*
Fix coverity issues CID 1457745...1457752, 1457853, 1457854
Shane Lontis
2020-02-04
1
-1
/
+2
*
Revert "Legacy digests can have custom control values"
Matt Caswell
2020-02-03
1
-1
/
+1
*
EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordingly
Richard Levitte
2020-02-02
1
-1
/
+12
*
EVP: Small refactor of keymgmt library code
Richard Levitte
2020-02-02
1
-11
/
+14
*
evp_pmeth: free the MD reference correctly.
Pauli
2020-01-31
1
-1
/
+1
*
Add RSA key validation to default provider
Shane Lontis
2020-01-29
7
-73
/
+211
*
Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameter
Matt Caswell
2020-01-27
2
-14
/
+4
*
EVP: Adapt EVP_PKEY Seal and Open for provider keys
Richard Levitte
2020-01-25
3
-21
/
+35
*
Deprecate the low level DES functions.
Pauli
2020-01-25
3
-0
/
+18
*
EVP: Add EVP_PKEY_get_default_digest_name() and use it
Richard Levitte
2020-01-23
2
-25
/
+92
*
Add DH key exchange to fips provider
Shane Lontis
2020-01-23
3
-8
/
+16
*
Avoid leak in error path of PKCS5_PBE_keyivgen
kinichiro
2020-01-22
1
-0
/
+4
*
Legacy digests can have custom control values
Dmitry Belyavskiy
2020-01-22
1
-1
/
+1
*
EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()
Richard Levitte
2020-01-21
4
-17
/
+101
*
Implement the NULL cipher in the default provider
Matt Caswell
2020-01-20
1
-1
/
+5
*
Deprecate the low level IDEA functions.
Pauli
2020-01-19
1
-0
/
+7
*
Deprecate the low level MD5 functions.
Pauli
2020-01-19
3
-3
/
+9
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
2
-0
/
+13
*
EVP: Add evp_pkey_make_provided() and refactor around it
Richard Levitte
2020-01-18
6
-129
/
+169
*
EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys
Richard Levitte
2020-01-17
4
-20
/
+122
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
9
-17
/
+21
*
Move the stored namemap pre-population to namemap construction
Richard Levitte
2020-01-16
1
-64
/
+1
*
Deprecate the low level RC5 functions
Pauli
2020-01-15
1
-0
/
+6
*
Deprecate the low level RC4 functions
Pauli
2020-01-15
2
-0
/
+12
*
Deprecate the low level RC2 functions
Pauli
2020-01-15
1
-0
/
+6
*
Deprecate the low level SEED functions
Pauli
2020-01-15
1
-0
/
+6
*
Restoring correct check for legacy PKEY
Dmitry Belyavskiy
2020-01-15
1
-1
/
+1
*
Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
Richard Levitte
2020-01-15
1
-1
/
+1
*
Fix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign,Verify}() for provider...
Richard Levitte
2020-01-14
1
-12
/
+26
*
Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is set
Matt Caswell
2020-01-13
1
-2
/
+5
*
Deprecate the Low Level CAST APIs
Matt Caswell
2020-01-13
1
-0
/
+6
*
Deprecate Low Level Camellia APIs
Matt Caswell
2020-01-13
1
-0
/
+6
*
Deprecate the low level Whirlpool functions.
Pauli
2020-01-12
1
-0
/
+6
*
Deprecate the low level MDC2 functions.
Pauli
2020-01-12
1
-0
/
+6
*
Deprecate the low level MD4 functions.
Pauli
2020-01-12
1
-0
/
+6
*
Deprecate the low level MD2 functions.
Pauli
2020-01-12
1
-0
/
+6
*
Deprecate the low level RIPEMD160 functions.
Pauli
2020-01-12
1
-0
/
+6
*
Add dsa signature alg to fips provider
Shane Lontis
2020-01-12
6
-866
/
+924
*
Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providers
Shane Lontis
2020-01-10
1
-4
/
+16
*
EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types better
Richard Levitte
2020-01-09
5
-50
/
+95
[next]