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
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
4
-65
/
+145
*
Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
Shane Lontis
2021-04-27
1
-0
/
+4
*
Fixes related to separation of DH and DHX types
Shane Lontis
2021-04-26
3
-54
/
+112
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
19
-42
/
+104
*
EVP: evp_keymgmt_util_try_import() should clean up on failed import
Richard Levitte
2021-04-23
1
-9
/
+16
*
Trivial shortcuts for EVP_PKEY_eq()
Tomas Mraz
2021-04-23
1
-0
/
+6
*
Update copyright year
Matt Caswell
2021-04-22
20
-20
/
+20
*
Fix typos
MichaM
2021-04-22
1
-2
/
+2
*
asn1: fix indentation
Pauli
2021-04-21
1
-2
/
+8
*
Fix compile errors on s390.
Juergen Christ
2021-04-20
1
-0
/
+4
*
Remove a TODO(3.0) from keymgmt_lib.c
Matt Caswell
2021-04-19
1
-4
/
+0
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
2
-4
/
+41
*
Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()
Richard Levitte
2021-04-18
1
-1
/
+2
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
34
-35
/
+152
*
Standard style for all EVP_xxx_free routines
Rich Salz
2021-04-18
10
-88
/
+93
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
1
-3
/
+3
*
SipHash: Fix CTRL API for the digest size.
Pauli
2021-04-16
1
-0
/
+8
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
2
-0
/
+25
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
2
-4
/
+4
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
4
-39
/
+9
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
2
-5
/
+7
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
4
-1
/
+20
*
Add some additional NULL checks to prevent segfaults.
Shane Lontis
2021-04-14
1
-0
/
+2
*
Remove the function EVP_PKEY_set_alias_type
Matt Caswell
2021-04-12
1
-41
/
+22
*
Update copyright year
Matt Caswell
2021-04-08
8
-8
/
+8
*
property: check return values from the property locking calls.
Pauli
2021-04-08
1
-3
/
+4
*
evp: fix coverity 1473631: argument cannot be negative
Pauli
2021-04-08
1
-3
/
+4
*
evp: fix coverity 1451509: argument cannot be negative
Pauli
2021-04-08
1
-1
/
+5
*
evp: fix coverity 1451510: argument cannot be negative
Pauli
2021-04-08
1
-1
/
+5
*
evp: fix coverity 1472682: argument cannot be negative
Pauli
2021-04-08
1
-1
/
+5
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-38
/
+0
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
10
-0
/
+76
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
12
-64
/
+89
*
EVP_CIPHER_type: fix misleading argument name
Tomas Mraz
2021-04-01
1
-2
/
+2
*
Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0
Tomas Mraz
2021-04-01
1
-2
/
+1
*
EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOST
Tomas Mraz
2021-04-01
1
-1
/
+1
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
1
-2
/
+19
*
EVP: One stray comma removed in crypto/evp/ctrl_params_translate.c
Richard Levitte
2021-03-31
1
-1
/
+1
*
evp: fix coverity 1474469: negative return
Pauli
2021-03-30
1
-3
/
+3
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-0
/
+55
*
evp: fix coverity 1473378: unchecked return value
Pauli
2021-03-25
1
-2
/
+3
*
evp: fix coverity 1467500 & 1467502: unchecked return values
Pauli
2021-03-25
1
-7
/
+9
*
EVP_PKCS82PKEY: Create provided keys if possible
Tomas Mraz
2021-03-25
1
-2
/
+31
*
enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...
Pauli
2021-03-24
2
-2
/
+6
*
evp: fix coverity 1473380: copy into fixed size buffer
Pauli
2021-03-21
1
-1
/
+1
*
evp: fix coverity 1473381 - dereference after null check
Pauli
2021-03-20
1
-2
/
+8
*
evp: fix coverity 1445872 - dereference after null check
Pauli
2021-03-20
1
-1
/
+6
*
evp: fix coverity 1470561: resource leak
Pauli
2021-03-20
1
-0
/
+1
*
EVP_PKEY_get_*_param should work with legacy
Tomas Mraz
2021-03-19
1
-6
/
+2
*
Added functions for printing EVP_PKEYs to FILE *
Tomas Mraz
2021-03-19
1
-16
/
+51
[next]