Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz
2021-10-28fix some code with obvious wrong coding stylex2018
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-11-18Add a test for the various ways of setting temporary DH paramsMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-07-06Ensure the sslcorrupttest checks all errors on the queueMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-19Use a non-default libctx in sslapitestMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2019-10-18Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-23Remove uses of the TEST_check macro.Pauli
2017-04-24Adapt all test programsRichard Levitte
2017-04-18Update more testsRich Salz
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-11-10Fix test_sslcorrupt when using TLSv1.3Matt Caswell
2016-11-10test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov
2016-11-10test: add TLS application data corruption test.Andy Polyakov