summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add regress for free functions that should be safe with NULLbeck2017-05-022-0/+63
* whitespacebeck2017-04-301-3/+3
* Add missing tls_init() and tls_free() calls.jsing2017-04-301-1/+4
* Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.kettenis2017-04-161-2/+2
* Define DEF_WEAK like we do for ld.so to fix building this with clang.kettenis2017-04-161-1/+2
* Use %zu to print a size_t.kettenis2017-04-161-2/+2
* Remove unused rnd_seed variable. Upstream made the same change 4 days ago.kettenis2017-04-161-3/+0
* Rework and significantly extend TLS name verification tests to matchjsing2017-04-101-99/+377
* Improve unknown protocol version handling.jsing2017-04-091-2/+3
* In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.bluhm2017-04-071-1/+1
* Update regress to match changes to tls1_PRF().jsing2017-03-251-10/+10
* Update regress and remove temporary buffer to match changes in tls_PRF().jsing2017-03-181-8/+4
* copy /etc/services in test directoryeric2017-03-141-1/+2
* refresh the test infrastructure a bit.eric2017-03-103-90/+93
* Add a unit test for tls1_PRF().jsing2017-03-102-1/+257
* remove bogus variable expansioneric2017-03-092-4/+4
* missing includeeric2017-03-091-1/+2
* Add a test that covers a libtls client talking to a Go TLS server withjsing2017-03-071-5/+107
* Allow ciphers to be set on the TLS config.jsing2017-03-071-0/+10
* Provide support for libtls protocols and allow for protocols to be set onjsing2017-03-071-3/+47
* Add handling for errors on the TLS config and properly check/handlejsing2017-03-072-6/+23
* libtls errors are much more descriptive these days - return them directlyjsing2017-03-071-9/+8
* We no longer need to keep pointers following tls_config_set_*() calls.jsing2017-03-071-6/+3
* Use an unsigned loop variable to avoid a comparison between signedbluhm2017-03-061-1/+1
* Add an initial regress test that covers the server-side of libssl, byjsing2017-03-053-1/+220
* Treat "ERROR in STARTUP" as an actual error, rather than failing withoutjsing2017-03-041-2/+2
* Remove commented out code and fix indentation of surrounding statements.jsing2017-03-041-12/+5
* Remove handling for SSLv2.jsing2017-03-041-14/+3
* Ensure MD and key initialized before processing HMACinoguchi2017-03-031-31/+206
* Add EVP test for MD5-SHA1.jsing2017-03-011-0/+3
* Add missing includes to avoid implicit function declarations.jsg2017-02-254-3/+7
* Check return value of every BN_* functions in bntestinoguchi2017-02-231-393/+426
* Remove unused variable in C source to make the test compile and pass.bluhm2017-02-071-1/+0
* LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montinoguchi2017-01-311-1/+78
* More s/OSCP/OCSP/ typostom2017-01-271-1/+1
* Update ssl versions regress to handle min/max configured versions andjsing2017-01-251-47/+201
* Add start of a regress for cert gen and validation. not clean, won'tbeck2017-01-255-0/+394
* link in rsa testbeck2017-01-251-1/+2
* Add rsa test from openssl, since it has a license nowbeck2017-01-252-0/+344
* fix make clean and warningsotto2017-01-242-1/+3
* make sure realloc preserves dataotto2017-01-241-17/+45
* use ${.OBJDIR}otto2017-01-241-8/+8
* Update client tests for changes in default EC formats/curves.jsing2017-01-241-52/+31
* Use prime256v1 for tests unless otherwise specified.jsing2017-01-241-4/+0
* hook malloc_general to the testsotto2017-01-231-2/+2
* test malloc/realloc/free with some flag combo'sotto2017-01-232-0/+122
* Fix regress to handle movement of ssl structures to internalbeck2017-01-231-2/+4
* Update the TLS ALPN unit tests to work with internal/opaque data.jsing2017-01-222-13/+11
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-215-8/+143
* unhook ocsp test from the default since it currently requires network access andbeck2017-01-181-2/+1