index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
keymgmt
/
ecx_kmgmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential memory leak on failure of ecx_gen_init()
Niels Dossche
6 days
1
-1
/
+1
*
Add utility function ossl_param_is_empty()
slontis
2024-10-09
1
-1
/
+1
*
Cleanups for FIPS options..
slontis
2024-08-28
1
-2
/
+1
*
Add FIPS indicators to X25519 and X448.
slontis
2024-08-25
1
-5
/
+27
*
FIPS: Add EDDSA public key validation.
slontis
2024-08-23
1
-2
/
+26
*
Implement PCT for EDDSA
pohsingwu
2024-03-01
1
-8
/
+134
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Avoid exporting bogus (empty) data if empty selection is used
Tomas Mraz
2023-08-04
1
-0
/
+3
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-13
/
+11
*
Fix HPKE and DHKEM for X25519 and X448 on s390x
Juergen Christ
2022-09-27
1
-4
/
+26
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
1
-2
/
+30
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-3
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
1
-8
/
+12
*
Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fix
Richard Levitte
2021-12-13
1
-18
/
+33
*
ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
Tomas Mraz
2021-06-02
1
-2
/
+2
*
prov: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-5
/
+5
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
1
-2
/
+2
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
1
-0
/
+9
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
1
-12
/
+12
*
Make EVP_PKEY_missing_parameters work properly on provided RSA keys
Tomas Mraz
2021-03-17
1
-10
/
+10
*
Ensure that ECX keys pass EVP_PKEY_param_check()
Matt Caswell
2021-03-15
1
-3
/
+7
*
provider: add params argument to key manager's gen_init call
Pauli
2021-03-11
1
-9
/
+23
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-1
/
+2
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-25
/
+30
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Implement EVP_PKEY_param_check_quick() and use it in libssl
Matt Caswell
2021-02-15
1
-4
/
+4
*
Add validate method to ECX keymanager
Shane Lontis
2020-12-11
1
-0
/
+77
*
Constify OSSL_FUNC_keymgmt_has()
Nicola Tuveri
2020-10-22
1
-2
/
+2
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
1
-4
/
+4
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-5
/
+5
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
Fix ecx so that is uses a settable propertyquery
Shane Lontis
2020-09-23
1
-14
/
+53
*
keymgmt: add FIPS error state handling
Pauli
2020-09-12
1
-4
/
+31
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
1
-8
/
+8
*
DESERIALIZER: Add deserializers for the rest of our asymmetric key types
Richard Levitte
2020-08-01
1
-0
/
+16
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-35
/
+35
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Make EVP_PKEY_CTX_[get|set]_group_name work for ECX too
Matt Caswell
2020-06-19
1
-3
/
+82
*
When asked if an ECX key has parameters we should answer "true"
Matt Caswell
2020-06-05
1
-2
/
+5
*
Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys
Matt Caswell
2020-06-05
1
-6
/
+94
*
Implement key match functionality for ECX keys
Matt Caswell
2020-05-04
1
-0
/
+32
*
Don't export ECX key data twice
Matt Caswell
2020-05-04
1
-4
/
+0
*
Add the library ctx into an ECX_KEY
Matt Caswell
2020-05-04
1
-9
/
+9
*
Add the ability to ECX to import keys with only the private key
Matt Caswell
2020-05-04
1
-3
/
+2
[next]