Fix -static builds
[openssl.git] / test /
2020-12-10 Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
2020-12-09 Tomas Mrazv3nametest: Make the gennames structure static
2020-12-08 Matt CaswellUpdate copyright year
2020-12-08 Matt CaswellAdd a test for encoding/decoding using an invalid ASN...
2020-12-08 Matt CaswellAdd a test for GENERAL_NAME_cmp
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-11-11 Paulirsa_test: add return value check
2020-09-22 Matt CaswellUpdate copyright year
2020-09-21 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-21 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-10 Dr. Matthias St... Revert two renamings backported from master
2020-08-13 Tomas Mrazsslapitest: Add test for premature call of SSL_export_k...
2020-07-30 Matt CaswellFix a test_verify failure
2020-07-22 Vitezslav Cizektest/drbgtest.c: Fix error check test
2020-07-16 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-13 Nicola Tuveri[1.1.1][test] Avoid missing EC_GROUP wrappers
2020-07-12 Billy Brumley[test] ectest: check custom generators
2020-07-07 Nicola Tuveri[test][15-test_genec] Improve EC tests with genpkey
2020-06-30 Matt CaswellAdd an SSL_dup test
2020-06-19 Matt CaswellAdd a CMAC test
2020-06-10 Nicola TuveriTest genpkey app for EC keygen with various args
2020-06-10 Dr. David von OheimbSilence gcc false positive warning on alpn_protos_len...
2020-06-10 Dr. David von OheimbSilence gcc false positive warning on refdatalen in...
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-25 Nicola TuveriMore testing for CLI usage of Ed25519 and Ed448 keys
2020-05-25 Nicola TuveriMore testing for sign/verify through `dgst`
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-08 Maximilian BlenkFix PEM certificate loading that sometimes fails
2020-04-27 Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-21 Matt CaswellUpdate copyright year
2020-04-21 Benjamin KadukAdd test for CVE-2020-1967
2020-04-06 Tomas MrazAdd test cases for the non CA certificate with pathlen:0
2020-04-01 Billy Brumley[test] Make sm2_internal_test less fragile to changes...
2020-03-17 Matt CaswellUpdate copyright year
2020-03-17 Ben Kaduksslapitest: don't leak the SSL_CTX pair
2020-03-13 Benjamin KadukAdd test that changes ciphers on CCS
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
next