aboutsummaryrefslogtreecommitdiffstats
path: root/test/build.info
Commit message (Expand)AuthorAgeFilesLines
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-191-1/+1
* Remove the external BoringSSL testTomas Mraz2021-03-261-2/+0
* Fix DER reading from stdin for BIO_f_readbufferShane Lontis2021-03-221-1/+6
* Test errors from a provider can still be accessed after unloadMatt Caswell2021-02-241-3/+3
* test: add framework for generic fake random number generatorPauli2021-02-231-1/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-0/+3
* TEST: Add an algorithm ID tester for libcrypto vs providerRichard Levitte2021-02-051-0/+5
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-3/+3
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-1/+1
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-1/+1
* TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte2020-12-011-0/+4
* TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte2020-12-011-1/+1
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-34/+34
* endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb2020-11-291-2/+2
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-271-4/+6
* Fix no-deprecated configurationShane Lontis2020-11-271-2/+2
* Test various deprecated PEM_read_bio_* APIsMatt Caswell2020-11-251-1/+8
* test RNG: set state to uninitialised as part of uninstantiate call.Pauli2020-11-201-1/+1
* test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte2020-11-151-0/+5
* TEST: Add a test of EC key generation with encoding specRichard Levitte2020-09-121-1/+1
* Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis2020-09-121-1/+5
* Diverse build.info: Adjust pathsRichard Levitte2020-09-101-1/+1
* rand: instantiate the DRBGs upon first use.Pauli2020-08-281-1/+5
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-4/+4
* testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb2020-08-211-1/+1
* Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell2020-08-171-1/+5
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-1/+5
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-11/+1
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-071-1/+6
* TEST: Add new serializer and deserializer testRichard Levitte2020-07-241-0/+5
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-2/+6
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-1/+5
* Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell2020-06-191-2/+8
* Write a test provider to test the TLS-GROUPS capabilityMatt Caswell2020-06-191-1/+1
* Add ACVP fips module testsShane Lontis2020-06-171-0/+7
* Add a CMAC testMatt Caswell2020-06-101-0/+9
* test: TLS1.3 and new ciphers for kTLSVadim Fedorenko2020-06-081-0/+1
* TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte2020-06-061-1/+1
* Implement a Filtering ProviderMatt Caswell2020-06-051-1/+1
* TEST: Add provider_fallback_test, to test aspects of fallback providersRichard Levitte2020-06-041-0/+5
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-1/+6
* Delete the sslprovider testMatt Caswell2020-05-181-5/+1
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-021-1/+5
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-15/+15
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-1/+5
* AES CTR-DRGB: add test for 32-bit counter overflowPatrick Steuer2020-03-111-2/+5
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-2/+7
* Use .cnf for config files, not .confRich Salz2020-03-061-2/+2
* Add Serializers for ECShane Lontis2020-03-041-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-11/+11