index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach ssl_test_new to have different tests for different loaded providers
Matt Caswell
2020-04-20
5
-498
/
+516
*
Run ssl_test_new with a non-default library context
Matt Caswell
2020-04-20
2
-11
/
+39
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
3
-8
/
+25
*
TEST: make and use a fipsinstall script
Richard Levitte
2020-04-19
4
-19
/
+56
*
Re-enable FIPS testing in sslapitest.c
Matt Caswell
2020-04-19
2
-23
/
+58
*
Use a non-default libctx in sslapitest
Matt Caswell
2020-04-19
14
-114
/
+189
*
tests: reinstate tests for deprecated but non-removed functionality
Pauli
2020-04-19
3
-30
/
+13
*
Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/
Dr. David von Oheimb
2020-04-18
1
-0
/
+3
*
Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistency
Dr. David von Oheimb
2020-04-18
1
-2
/
+3
*
TEST: Add a test of keygen with an empty template in test/evp_extra_test.c
Richard Levitte
2020-04-17
1
-0
/
+42
*
Add DH keygen to providers
Shane Lontis
2020-04-16
8
-48
/
+395
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
9
-44
/
+690
*
Fix EVP_DigestSign interface when used with DES CMAC
Patrick Steuer
2020-04-11
1
-0
/
+5
*
Fix krb5 external test
Benjamin Kaduk
2020-04-09
1
-1
/
+1
*
Add a null provider which implements no algorithms.
Pauli
2020-04-09
1
-1
/
+16
*
Move legacy ciphers into the legacy provider
Shane Lontis
2020-04-09
3
-11
/
+20
*
Add test cases for the non CA certificate with pathlen:0
Tomas Mraz
2020-04-06
3
-2
/
+25
*
Add a WPACKET test for the new DER capability
Matt Caswell
2020-04-04
1
-0
/
+67
*
Add data driven SELF TEST code for signatures and key agreement
Shane Lontis
2020-04-03
1
-1
/
+19
*
HTTP client: make server/proxy and port params more consistent; minor other i...
Dr. David von Oheimb
2020-04-02
2
-7
/
+10
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
3
-21
/
+21
*
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-04-02
2
-3
/
+11
*
Extend the sslprovider_test to be able to additionally test FIPS
Matt Caswell
2020-04-01
2
-21
/
+83
*
Make sure we always use the correct libctx in sslprovidertest.c
Matt Caswell
2020-04-01
1
-21
/
+12
*
[test] Make sm2_internal_test less fragile to changes in the ec module
Billy Brumley
2020-04-01
1
-10
/
+9
*
Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Shane Lontis
2020-04-01
2
-45
/
+164
*
Add test for providers exposing OSSL_FUNC_PROVIDER_GET_REASON_STRINGS
Nicola Tuveri
2020-03-30
1
-0
/
+13
*
Describe the "want" parameter in int create_bare_ssl_connection()
Matt Caswell
2020-03-30
1
-1
/
+4
*
Display errors if a test TLS connection fails
Matt Caswell
2020-03-30
1
-0
/
+4
*
Param builder: Remove the static size limit.
Pauli
2020-03-28
1
-0
/
+44
*
Param build: make structures opaque.
Pauli
2020-03-28
2
-32
/
+35
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
2
-30
/
+30
*
Use the new library context aware SRP functions in sslapitest
Matt Caswell
2020-03-27
1
-4
/
+4
*
Use the new OCSP functions in sslapitest.c
Matt Caswell
2020-03-27
1
-2
/
+2
*
Use a fetched cipher for the TLSv1.3 early secret
Matt Caswell
2020-03-26
1
-0
/
+6
*
test/evp_pkey_provided_test.c: Add test of EVP_PKEY_copy_parameters()
Richard Levitte
2020-03-25
1
-4
/
+25
*
EVP: Downgrade keys rather than upgrade
Richard Levitte
2020-03-25
1
-8
/
+4
*
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
Dr. David von Oheimb
2020-03-25
13
-12
/
+502
*
Issuer Sign Tool extention support
Nikolay Morozov
2020-03-25
4
-0
/
+197
*
Make it possible to easily specify a libctx for EVP_DigestSign*
Matt Caswell
2020-03-23
1
-1
/
+2
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
3
-3
/
+3
*
evp_test: the tests using MDC2 need the legacy provider
Richard Levitte
2020-03-21
1
-0
/
+9
*
Add support for passing the libctx to the config loader
Shane Lontis
2020-03-20
2
-2
/
+14
*
Implement serializers for ED25519 and ED448
Matt Caswell
2020-03-18
13
-8
/
+133
*
sslapitest: don't leak the SSL_CTX pair
Ben Kaduk
2020-03-17
1
-7
/
+3
*
Fix the compile error once enabled Werror
Xiaokang Qian
2020-03-16
1
-1
/
+1
*
TEST: Adapt all applicable tests to the new distinguishing ID
Richard Levitte
2020-03-15
6
-62
/
+37
*
Add ECDSA to providers
Shane Lontis
2020-03-15
1
-1
/
+1
*
Add test that changes ciphers on CCS
Benjamin Kaduk
2020-03-13
1
-0
/
+116
*
test/recipes/30-test_evp_data/evppkey.txt: Change an expected KeyGen result
Richard Levitte
2020-03-12
1
-1
/
+1
[next]