aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-09-02test/run_tests.pl: don't use Module::Load::Conditional.Andy Polyakov1-3/+2
2017-09-01Fix long SNI lengths in test/handshake_helper.cBenjamin Kaduk1-2/+2
2017-09-01Fixup include path in ossl_shim test after e_os.h workBenjamin Kaduk1-1/+1
2017-09-01struct timeval include guardsPauli1-10/+2
2017-08-31Test for late client side detection of ALPN inconsistentiesMatt Caswell1-56/+111
2017-08-31Add some fixes for Travis failuresMatt Caswell1-2/+2
2017-08-31Add PSK early_data testsMatt Caswell1-0/+171
2017-08-31Update the tests for SNI changesMatt Caswell4-8/+13
2017-08-31Add some PSK early_data testsMatt Caswell1-94/+149
2017-08-30Fix return value of ASN1_TIME_compareTodd Short1-0/+46
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett1-0/+74
2017-08-30Move e_os.h to be the very first include.Pauli4-5/+5
2017-08-30e_os.h removal from other headers and source files.Pauli3-1/+3
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre1-49/+49
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz1-5/+0
2017-08-25Fix no-tls and no-tls1_2Matt Caswell1-7/+8
2017-08-25Fix no-scryptMatt Caswell1-0/+7
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi1-8/+20
2017-08-25Fix no-chacha and no-poly1305Matt Caswell1-0/+4
2017-08-25Don't run a CT specifc test if CT is disabledMatt Caswell1-1/+5
2017-08-25Check range of test values using isascii before diving into the fullPauli1-4/+9
2017-08-25Check for EOF in ASCII conversions.Pauli1-0/+6
2017-08-24Fix enable-sctpMatt Caswell1-0/+1
2017-08-22(Re)move some things from e_os.hRich Salz2-6/+1
2017-08-22Don't try to compare the ctype functions on values > 127Richard Levitte1-1/+1
2017-08-22Don't try to test ctype functions for values < 0 or > 255Richard Levitte1-10/+1
2017-08-22Use "" not <> for internal/ includesRich Salz56-62/+58
2017-08-22Fix the lack of isblank() with VMS CRichard Levitte1-0/+12
2017-08-22Add random serial# support.Rich Salz1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli3-1/+99
2017-08-22Fix ctype arguments.Pauli4-6/+6
2017-08-21Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer1-0/+42
2017-08-21Remove double error messagesPauli1-11/+7
2017-08-18Reorder extensions to put SigAlgs lastTodd Short1-1/+1
2017-08-18test/asn1_time_test.c: Better check of signed time_tRichard Levitte1-2/+15
2017-08-18Fix windows build after too aggressive e_os.h removalPauli3-0/+3
2017-08-18Remove tests dependence on e_os.hPauli56-55/+57
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb3-56/+145
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY18-71/+71
2017-08-15Revert "Add some casts for %j"Rich Salz1-6/+4
2017-08-15Use new setup_tests in code of rsa_testPaul Yang1-1/+2
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte6-7/+8
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte8-1685/+4
2017-08-14Add some casts for %jRich Salz1-4/+6
2017-08-12Fix some typo and commentsFdaSilvaYY5-7/+7
2017-08-12Wire SHAKE to EVP.Andy Polyakov1-0/+57
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov1-4/+18
2017-08-11Fix some Typos and indentsFdaSilvaYY5-5/+5
2017-08-11[extended tests] Add steps to update an external test suiteJon Spillett1-0/+30
2017-08-10no-ec2m fixesDr. Stephen Henson2-3/+4