]> git.ipfire.org Git - thirdparty/openssl.git/history - test
doc: fix spelling of TYPE_get_ex_new_index
[thirdparty/openssl.git] / test /
2020-03-11  Matt CaswellRevert "Create a new embeddedSCTs1 that's signed using...
2020-03-11  Matt CaswellRevert "Stop accepting certificates signed using SHA1...
2020-02-16  Kurt RoeckxCheck that ed25519 and ed448 are allowed by the securit...
2020-02-16  Kurt RoeckxGenerate new Ed488 certificates
2020-02-12  Matt CaswellFix no-tls1_3
2020-02-06  Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-02-05  Kurt RoeckxStop accepting certificates signed using SHA1 at securi...
2020-02-05  Kurt RoeckxCreate a new embeddedSCTs1 that's signed using SHA256
2020-01-30  Matt CaswellTest that SSL_get_servername returns what we expect
2020-01-25  Kurt RoeckxCheck that the default signature type is allowed
2020-01-25  Kurt RoeckxReplace apps/server.pem with certificate with a sha256...
2020-01-21  Bernd EdlingerRemove remaining references to crypto/include
2020-01-07  Matt CaswellDon't store an HMAC key for longer than we need
2019-12-23  Matt CaswellFix evp_extra_test with no-dh
2019-12-16  Matt CaswellTest that EVP_PKEY_set1_DH() correctly identifies the...
2019-12-06  Bernd EdlingerAdd a test case for rsaz_512_sqr overflow handling
2019-11-29  Matt CaswellAdd a test for NULL chunks in encrypt/decrypt
2019-11-20  Patrick SteuerAllow specifying the tag after AAD in CCM mode (2)
2019-11-14  Patrick Steuertestutil/init.c rename to testutil/testutil_init.c
2019-11-13  Nicola TuveriAdd self-test for EC_POINT_hex2point
2019-11-13  Nicola TuveriAdd more tests for apps/req
2019-11-09  Patrick SteuerFix --strict-warnings build
2019-11-02  Christian HeimesAdd test cases for min/max protocol API
2019-10-17  Cesar Pereida GarciaAdd GCD testing infrastructure.
2019-10-15  Pauliissue-8493: Fix for filenames with newlines using opens...
2019-09-27  Dr. Matthias St... Fix header file include guard names
2019-09-27  Dr. Matthias St... Reorganize local header files
2019-09-27  Dr. Matthias St... Reorganize private crypto header files
2019-09-10  Matt CaswellUpdate copyright year
2019-09-09  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-09  Billy Brumley[test] ECC: check the bounds for auto computing cofactor
2019-09-09  Nicola TuveriFix spacing nit in test/ectest.c
2019-09-09  Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07  Billy Brumley[test] computing ECC cofactors: regression test
2019-09-06  Matt CaswellTeach TLSProxy how to parse CertificateRequest messages
2019-09-04  raja-ashokTest SSL_set_ciphersuites
2019-08-23  Richard Levittetest/evp_test.c: distinguish parsing errors from proces...
2019-08-18  Patrick SteuerTest for out-of-bounds write when requesting zero bytes...
2019-08-14  Matt CaswellExtend tests of SSL_check_chain()
2019-08-09  Matt CaswellAdd TLS tests for RSA-PSS Restricted certificates
2019-08-09  Matt CaswellAdd Restricted PSS certificate and key
2019-07-31  Antoine CœurFix Typos
2019-07-28  PauliAdd weak platform independent PRNG to test framework.
2019-07-24  Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-19  Richard Levittetest/enginetest.c: Make sure no config file is loaded
2019-07-07  Bernd EdlingerFix an endless loop in BN_generate_prime_ex
2019-06-30  Antoine CœurFix Typos
2019-06-24  PauliExcise AES-XTS FIPS check.
2019-06-26  Benjamin KadukAdd regression test for #9099
2019-06-24  PauliAllow AES XTS decryption using duplicate keys.
2019-06-19  Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-07  David MakepeaceFixed typo in code comment.
2019-06-03  Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-06-03  Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-28  Richard LevitteUpdate copyright year
2019-05-27  Richard LevitteConfigure: make C++ build tests optional and configurable
2019-05-26  FdaSilvaYYOCSP: fix memory leak in OCSP_url_svcloc_new method.
2019-05-23  Matt CaswellAdd the NIST CAVS test vectors for CCM
2019-05-08  Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-02  Dr. Matthias St... Test: use keywords instead of magic numbers for 'rsa_ps...
2019-04-25  PauliRevert "Statistically test BN_rand_range()."
2019-04-25  PauliStatistically test BN_rand_range().
2019-04-19  Matt CaswellAdd some more test vectors for ChaCha20
2019-04-16  Tomas MrazAdd test for the BIO_s_mem rdwr->rdonly->rdwr use-case
2019-04-16  Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16  Bernd EdlingerAdd test for the BIO_get_mem_ptr() regression
2019-04-10  Bernd EdlingerAvoid creating invalid rsa pss params
2019-03-30  Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-27  Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2019-03-27  Matt CaswellFix a memory leak in ARIA GCM
2019-03-18  Shane Lontiscoverity fixes for bntest.c
2019-03-13  Nicola TuveriFix memory leak in ectest
2019-03-11  Shane Lontisfix truncation of integers on 32bit AIX
2019-03-07  Bernd EdlingerAdd a simple test for RSA_SSLV23_PADDING
2019-03-07  Matt CaswellAdd a test for underflow in ecp_nistp521.c
2019-03-06  Matt CaswellTest an overlong ChaCha20-Poly1305 nonce
2019-02-28  Richard LevitteDo buildtests on our public header files with C++ as...
2019-02-26  Billy Brumley[test] modernize ecdsatest and extend ECDSA sign KATs
2019-02-26  Matt CaswellUpdate copyright year
2019-02-26  Richard LevitteDisable 02-test_errstr.t on msys/mingw as well as MSWin32
2019-02-26  Richard LevitteVMS: disable the shlibload test for now
2019-02-22  Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-20  Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-02-20  Billy Brumley[test] unit test for field_inv function pointer in...
2019-02-19  Matt CaswellAdd a test for interleaving app data with handshake...
2019-02-15  Matt CaswellUse order not degree to calculate a buffer size in...
2019-02-14  Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-14  Sam RobertsIgnore cipher suites when setting cipher list
2019-02-11  Richard Levittetest/recipes/02-err_errstr: skip errors that may not...
2019-02-11  Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-08  PauliAddress a bug in the DRBG tests where the reseeding...
2019-02-07  Richard Levittetest/drbgtest.c: call OPENSSL_thread_stop() explicitly
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2019-02-01  Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-31  Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31  Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31  Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-30  Matt CaswellFix no-dso builds
2019-01-24  Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-24  Matt CaswellMake sure we trigger retransmits in DTLS testing
next