Tomas Mraz
|
b5db237def
ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY
|
2 vuotta sitten |
Tomas Mraz
|
95a6fbdf0d
The flag "decoded-from-explicit" must be imp/exportable
|
2 vuotta sitten |
Matt Caswell
|
46c1c2d7fa
Fix the export routines to not return success if param alloc failed
|
2 vuotta sitten |
Matt Caswell
|
7d6aad832b
Don't report success from ec_export if OSSL_PARAM_BLD_to_param failed
|
2 vuotta sitten |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 vuotta sitten |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 vuotta sitten |
Tomas Mraz
|
e20af37d06
ec_export: Other parameters are exportable with domain parameters
|
2 vuotta sitten |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 vuotta sitten |
Richard Levitte
|
ee22a3741e
Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix
|
3 vuotta sitten |
x2018
|
1287dabd0b
fix some code with obvious wrong coding style
|
3 vuotta sitten |
Shane Lontis
|
5135a9bd92
Document missing EC/SM2 params
|
3 vuotta sitten |
Matt Caswell
|
3bcc933ec4
Teach EVP_PKEYs to say whether they were decoded from explicit params
|
3 vuotta sitten |
Pauli
|
84c5ad23e1
keymgmt: fix coverity 1484886 unchecked return value
|
3 vuotta sitten |
Tomas Mraz
|
b4c4a2c688
Implement pem_read_key directly through OSSL_DECODER
|
3 vuotta sitten |
Tomas Mraz
|
b4f447c038
Add selection support to the provider keymgmt_dup function
|
3 vuotta sitten |
Tomas Mraz
|
4a9fe33c8e
Implement provider-side keymgmt_dup function
|
3 vuotta sitten |
Shane Lontis
|
3f883c7c83
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
|
3 vuotta sitten |
Pauli
|
09fba0b440
fix coverity 1466710: resource leak
|
3 vuotta sitten |
Tomas Mraz
|
bf5b37cedf
Make the SM2 group the default group for the SM2 algorithm
|
3 vuotta sitten |
Pauli
|
218e1263c4
ec_keymgmt: fix coverity 1474427: resource leak
|
3 vuotta sitten |
Tomas Mraz
|
9a48544058
Make EVP_PKEY_missing_parameters work properly on provided RSA keys
|
3 vuotta sitten |
Pauli
|
f9562909b7
provider: add params argument to key manager's gen_init call
|
3 vuotta sitten |
Tomas Mraz
|
fb67126ea8
EVP_PKEY_CTX_get/settable_params: pass provider operation context
|
3 vuotta sitten |
Shane Lontis
|
32ab57cbb4
Fix external symbols related to ec & sm2 keys
|
3 vuotta sitten |
Shane Lontis
|
4718326a46
Add EVP_PKEY_public_check_quick.
|
3 vuotta sitten |
Matt Caswell
|
899e25643d
Implement EVP_PKEY_param_check_quick() and use it in libssl
|
3 vuotta sitten |
Tomas Mraz
|
2741128e9d
Move the PROV_R reason codes to a public header
|
3 vuotta sitten |
Richard Levitte
|
f2db0528d8
PROV: Add SM2 encoders and decoders, as well as support functionality
|
3 vuotta sitten |
Richard Levitte
|
58f422f6f4
Fix some odd names in our provider source code
|
3 vuotta sitten |
Matt Caswell
|
ec7aef3356
Ensure EC keys with a private key but without a public key can be created
|
3 vuotta sitten |