]> git.ipfire.org Git - thirdparty/openssl.git/history - test/build.info
First working empty protocol test
[thirdparty/openssl.git] / test / build.info
2022-06-03  Tomas MrazFirst working empty protocol test
2022-05-30  Samuel LeeMove types.h #undefs for wincrypt.h compatibility
2022-05-27  Hugo LandauQUIC wire format support
2022-04-29  Dmitry BelyavskiyTesting the EVP_PKEY_CTX_new_from_name without prelimin...
2022-04-22  Dmitry BelyavskiyMinimal test checking we can get public key in Turkish...
2022-03-24  Daniel FialaAdd support for mac-less password-base PKCS12 files...
2022-03-10  Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-02-14  Armin FuerstAdd tests for do_updatedb
2022-01-11  Matt CaswellStatically link the legacy provider to endecode_test
2021-12-16  Orr ToledanoAdd tests for RNDR and combine tests with RDRAND
2021-11-12  Paulitest: add unit tests for integer overflow helpers
2021-10-27  Tomas Mraztest: fetching proper signature provider for non-export...
2021-10-26  Paulitest-rand: return failure on not enough data, allow...
2021-08-30  Nicola TuveriUse applink to fix windows tests
2021-08-26  Matt CaswellAdd a test for running the config twice
2021-07-11  Paulitest: make build descriptions more consistent
2021-07-11  Paulitest: rename apps_mem.c to be apps_shims.c in anticipat...
2021-06-21  杨明君test: add sm3 low level test case to test suite.
2021-06-17  Pauligost: remove the internal GOST test.
2021-06-16  Matt CaswellAdd a test for fetching various non-evp objects
2021-06-16  Paulitest: add test cases for SHAxxx helper functions
2021-06-16  Matt CaswellAdd a test for the newly added OBJ upcalls
2021-06-13  Tomas MrazWhen linking to static libssl always link to static...
2021-05-30  Shane LontisFix PKCS7_verify to not have an error stack if it succeeds.
2021-05-24  Jon SpillettAdd a test for PKCS5_PBE_keyivgen()
2021-05-23  Paulitest: add test case to reliably reproduce RAND leak...
2021-05-20  Dr. David von OheimbCMP test server: move apps/{,lib/}cmp_mock_srv.c and...
2021-05-12  Matt Caswellproperty: add test case for setting default user proper...
2021-05-04  Matt CaswellAdd a test for the public core bio API
2021-04-30  Pauliacvp: fix the no-acvp_test build
2021-04-19  Tanzinul IslamAvoid more MSVC-specific C runtime library functions
2021-03-26  Tomas MrazRemove the external BoringSSL test
2021-03-21  Shane LontisFix DER reading from stdin for BIO_f_readbuffer
2021-02-24  Matt CaswellTest errors from a provider can still be accessed after...
2021-02-23  Paulitest: add framework for generic fake random number...
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-05  Richard LevitteTEST: Add an algorithm ID tester for libcrypto vs provider
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-13  Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2020-12-10  Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-12-01  Richard LevitteTEST: Add a simple module loader, and test the FIPS...
2020-12-01  Richard LevitteTEST: Break out the local dynamic loading code from...
2020-12-01  Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-29  Dr. David von Oheimbendecode_test.c: Significant speedup in generating...
2020-11-27  Matt CaswellDeprecate the DHparams and DHxparams PEM routines
2020-11-27  Shane LontisFix no-deprecated configuration
2020-11-25  Matt CaswellTest various deprecated PEM_read_bio_* APIs
2020-11-19  Paulitest RNG: set state to uninitialised as part of uninsta...
2020-11-15  Richard Levittetest/endecoder_legacy_test.c: new test for legacy compa...
2020-09-12  Richard LevitteTEST: Add a test of EC key generation with encoding...
2020-09-12  Shane LontisFix coverity issue: CID 1466486 - Resource leak in...
2020-09-10  Richard LevitteDiverse build.info: Adjust paths
2020-08-28  Paulirand: instantiate the DRBGs upon first use.
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21  Dr. David von Oheimbtestutil: Add provider.c with test_get_libctx(), to...
2020-08-17  Matt CaswellTest that EVP_default_properties_is_fips_enabled()...
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-08-06  Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-07-24  Richard LevitteTEST: Add new serializer and deserializer test
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-09  Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-19  Matt CaswellAdd a test for d2i_AutoPrivateKey_ex with a non-default...
2020-06-19  Matt CaswellWrite a test provider to test the TLS-GROUPS capability
2020-06-17  Shane LontisAdd ACVP fips module tests
2020-06-10  Matt CaswellAdd a CMAC test
2020-06-08  Vadim Fedorenkotest: TLS1.3 and new ciphers for kTLS
2020-06-06  Richard LevitteTESTUTIL: Separate TAP output and other output by BIO...
2020-06-05  Matt CaswellImplement a Filtering Provider
2020-06-04  Richard LevitteTEST: Add provider_fallback_test, to test aspects of...
2020-05-26  Shane LontisFix ERR_print_errors so that it matches the documented...
2020-05-18  Matt CaswellDelete the sslprovider test
2020-04-02  Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02  Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-25  Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-11  Patrick SteuerAES CTR-DRGB: add test for 32-bit counter overflow
2020-03-10  Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-06  Rich SalzUse .cnf for config files, not .conf
2020-03-03  Shane LontisAdd Serializers for EC
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-17  Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-16  Shane LontisAdd FFC param/key validation
2020-02-11  PauliDeprecate the low level DSA functions.
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-07  Richard LevitteAdapt all build.info and test recipes to the new $disab...
2020-02-06  Matt CaswellAdd a test for SSL_CTX_new_with_libctx()
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-29  PauliDeprecate the low level HMAC functions
2020-01-24  PauliDeprecate the low level DES functions.
2020-01-19  PauliDeprecate the low level IDEA functions.
2020-01-19  PauliDeprecate the low level SHA functions.
2020-01-15  PauliDeprecate the low level RC5 functions
2020-01-15  PauliDeprecate the low level RC4 functions
2020-01-15  PauliDeprecate the low level RC2 functions
2020-01-14  PauliThe MD2 test uses the EVP APIs not the low level ones.
2020-01-13  Matt CaswellDeprecate the Low Level CAST APIs
2020-01-12  PauliDeprecate the low level MDC2 functions.
2020-01-09  Dr. David von Oheimbfix dependencies of cmp_{msg,protect}_test.c in test...
2020-01-08  Matt CaswellDeprecate Low Level Blowfish APIs
next