aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior2017-12-111-3/+3
* Fix no-chachaMatt Caswell2017-12-112-2/+2
* Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell2017-12-113-9/+15
* Replace tabs with spaces in 25-cipher.conf.inMatt Caswell2017-12-111-51/+51
* Fix no-tls1_1Matt Caswell2017-12-112-62/+67
* Fix ssl_test_new with no-tls1_2Matt Caswell2017-12-101-1/+1
* Fix test_tls13messages with no-ocspBenjamin Kaduk2017-12-081-30/+31
* Wrap more of ocspapitest.c in OPENSSL_NO_OCSPBenjamin Kaduk2017-12-081-1/+1
* Fix coverity nit in handshake_helper.cBenjamin Kaduk2017-12-081-2/+2
* Fix coverity-reported errors in ocspapitestBenjamin Kaduk2017-12-081-13/+21
* Fix no-ecBenjamin Kaduk2017-12-082-0/+5
* Remove unicode characters from sourceRichard Levitte2017-12-081-1/+1
* fix --strict-warningsJitendraLulla2017-12-081-1/+1
* extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla2017-12-081-11/+40
* Consistent formatting for sizeof(foo)Rich Salz2017-12-076-89/+89
* Fix the buffer sizing in the fatalerrtestMatt Caswell2017-12-071-1/+1
* Add a test for CVE-2017-3737Matt Caswell2017-12-063-1/+115
* test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov2017-12-061-0/+22
* Fix the Boring tests following the SSLfatal() changesMatt Caswell2017-12-041-1/+1
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+5
* Use ChaCha only if prioritized by clntTodd Short2017-11-309-1/+424
* rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2017-11-282-285/+130
* Fix lshift testsMatt Caswell2017-11-281-1/+3
* Test support for time_t comparisons.Pauli2017-11-283-0/+62
* use size_t tests instead of int onesPauli2017-11-281-14/+14
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-253-5/+6
* Avoid unnecessary MSYS2 conversion of some argumentsRichard Levitte2017-11-222-53/+27
* If a server is not acknowledging SNI then don't reject early_dataMatt Caswell2017-11-211-5/+6
* Ignore the session when setting SNI in s_clientMatt Caswell2017-11-212-6/+3
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-214-1/+505
* Support public key and param check in EVP interfacePaul Yang2017-11-201-13/+77
* Iron out /WX errors in VC-WIN32.Andy Polyakov2017-11-173-5/+5
* Fix AppVeyor/VC build failureFdaSilvaYY2017-11-161-2/+2
* Modify expected output of a CRL to match the changed printoutRichard Levitte2017-11-161-1/+1
* Modify expected output of a certificate to match the changed printoutRichard Levitte2017-11-162-2/+2
* Factorise duplicated code.FdaSilvaYY2017-11-134-44/+54
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-1311-27/+32
* Add OCSP API test executableBenjamin Kaduk2017-11-115-3/+198
* Many spelling fixes/typo's corrected.Josh Soref2017-11-1113-23/+23
* style : fix some if(...FdaSilvaYY2017-11-071-1/+1
* SM3: Add SM3 hash functionJack Lloyd2017-11-061-0/+39
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-059-6/+420
* test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov2017-11-021-0/+48
* testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre2017-10-311-7/+0
* afalg: Fix kernel version checkBaptiste Jonglez2017-10-311-1/+1
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-314-0/+143
* Fix memory leak in crltest error caseBenjamin Kaduk2017-10-301-0/+2
* [packettest] Fix misplaced parenthesesAlexDenisov2017-10-301-7/+7
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-1/+1
* Don't do version neg on an HRRMatt Caswell2017-10-162-0/+16