index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
tls-provider.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
1
-4
/
+4
*
Fix typos found by codespell
Dimitri Papadopoulos
2024-06-24
1
-1
/
+1
*
tls_provider_init(): Rename prov_ctx to xor_prov_ctx to clarify
Tomas Mraz
2024-05-10
1
-4
/
+4
*
tls_provider_init(): Fix leaks in error cases
Tomas Mraz
2024-05-10
1
-5
/
+11
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Add check for xor_get_aid()
Jiasheng Jiang
2024-03-12
1
-0
/
+4
*
Try to fix intermittent CI failures in sslapitest
Bernd Edlinger
2024-03-08
1
-1
/
+5
*
SSL_set1_groups_list(): Fix memory corruption with 40 groups and more
Michael Baentsch
2024-02-22
1
-2
/
+5
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
test: update to structure based atomics
Pauli
2023-07-01
1
-8
/
+4
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-9
/
+9
*
Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider context
Ingo Franzki
2023-02-24
1
-0
/
+20
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-85
/
+2481
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
check *libctx which is allocated by OSSL_LIB_CTX_new()
xkernel
2022-02-23
1
-0
/
+3
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-3
/
+3
*
RAND_bytes_ex: fix return check
Peiwei Hu
2021-11-16
1
-1
/
+1
*
test: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-2
/
+2
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2021-04-19
1
-6
/
+55
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
1
-5
/
+9
*
test: support params arguments to init functions
Pauli
2021-03-11
1
-3
/
+4
*
test: add params argument to key manager's gen_init call
Pauli
2021-03-11
1
-2
/
+7
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
test: add import and export key management hooks for the TLS provider.
Pauli
2021-02-12
1
-0
/
+85
*
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
/
+5
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-6
/
+6
*
[test][tls-provider] Implement KEM algorithm
Nicola Tuveri
2020-10-14
1
-22
/
+181
*
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-10-14
1
-2
/
+7
*
[test][tls-provider] Add 2nd pluggable tls group for KEM
Nicola Tuveri
2020-10-14
1
-3
/
+47
*
[test][tls-provider] Group xor_group properties in a struct
Nicola Tuveri
2020-10-14
1
-26
/
+52
*
Test that EVP_default_properties_is_fips_enabled() works early
Matt Caswell
2020-08-17
1
-2
/
+10
*
gettables: test changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+2
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-19
/
+19
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Write a test provider to test the TLS-GROUPS capability
Matt Caswell
2020-06-19
1
-0
/
+466