summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not lookup zero-length session IDKazuki Yamaguchi2017-08-251-8/+20
* Fix no-chacha and no-poly1305Matt Caswell2017-08-251-0/+4
* Don't run a CT specifc test if CT is disabledMatt Caswell2017-08-251-1/+5
* Check range of test values using isascii before diving into the fullPauli2017-08-241-4/+9
* Check for EOF in ASCII conversions.Pauli2017-08-241-0/+6
* Fix enable-sctpMatt Caswell2017-08-241-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-222-6/+1
* Don't try to compare the ctype functions on values > 127Richard Levitte2017-08-221-1/+1
* Don't try to test ctype functions for values < 0 or > 255Richard Levitte2017-08-221-10/+1
* Use "" not <> for internal/ includesRich Salz2017-08-2256-62/+58
* Fix the lack of isblank() with VMS CRichard Levitte2017-08-221-0/+12
* Add random serial# support.Rich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-223-1/+99
* Fix ctype arguments.Pauli2017-08-214-6/+6
* Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer2017-08-211-0/+42
* Remove double error messagesPauli2017-08-211-11/+7
* Reorder extensions to put SigAlgs lastTodd Short2017-08-181-1/+1
* test/asn1_time_test.c: Better check of signed time_tRichard Levitte2017-08-181-2/+15
* Fix windows build after too aggressive e_os.h removalPauli2017-08-183-0/+3
* Remove tests dependence on e_os.hPauli2017-08-1856-55/+57
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb2017-08-163-56/+145
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-1618-71/+71
* Revert "Add some casts for %j"Rich Salz2017-08-151-6/+4
* Use new setup_tests in code of rsa_testPaul Yang2017-08-151-1/+2
* File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte2017-08-156-7/+8
* Consolidate the locations where we have our internal perl modulesRichard Levitte2017-08-158-1685/+4
* Add some casts for %jRich Salz2017-08-151-4/+6
* Fix some typo and commentsFdaSilvaYY2017-08-125-7/+7
* Wire SHAKE to EVP.Andy Polyakov2017-08-121-0/+57
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-4/+18
* Fix some Typos and indentsFdaSilvaYY2017-08-115-5/+5
* [extended tests] Add steps to update an external test suiteJon Spillett2017-08-111-0/+30
* no-ec2m fixesDr. Stephen Henson2017-08-102-3/+4
* Add alternative CMS P-256 certDr. Stephen Henson2017-08-102-0/+26
* Fix no-ecDr. Stephen Henson2017-08-101-0/+2
* Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb2017-08-101-2/+3
* Fix memory leak in session cache testBenjamin Kaduk2017-08-091-4/+6
* Test server side session cachingMatt Caswell2017-08-091-28/+153
* Fix building without scryptJohannes Bauer2017-08-081-0/+4
* Add test for ECDH CMS key onlyDr. Stephen Henson2017-08-081-0/+9
* Add PKEY_METHOD macro testsJohannes Bauer2017-08-083-1/+153
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+50
* Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli2017-08-074-11/+45
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-044-4/+314
* Test fixtures changed to pointers.Pauli2017-08-033-127/+139
* recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov2017-08-031-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-0310-241/+112
* Allow use of long name for KDFsDr. Stephen Henson2017-08-032-1/+14
* Simplify some of the sslapitest code.Pauli2017-08-021-79/+32
* Remove EXECUTE_TEST_NO_TEARDOWN.Pauli2017-08-022-78/+60