index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
pmeth_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make evp_pkey_ctx_get0_libctx/propq public API
Matt Caswell
2020-10-15
1
-2
/
+2
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-0
/
+10
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-2
/
+2
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
1
-1
/
+1
*
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
jwalch
2020-09-25
1
-0
/
+1
*
Remove some dead SM2 code
Matt Caswell
2020-09-25
1
-3
/
+0
*
Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new ...
Shane Lontis
2020-09-23
1
-6
/
+4
*
Add SM2 signature algorithm to default provider
Paul Yang
2020-09-22
1
-31
/
+1
*
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-19
1
-3
/
+73
*
Add self tests for rsa encryption
Shane Lontis
2020-09-16
1
-5
/
+1
*
EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providers
Richard Levitte
2020-09-12
1
-0
/
+3
*
EVP: Move the functions and controls for setting and getting distid
Richard Levitte
2020-09-08
1
-0
/
+82
*
EVP: Expand the use of EVP_PKEY_CTX_md()
Richard Levitte
2020-09-08
1
-1
/
+2
*
EVP: Add support for delayed EVP_PKEY operation parameters
Richard Levitte
2020-09-08
1
-49
/
+237
*
EVP: Preserve the EVP_PKEY id in a few more spots
Richard Levitte
2020-09-08
1
-47
/
+89
*
Delete unused PKEY MAC files
Matt Caswell
2020-08-29
1
-10
/
+0
*
Extend the provider MAC bridge for CMAC
Matt Caswell
2020-08-29
1
-9
/
+32
*
Extend the provider MAC bridge for Poly1305
Matt Caswell
2020-08-29
1
-1
/
+0
*
Extend the provider MAC bridge for SIPHASH
Matt Caswell
2020-08-29
1
-1
/
+0
*
Convert EVP_PKEY_CTX_set_mac_key() into a function
Matt Caswell
2020-08-29
1
-1
/
+11
*
Make the provider side EVP PKEY MAC bridge available in default and fips
Matt Caswell
2020-08-29
1
-1
/
+0
*
Add Explicit EC parameter support to providers.
Shane Lontis
2020-08-22
1
-18
/
+2
*
Add public API for gettables and settables for keymanagement, signatures and ...
Shane Lontis
2020-08-12
1
-1
/
+1
*
Add dh_kdf support to provider
Shane Lontis
2020-08-11
1
-1
/
+22
*
Delete old KDF bridge EVP_PKEY_METHODS
Matt Caswell
2020-08-10
1
-13
/
+14
*
Extend the EVP_PKEY KDF to KDF provider bridge to also support Scrypt
Matt Caswell
2020-08-10
1
-3
/
+89
*
Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDF
Matt Caswell
2020-08-10
1
-61
/
+104
*
Implement a EVP_PKEY KDF to KDF provider bridge
Matt Caswell
2020-08-10
1
-6
/
+120
*
gettables: core changes to pass the provider context.
Pauli
2020-08-07
1
-12
/
+32
*
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
2020-06-19
1
-2
/
+2
*
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
2020-06-19
1
-2
/
+2
*
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
*
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
1
-3
/
+3
*
EVP: Refactor the RSA-PSS key generation controls for providers
Richard Levitte
2020-05-14
1
-1
/
+8
*
Remove gen_get_params & gen_gettable_params from keygen operation
Shane Lontis
2020-05-07
1
-10
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-12
/
+12
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
pkey: free key manager on error path
Pauli
2020-04-17
1
-0
/
+1
*
Add DH keygen to providers
Shane Lontis
2020-04-15
1
-1
/
+28
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
1
-1
/
+21
*
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
1
-0
/
+6
*
EVP: legacy_ctrl_to_param() to handle provider side keys
Richard Levitte
2020-04-10
1
-1
/
+2
*
Ignore some fetch failures
Matt Caswell
2020-03-27
1
-1
/
+5
*
EVP: Clarify the states of an EVP_PKEY
Richard Levitte
2020-03-25
1
-1
/
+1
*
EVP: fetch the EVP_KEYMGMT earlier
Richard Levitte
2020-03-21
1
-9
/
+14
*
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
[prev]
[next]