index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
sslapitest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle set_alpn_protos inputs better.
Todd Short
2021-04-13
1
-0
/
+72
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
1
-47
/
+40
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Inherit hostflags verify params even without hosts
Christian Heimes
2021-04-09
1
-0
/
+43
*
Fix potential double free in sslapitest.c
Nan Xiao
2021-04-07
1
-1
/
+3
*
test: fix coverity 1451574: improper use of negative value
Pauli
2021-03-24
1
-1
/
+2
*
sslapitest: fix problem in cleanup on failure path
Pauli
2021-03-20
1
-4
/
+8
*
test: coverity 1469426 - dereference after null check
Pauli
2021-03-20
1
-1
/
+1
*
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-03-08
1
-2
/
+12
*
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
Shane Lontis
2021-03-03
1
-0
/
+57
*
test: updates for the new additional MAC_init arguments
Pauli
2021-02-28
1
-7
/
+4
*
provider: add an unquery function to allow providers to clean up.
Pauli
2021-02-24
1
-5
/
+2
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-2
/
+3
*
Stop disabling TLSv1.3 if ec and dh are disabled
Matt Caswell
2021-02-05
1
-55
/
+66
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFY
Dr. David von Oheimb
2021-01-26
1
-0
/
+86
*
Fix incomplete deprecation guard in test/sslapitest.c
Richard Levitte
2021-01-15
1
-1
/
+1
*
Adding TLS group name retrieval
Michael Baentsch
2021-01-08
1
-0
/
+23
*
Fix sslapitest.c if built with no-legacy
Matt Caswell
2020-12-11
1
-1
/
+10
*
Test that we can negotiate TLSv1.3 if we have an SNI callback
Matt Caswell
2020-12-09
1
-0
/
+59
*
Fix a compilation failure with no-tls_1_2
Matt Caswell
2020-12-08
1
-1
/
+1
*
Fix a test failure with no-tls1_3
Matt Caswell
2020-12-08
1
-3
/
+19
*
test cleanup: move helper .c and .h files to test/helpers/
Dr. David von Oheimb
2020-12-01
1
-1
/
+1
*
Extend the auto DH testing to check DH sizes
Matt Caswell
2020-11-18
1
-0
/
+157
*
Add a test for the various ways of setting temporary DH params
Matt Caswell
2020-11-18
1
-1
/
+201
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-9
/
+9
*
[test][sslapitest] Add test for pluggable KEM group
Nicola Tuveri
2020-10-14
1
-6
/
+7
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-12
/
+12
*
Fix safestack issues in srp.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.
John Baldwin
2020-08-31
1
-1
/
+3
*
Fix two issues with AES-CCM KTLS tests.
Vadim Fedorenko
2020-08-31
1
-2
/
+4
*
Skip tests using KTLS RX for TLS 1.3.
John Baldwin
2020-08-31
1
-0
/
+4
*
Skip tests using KTLS RX if KTLS RX is not supported.
John Baldwin
2020-08-31
1
-0
/
+5
*
Refactor the KTLS tests to minimize code duplication.
John Baldwin
2020-08-31
1
-341
/
+24
*
TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()
Richard Levitte
2020-08-20
1
-3
/
+6
*
sslapitest: Add test for premature call of SSL_export_keying_material
Tomas Mraz
2020-08-13
1
-3
/
+14
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-24
/
+27
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-1
/
+1
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
1
-5
/
+3
*
Add a test to check having a provider loaded without a groups still works
Matt Caswell
2020-07-08
1
-1
/
+4
*
Add support to zeroize plaintext in S3 record layer
Martin Elshuber
2020-07-07
1
-0
/
+114
*
Reduce the security bits for MD5 and SHA1 based signatures in TLS
Kurt Roeckx
2020-06-27
1
-0
/
+4
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
Add an SSL_dup test
Matt Caswell
2020-06-23
1
-0
/
+72
*
Write a test provider to test the TLS-GROUPS capability
Matt Caswell
2020-06-19
1
-0
/
+56
*
Modify libssl to discover supported groups based on available providers
Matt Caswell
2020-06-19
1
-0
/
+2
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-1
/
+1
*
test: TLS1.3 and new ciphers for kTLS
Vadim Fedorenko
2020-06-08
1
-104
/
+399
[next]