summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-02Run test_ordinals after updateRich Salz
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-21Fix (minor) problems found by ubsanAlessandro Ghedini
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Fix ASYNC null implementationMatt Caswell
2015-11-20Add ASYNC testsMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Use better defaults for TSA.Dr. Stephen Henson
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-24Improve make depend.Ben Laurie
2015-10-24Fix undeclared variable warnings.Ben Laurie
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-13testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take car...Andy Polyakov
2015-10-13Test suite: chomp->s/\R// to harmonize with mingw 'make test'.Andy Polyakov
2015-10-13Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov
2015-10-11Skip PSK tests for no-pskDr. Stephen Henson
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-07Properly check return type of DH_compute_key()Pascal Cuoq
2015-10-06Fix travis builds on masterAlessandro Ghedini
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-30Make update / libeay.num fixRich Salz
2015-09-30Add a test for duplicated ordinalsMatt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-28Empty NewSessionTicket: test session resumptionEmilia Kasper
2015-09-28Empty session ticket: add a testEmilia Kasper
2015-09-25Fix the OCSP test on WindowsMatt Caswell
2015-09-22Fix the rehash test on WindowsMatt Caswell
2015-09-22PACKET: simplifyEmilia Kasper
2015-09-20make no-dh workDr. Stephen Henson
2015-09-20Simplify Simple.pm further, and make it more verboseRichard Levitte
2015-09-20Correct srp testRichard Levitte
2015-09-20Correct jpake testRichard Levitte
2015-09-20Correct sha testsRichard Levitte
2015-09-20Correct whirlpool testRichard Levitte
2015-09-20typoDr. Stephen Henson
2015-09-20Update Simple.pm to use disabled()Dr. Stephen Henson
2015-09-20Change test recipes to use disabled()Dr. Stephen Henson
2015-09-20Add Utils.pmDr. Stephen Henson