summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-12-14Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-12-11Fix no-chachaMatt Caswell
2017-12-11Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell
2017-12-11Replace tabs with spaces in 25-cipher.conf.inMatt Caswell
2017-12-11Fix no-tls1_1Matt Caswell
2017-12-10Fix ssl_test_new with no-tls1_2Matt Caswell
2017-12-08Fix test_tls13messages with no-ocspBenjamin Kaduk
2017-12-08Wrap more of ocspapitest.c in OPENSSL_NO_OCSPBenjamin Kaduk
2017-12-08Fix coverity nit in handshake_helper.cBenjamin Kaduk
2017-12-08Fix coverity-reported errors in ocspapitestBenjamin Kaduk
2017-12-08Fix no-ecBenjamin Kaduk
2017-12-08Remove unicode characters from sourceRichard Levitte
2017-12-08fix --strict-warningsJitendraLulla
2017-12-08extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-07Fix the buffer sizing in the fatalerrtestMatt Caswell
2017-12-06Add a test for CVE-2017-3737Matt Caswell
2017-12-06test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov
2017-12-04Fix the Boring tests following the SSLfatal() changesMatt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-28Fix lshift testsMatt Caswell
2017-11-28Test support for time_t comparisons.Pauli
2017-11-28use size_t tests instead of int onesPauli
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-11-22Avoid unnecessary MSYS2 conversion of some argumentsRichard Levitte
2017-11-21If a server is not acknowledging SNI then don't reject early_dataMatt Caswell
2017-11-21Ignore the session when setting SNI in s_clientMatt Caswell
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-17Iron out /WX errors in VC-WIN32.Andy Polyakov
2017-11-16Fix AppVeyor/VC build failureFdaSilvaYY
2017-11-16Modify expected output of a CRL to match the changed printoutRichard Levitte
2017-11-16Modify expected output of a certificate to match the changed printoutRichard Levitte
2017-11-13Factorise duplicated code.FdaSilvaYY
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-11Add OCSP API test executableBenjamin Kaduk
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-07style : fix some if(...FdaSilvaYY
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-11-02test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov
2017-10-31testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-30Fix memory leak in crltest error caseBenjamin Kaduk