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
*
rand: avoid caching RNG parameters.
Pauli
2020-07-05
2
-29
/
+14
*
Refactor the EVP_RAND code to make locking issues less likely
Pauli
2020-07-05
1
-67
/
+149
*
rand: fix recursive locking issue.
Pauli
2020-07-05
1
-18
/
+11
*
CORE: Add an internal function to distinguish the global default context
Richard Levitte
2020-06-28
1
-6
/
+13
*
Update copyright year
Matt Caswell
2020-06-25
3
-3
/
+3
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
10
-220
/
+220
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
4
-4
/
+4
*
CTR, HASH and HMAC DRBGs in provider
Pauli
2020-06-24
3
-87
/
+130
*
rand: set up EVP and DRBG infrastructure for RAND from providers.
Pauli
2020-06-24
1
-35
/
+169
*
rand: core APIs for provider friendly random.
Pauli
2020-06-24
4
-1
/
+436
*
property: Move global default properties to the library context.
Pauli
2020-06-23
2
-12
/
+44
*
Make sure we save the copy function when registering a new Keymgmt
Matt Caswell
2020-06-19
1
-0
/
+4
*
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-19
2
-3
/
+32
*
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
2020-06-19
4
-4
/
+44
*
Remove whitespace from 'white space'
haykam821
2020-06-19
1
-1
/
+1
*
EVP: allow empty strings to EVP_Decode* functions
Richard Levitte
2020-06-16
1
-1
/
+1
*
Fix two additional instances of the old EVP_MAC_CTX_ functions being used.
Pauli
2020-06-13
1
-1
/
+1
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
3
-31
/
+32
*
kdf: make function naming consistent.
Pauli
2020-06-11
4
-23
/
+23
*
EVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
Richard Levitte
2020-06-08
1
-0
/
+16
*
Always create a key when importing
Matt Caswell
2020-06-05
1
-7
/
+7
*
Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys
Matt Caswell
2020-06-05
1
-0
/
+39
*
Fix missed fields in EVP_PKEY_meth_copy.
Aaron Thompson
2020-06-04
1
-37
/
+6
*
Fail if we fail to fetch the EVP_KEYMGMT
Matt Caswell
2020-05-28
1
-3
/
+47
*
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...
Dr. David von Oheimb
2020-05-27
3
-5
/
+19
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-3
/
+3
*
Re-introduce legacy EVP_PKEY types for provided keys
Richard Levitte
2020-05-23
2
-34
/
+33
*
CORE: query for operations only once per provider (unless no_store is true)
Richard Levitte
2020-05-19
1
-1
/
+7
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
EVP: Refactor the RSA-PSS key generation controls for providers
Richard Levitte
2020-05-14
1
-1
/
+8
*
EVP: For SIGNATURE operations, pass the propquery early
Richard Levitte
2020-05-14
2
-4
/
+8
*
EVP: Only use the engine when one is defined, in pkey_mac_ctrl()
Richard Levitte
2020-05-14
1
-7
/
+11
*
EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!
Richard Levitte
2020-05-08
4
-6
/
+9
*
Remove gen_get_params & gen_gettable_params from keygen operation
Shane Lontis
2020-05-07
4
-47
/
+5
*
Remove cipher table lookup from EVP_CipherInit_ex
Shane Lontis
2020-05-07
1
-160
/
+0
*
Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keys
Matt Caswell
2020-05-04
1
-6
/
+65
*
Make EVP_new_raw_[private|public]_key provider aware
Matt Caswell
2020-05-04
1
-39
/
+132
*
Add default property API's to enable and test for fips
Shane Lontis
2020-05-02
3
-8
/
+44
*
coverity 1462573 Dereference after null check
Pauli
2020-04-30
1
-1
/
+1
*
coverity 1462554 Dereference after null check
Pauli
2020-04-30
1
-4
/
+6
*
coverity 1462549 Dereference before null check
Pauli
2020-04-30
2
-8
/
+14
*
coverity 1462546 Dereference after null check
Pauli
2020-04-30
1
-5
/
+7
*
coverity 1462545 Dereference after null check
Pauli
2020-04-30
1
-2
/
+4
*
coverity 1462565: Null pointer dereferences
Pauli
2020-04-30
1
-5
/
+7
*
EVP: Fix evp_keymgmt_util_copy() for to->keymgmt == NULL
Richard Levitte
2020-04-29
1
-3
/
+13
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
11
-95
/
+95
*
keymgmt: convert to use the params modification detection.
Pauli
2020-04-25
1
-6
/
+4
*
evp: convert existing code to use the new modified sentinel for params.
Pauli
2020-04-25
2
-39
/
+14
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
2
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
53
-53
/
+53
[next]