index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
keymgmt
Age
Commit message (
Expand
)
Author
2022-08-18
ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY
Tomas Mraz
2022-06-23
The flag "decoded-from-explicit" must be imp/exportable
Tomas Mraz
2022-06-15
Fix the export routines to not return success if param alloc failed
Matt Caswell
2022-06-08
Don't report success from ec_export if OSSL_PARAM_BLD_to_param failed
Matt Caswell
2022-05-03
Update copyright year
Matt Caswell
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-11
ec_export: Other parameters are exportable with domain parameters
Tomas Mraz
2022-03-15
Update copyright year
Matt Caswell
2022-02-03
Fix copyrights
Todd Short
2022-02-03
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-01-17
Do not call ossl_ffc_name_to_dh_named_group with NULL argument
Tomas Mraz
2022-01-07
providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_init
Peiwei Hu
2022-01-05
check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195
x2018
2021-12-13
Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix
Richard Levitte
2021-11-08
Address Coverity 1493362 resource leak
Pauli
2021-07-06
fips module header inclusion fine-tunning
Tomas Mraz
2021-06-08
EVP_PKEY_new_raw_private_key: Allow zero length keys
Tomas Mraz
2021-06-08
Document missing EC/SM2 params
Shane Lontis
2021-06-02
ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
Tomas Mraz
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-31
Teach EVP_PKEYs to say whether they were decoded from explicit params
Matt Caswell
2021-05-29
prov: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-27
Use <> for #include openssl/xxx
Rich Salz
2021-05-18
keymgmt: fix coverity 1484886 unchecked return value
Pauli
2021-05-13
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-07
Drop libimplementations.a
Richard Levitte
2021-04-26
Fixes related to separation of DH and DHX types
Shane Lontis
2021-04-18
PROV: Add OIDs we know to all provider applicable algorithms
Richard Levitte
2021-04-15
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
Do not allow creating empty RSA keys by duplication
Tomas Mraz
2021-04-15
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-12
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-08
Update copyright year
Matt Caswell
2021-04-08
fix coverity 1466710: resource leak
Pauli
2021-03-30
Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
Matt Caswell
2021-03-30
Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correct
Shane Lontis
2021-03-26
Make the SM2 group the default group for the SM2 algorithm
Tomas Mraz
2021-03-26
rsa: fix coverity 1463571: explicit null dereference
Pauli
2021-03-24
ec_keymgmt: fix coverity 1474427: resource leak
Pauli
2021-03-19
PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
Richard Levitte
2021-03-18
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
Add ossl_rsa symbols
Shane Lontis
2021-03-18
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-17
Make EVP_PKEY_missing_parameters work properly on provided RSA keys
Tomas Mraz
2021-03-17
prov: remove todos in rsa_keymgmt.c
Pauli
2021-03-15
Ensure that ECX keys pass EVP_PKEY_param_check()
Matt Caswell
2021-03-15
Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.
Shane Lontis
2021-03-12
provider: add params argument to key manager's gen_init call
Pauli
2021-03-03
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
[next]