index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
build.info
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid more MSVC-specific C runtime library functions
Tanzinul Islam
2021-04-19
1
-1
/
+1
*
Remove the external BoringSSL test
Tomas Mraz
2021-03-26
1
-2
/
+0
*
Fix DER reading from stdin for BIO_f_readbuffer
Shane Lontis
2021-03-22
1
-1
/
+6
*
Test errors from a provider can still be accessed after unload
Matt Caswell
2021-02-24
1
-3
/
+3
*
test: add framework for generic fake random number generator
Pauli
2021-02-23
1
-1
/
+1
*
Deprecate the libssl level SRP APIs
Matt Caswell
2021-02-12
1
-0
/
+3
*
TEST: Add an algorithm ID tester for libcrypto vs provider
Richard Levitte
2021-02-05
1
-0
/
+5
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-3
/
+3
*
TEST: move cert, key, and CSR loading aux functions to new testutil/load.c
Dr. David von Oheimb
2021-01-13
1
-1
/
+1
*
Use adapted test_get_libctx() for simpler test setup and better error reporting
Dr. David von Oheimb
2020-12-10
1
-1
/
+1
*
TEST: Add a simple module loader, and test the FIPS module with it
Richard Levitte
2020-12-01
1
-0
/
+4
*
TEST: Break out the local dynamic loading code from shlibloadtest.c
Richard Levitte
2020-12-01
1
-1
/
+1
*
test cleanup: move helper .c and .h files to test/helpers/
Dr. David von Oheimb
2020-12-01
1
-34
/
+34
*
endecode_test.c: Significant speedup in generating DH and DHX keys
Dr. David von Oheimb
2020-11-29
1
-2
/
+2
*
Deprecate the DHparams and DHxparams PEM routines
Matt Caswell
2020-11-27
1
-4
/
+6
*
Fix no-deprecated configuration
Shane Lontis
2020-11-27
1
-2
/
+2
*
Test various deprecated PEM_read_bio_* APIs
Matt Caswell
2020-11-25
1
-1
/
+8
*
test RNG: set state to uninitialised as part of uninstantiate call.
Pauli
2020-11-19
1
-1
/
+1
*
test/endecoder_legacy_test.c: new test for legacy comparison
Richard Levitte
2020-11-15
1
-0
/
+5
*
TEST: Add a test of EC key generation with encoding spec
Richard Levitte
2020-09-12
1
-1
/
+1
*
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
Shane Lontis
2020-09-12
1
-1
/
+5
*
Diverse build.info: Adjust paths
Richard Levitte
2020-09-10
1
-1
/
+1
*
rand: instantiate the DRBGs upon first use.
Pauli
2020-08-28
1
-1
/
+5
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-4
/
+4
*
testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMP
Dr. David von Oheimb
2020-08-21
1
-1
/
+1
*
Test that EVP_default_properties_is_fips_enabled() works early
Matt Caswell
2020-08-17
1
-1
/
+5
*
Add 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
1
-1
/
+5
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-11
/
+1
*
Add new APIs to get PKCS12 secretBag OID and value
Jon Spillett
2020-08-06
1
-1
/
+6
*
TEST: Add new serializer and deserializer test
Richard Levitte
2020-07-24
1
-0
/
+5
*
EVP: deprecate the EVP_X_meth_ functions.
Pauli
2020-07-22
1
-2
/
+6
*
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
2020-07-09
1
-1
/
+5
*
Add a test for d2i_AutoPrivateKey_ex with a non-default libctx
Matt Caswell
2020-06-19
1
-2
/
+8
*
Write a test provider to test the TLS-GROUPS capability
Matt Caswell
2020-06-19
1
-1
/
+1
*
Add ACVP fips module tests
Shane Lontis
2020-06-17
1
-0
/
+7
*
Add a CMAC test
Matt Caswell
2020-06-10
1
-0
/
+9
*
test: TLS1.3 and new ciphers for kTLS
Vadim Fedorenko
2020-06-08
1
-0
/
+1
*
TESTUTIL: Separate TAP output and other output by BIO filter
Richard Levitte
2020-06-06
1
-1
/
+1
*
Implement a Filtering Provider
Matt Caswell
2020-06-05
1
-1
/
+1
*
TEST: Add provider_fallback_test, to test aspects of fallback providers
Richard Levitte
2020-06-04
1
-0
/
+5
*
Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...
Shane Lontis
2020-05-26
1
-1
/
+6
*
Delete the sslprovider test
Matt Caswell
2020-05-18
1
-5
/
+1
*
HTTP client: make server/proxy and port params more consistent; minor other i...
Dr. David von Oheimb
2020-04-02
1
-1
/
+5
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
1
-15
/
+15
*
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
Dr. David von Oheimb
2020-03-25
1
-1
/
+5
*
AES CTR-DRGB: add test for 32-bit counter overflow
Patrick Steuer
2020-03-11
1
-2
/
+5
*
Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...
Dr. David von Oheimb
2020-03-10
1
-2
/
+7
*
Use .cnf for config files, not .conf
Rich Salz
2020-03-06
1
-2
/
+2
*
Add Serializers for EC
Shane Lontis
2020-03-03
1
-1
/
+1
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-11
/
+11
[next]