index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TFO support to socket BIO and s_client/s_server
Todd Short
2022-03-10
4
-1
/
+529
*
async_posix: Allow custom stack allocation functions to be specified for POSI...
Arran Cudbard-Bell
2022-03-10
1
-1
/
+49
*
Add external testing with oqsprovider
Michael Baentsch
2022-03-09
3
-0
/
+138
*
Fix test failure when testing with Test::Harness
Hugo Landau
2022-03-09
1
-4
/
+6
*
Perturb the malloc output during tests
Matt Caswell
2022-03-03
1
-0
/
+5
*
Add testing of OBJ_find_sigid_by_algs()
Michael Baentsch
2022-03-03
1
-8
/
+44
*
Fix NULL pointer dereference for BN_mod_exp2_mont
Hugo Landau
2022-03-03
1
-0
/
+45
*
Enable openssl req -x509 to create certificates from CSRs
Hugo Landau
2022-03-03
1
-4
/
+13
*
[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3
Nicola Tuveri
2022-03-01
4
-10
/
+91
*
test/crltest.c: Add check for glue2bio
Jiasheng Jiang
2022-02-24
1
-2
/
+22
*
bio_enc.c: add check for BIO_new_mem_buf
Jiasheng Jiang
2022-02-24
1
-15
/
+37
*
Add -quiet option to pkcs7 for -print_certs
Raul Ferrando
2022-02-24
2
-1
/
+45
*
Fix a failure in sslapitest
Matt Caswell
2022-02-23
1
-1
/
+1
*
check *libctx which is allocated by OSSL_LIB_CTX_new()
xkernel
2022-02-23
1
-0
/
+3
*
test/sslapitest.c: Add check for SSL_CTX_new
Jiasheng Jiang
2022-02-23
1
-1
/
+5
*
test/mdc2test.c: Add check for OSSL_PROVIDER_load
Jiasheng Jiang
2022-02-20
1
-1
/
+4
*
Prefix output to avoid random ok to confuse test parser
Armin Fuerst
2022-02-17
1
-3
/
+3
*
test/helpers/handshake.c: Add check for OPENSSL_strdup
Jiasheng Jiang
2022-02-16
1
-0
/
+4
*
Add tests for do_updatedb
Armin Fuerst
2022-02-14
5
-3
/
+336
*
Apply the correct Apache v2 license
Tomas Mraz
2022-02-14
3
-5
/
+5
*
Cleanup record length checks for KTLS
Bernd Edlinger
2022-02-11
2
-6
/
+27
*
evp_test: Skip testcase if r parameter is unsupported
Tomas Mraz
2022-02-11
1
-0
/
+10
*
Add the check after calling OPENSSL_strdup
Jiasheng Jiang
2022-02-09
1
-0
/
+16
*
Fix an enginetest failure when compiled with no-deprecated --api=1.1.1
Matt Caswell
2022-02-09
1
-0
/
+1
*
Add testcases for EVP_PKEY_set1_encoded_public_key()
Tomas Mraz
2022-02-07
1
-6
/
+177
*
evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...
Jiasheng Jiang
2022-02-07
1
-2
/
+11
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
7
-7
/
+7
*
Fix copyrights
Todd Short
2022-02-03
3
-4
/
+13
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
1
-0
/
+152
*
test: change pkey kdf dup fail test to a pkey kdf dup success test
Pauli
2022-02-01
1
-7
/
+8
*
evp_test: add a ctx dup operation to the KDF tests
Pauli
2022-02-01
1
-0
/
+5
*
Fix endianness problem in params_api_test
Juergen Christ
2022-02-01
1
-8
/
+8
*
Add a test for X509_STORE_CTX_set_purpose()
Matt Caswell
2022-01-27
2
-18
/
+111
*
Fix IV length of DES EDE ECB implementations
Tomas Mraz
2022-01-27
1
-1
/
+14
*
TEST: Add addition OSSL_PARAM tests for signed BIGNUMs
Richard Levitte
2022-01-26
2
-58
/
+128
*
Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()
Darshan Sen
2022-01-26
1
-0
/
+14
*
Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()
Darshan Sen
2022-01-26
1
-0
/
+25
*
test/ct_test.c: Add the missing check after calling sk_SCT_new_null
Jiasheng Jiang
2022-01-25
1
-0
/
+3
*
evp_test: Add the missing check after calling OPENSSL_malloc
Jiasheng Jiang
2022-01-25
1
-2
/
+6
*
TEST: Add a test of the new BN_signed set of functions in test/bntest.c
Richard Levitte
2022-01-20
1
-0
/
+132
*
test: add cipher context dup test
Pauli
2022-01-19
1
-2
/
+9
*
test: add digest context dup tests
Pauli
2022-01-19
2
-12
/
+41
*
dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
Tomas Mraz
2022-01-17
1
-0
/
+28
*
test_gendhparam: Drop expected error output
Tomas Mraz
2022-01-13
1
-2
/
+10
*
threadstest: use locking for tsan operations if required
Pauli
2022-01-13
1
-2
/
+26
*
threadstest: add write check to lock checking
Pauli
2022-01-13
1
-0
/
+2
*
test: check for properly raised errors during param conversion
Pauli
2022-01-12
1
-5
/
+10
*
Ensure we test fetching encoder/decoder/store loader with a query string
Matt Caswell
2022-01-12
1
-6
/
+13
*
Don't run TLSFuzzer tests when it is not properly set
Dmitry Belyavskiy
2022-01-11
1
-2
/
+2
*
Statically link the legacy provider to endecode_test
Matt Caswell
2022-01-11
2
-0
/
+22
[next]