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
...
*
EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digest
Richard Levitte
2020-04-23
1
-4
/
+10
*
EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use it
Richard Levitte
2020-04-23
2
-22
/
+52
*
Swap parameters of evp_method_id()
Dr. Matthias St. Pierre
2020-04-20
1
-5
/
+5
*
Fix an assertion (and a comment) of evp_method_id()
Dr. Matthias St. Pierre
2020-04-20
1
-4
/
+4
*
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-17
1
-16
/
+30
*
pkey: free key manager on error path
Pauli
2020-04-17
1
-0
/
+1
*
EVP: Fix calls to evp_pkey_export_to_provider()
Richard Levitte
2020-04-17
3
-3
/
+14
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
5
-83
/
+76
*
Add DH keygen to providers
Shane Lontis
2020-04-15
1
-1
/
+28
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
2
-11
/
+31
*
Teach d2i_PrivateKey et al about libctx
Matt Caswell
2020-04-15
1
-6
/
+17
*
EVP: fix memleak in evp_pkey_downgrade()
Richard Levitte
2020-04-15
1
-1
/
+9
*
EVP: Add a temporary SM2 hack to key generation
Richard Levitte
2020-04-15
1
-1
/
+43
*
EC: Refactor EVP_PKEY_CTX curve setting macros for param generation
Richard Levitte
2020-04-15
1
-1
/
+22
*
KEYMGMT: Add functions to get param/key generation parameters
Richard Levitte
2020-04-15
3
-1
/
+42
*
Add ex_data to EVP_PKEY.
Aaron Thompson
2020-04-14
1
-2
/
+25
*
EVP: legacy_ctrl_to_param() to handle provider side keys
Richard Levitte
2020-04-10
1
-1
/
+2
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
1
-1
/
+1
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
1
-0
/
+43
*
EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
Richard Levitte
2020-04-08
1
-0
/
+77
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
1
-0
/
+160
*
Ignore some fetch failures
Matt Caswell
2020-03-27
1
-1
/
+5
*
Put an error on the stack in the event of a fetch failure
Matt Caswell
2020-03-27
2
-7
/
+53
*
EVP: Limit the diverse key parameter functions to domain params only
Richard Levitte
2020-03-25
1
-9
/
+9
*
EVP: Downgrade keys rather than upgrade
Richard Levitte
2020-03-25
3
-121
/
+148
*
EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
Richard Levitte
2020-03-25
2
-80
/
+196
*
EVP: Clarify the states of an EVP_PKEY
Richard Levitte
2020-03-25
4
-53
/
+131
*
Fix EVP_PKEY_new_mac_key()
Matt Caswell
2020-03-25
1
-10
/
+73
*
Handle mdname in legacy EVP_DigestSignInit_ex codepaths
Matt Caswell
2020-03-23
1
-0
/
+3
*
Make it possible to easily specify a libctx for EVP_DigestSign*
Matt Caswell
2020-03-23
1
-9
/
+15
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-2
/
+1
*
EVP: fetch the EVP_KEYMGMT earlier
Richard Levitte
2020-03-21
5
-38
/
+32
*
Make sure we use the libctx when fetching a MAC
Matt Caswell
2020-03-19
2
-2
/
+7
*
Handle the case where there is no digest in an EVP_MD_CTX
Matt Caswell
2020-03-19
1
-3
/
+3
*
EVP: Don't call digest_custom() quite so early
Richard Levitte
2020-03-15
1
-1
/
+26
*
Fix legacy_ctrl_to_param() to pay better attention to keytype
Richard Levitte
2020-03-15
1
-16
/
+24
*
PROV: Add RSA functionality for key generation
Richard Levitte
2020-03-12
1
-0
/
+6
*
EVP: Add new domparams and key generation functionality
Richard Levitte
2020-03-12
4
-66
/
+237
*
CORE: Add the key object generator libcrypto<->provider interface
Richard Levitte
2020-03-12
2
-3
/
+95
*
EVP: Check that key methods aren't foreign when exporting
Richard Levitte
2020-03-09
3
-3
/
+3
*
Implement provider support for Ed25519 annd Ed448
Matt Caswell
2020-03-09
1
-0
/
+2
*
Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()
Matt Caswell
2020-03-09
2
-12
/
+82
*
Add Serializers for EC
Shane Lontis
2020-03-03
2
-3
/
+3
*
Implementation of Russian GOST CMS
Dmitry Belyavskiy
2020-03-03
1
-0
/
+7
*
EVP: Add support for copying provided EVP_PKEYs
Richard Levitte
2020-03-02
2
-8
/
+127
*
KEYMGMT: Add a keydata copy function
Richard Levitte
2020-03-02
2
-0
/
+11
*
EVP: Add support for comparing provided EVP_PKEYs
Richard Levitte
2020-03-02
2
-4
/
+152
*
KEYMGMT: Add a keydata matching function
Richard Levitte
2020-03-02
2
-0
/
+15
*
EVP: Adapt EVP_PKEY_missing_parameters() for provider keys
Richard Levitte
2020-03-02
2
-2
/
+16
*
EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgrades
Richard Levitte
2020-02-29
1
-10
/
+119
[prev]
[next]