summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-5/+3
* KNF bytestring files.doug2015-02-061-582/+596
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-063-1/+671
* Add libssl ciphers regress, which currently only coversjsing2015-02-063-1/+130
* Make it obvious which openssl test complained and whether it was expected.doug2015-01-221-2/+5
* Missing $OpenBSD$'s.krw2015-01-205-0/+5
* Add regress tests for default option handling.jsing2014-12-281-1/+48
* Add regress tests for multiple argument callback functions.jsing2014-12-281-1/+38
* Add option parsing regress tests with end of options handling.jsing2014-12-281-17/+50
* Add regress tests for option parsing with multiple unnamed arguments.jsing2014-12-281-3/+45
* Update regress to match change in unnamed argument handling.jsing2014-12-281-6/+5
* Update options regress to match option function pointer change.jsing2014-12-281-4/+4
* Provide initial regress tests for the complex option parsing that is neededjsing2014-12-283-1/+239
* Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onmiod2014-12-151-3/+7
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-12/+0
* Increase cipher suite test coverage by including all cipher suites thatjsing2014-12-121-5/+5
* Add regress for ALPN.jsing2014-12-102-1/+180
* fix previous.daniel2014-12-101-2/+4
* t_exhaust is too exhaustingderaadt2014-12-091-3/+3
* remove duplicate initialization of .sid_ctx in testbcook2014-12-071-3/+1
* Allow specific libtls hostname validation errors to propagate.bcook2014-12-071-3/+7
* The -ssl2 flag does nothing - remove the flag and any tests that werejsing2014-12-062-34/+4
* Allow overriding the path to the testssl and openssl binaries.bcook2014-12-031-9/+9
* Fill the buffer with 'z' instead of 'a' since 'a' is part of themillert2014-12-032-38/+150
* Add simple strlcpy regressmillert2014-12-023-3/+123
* Add simple strlcat regressmillert2014-12-023-2/+124
* Add strnlen to SUBDIRS so we actually run its tests.millert2014-12-021-2/+2
* prefer memcmp to bcmp.bcook2014-11-261-2/+2
* GOST regression tests; from Dmitry Eremin-Solenikovmiod2014-11-183-1/+18
* GOST tests, not connected to the build yet.miod2014-11-092-0/+1464
* Initial regress for libtls hostname verification.jsing2014-11-013-2/+247
* Update regress for the libressl to libtls rename.jsing2014-10-314-0/+288
* #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test.jsing2014-10-221-0/+2
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostjsing2014-10-224-21/+15
* None of these need <openssl/rand.h>jsing2014-10-225-5/+0
* Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutjsing2014-10-131-9/+2
* BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is nojsing2014-10-131-29/+16
* Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitjsing2014-10-132-3/+146
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-271-1/+1
* Add support for word anchors \< and \> to regex regression tests.doug2014-09-211-1/+13
* Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.schwarze2014-09-191-4/+6
* Update regress to follow openssl(1) move.jsing2014-08-269-2/+244
* replace sprintf/strdup with asprintf in engine testbcook2014-08-161-8/+5
* use C rather than C++ array initialization syntaxbcook2014-08-161-37/+37
* AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKETguenther2014-08-101-6/+5
* remove non-portable __progname extern from arc4random unit test.bcook2014-07-281-2/+1
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* Fix ordering breakage, moving the fclose() test last again.guenther2014-07-201-6/+22
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-206-5/+11
* Delete unused variables found by -Wallguenther2014-07-205-5/+2