summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplify length checking in do_indefinite_convertbcook2015-07-181-11/+17
* remove mysterious, decorative comment blockletsbcook2015-07-181-21/+21
* Explicitly mark ignored BN_* return vals in tests.bcook2015-07-181-6/+6
* check sscanf conversion, fixes Coverity 21666bcook2015-07-181-2/+6
* Unhook tls_ext_alpn test until the code passes it.doug2015-07-131-2/+5
* Add tests for parsing TLS extension ALPN (RFC 7301).doug2015-07-092-2/+446
* add setlocale testsemarie2015-07-071-1/+3
* add regress test for setlocale(3) and some relatedsemarie2015-07-072-0/+140
* specify the array initializer valuelibressl-v2.2.1bcook2015-07-011-2/+2
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-282-3/+19
* Add unit tests for LibreSSL.doug2015-06-273-0/+256
* Change CBS_dup() to also sync the offset.doug2015-06-231-1/+37
* Convert bytestringtest to individual checks and don't short circuit.doug2015-06-231-321/+337
* Remove unnecessary regress target.doug2015-06-231-7/+2
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-203-134/+1
* Add tests for CBS_offset() and CBS_write_bytes().doug2015-06-171-2/+70
* Be more strict about BER and DER terminology.doug2015-06-161-15/+18
* Need to operate of CXXFLAGS now.miod2015-05-291-3/+3
* Make this run on strict alignment architectures.miod2015-05-081-6/+9
* Check for invalid leading zeros in CBS_get_asn1_uint64.doug2015-04-251-2/+4
* Now that tls_close() is more robust, consider a failure to be fatal.jsing2015-04-151-1/+1
* fix for regression test for strtol(). it failed (the wrong kind ofphessler2015-03-151-2/+2
* Reject DH keys sent by a server if they are considered too small; inspiredmiod2015-03-081-38/+4
* Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.bcook2015-02-251-23/+66
* Trivial fix for test progress output.bcook2015-02-251-4/+7
* Update for recent verify related naming changes.jsing2015-02-222-28/+28
* BN_free() has its own NULL check.jsing2015-02-191-14/+7
* KNF.jsing2015-02-191-766/+834
* Add more error checking and free resources in bytestringtest.doug2015-02-161-26/+47
* Fix various memory leaks by not exiting so abruptly from failed tests.miod2015-02-151-579/+507
* Remove ancient gcc workaround on mips.miod2015-02-151-3/+2
* Memory leak. Coverity CID 78865miod2015-02-151-2/+3
* Wrong logic; Coverity CID 78894miod2015-02-151-1/+1
* Do not rely upon malloc(0) not returning NULL. Not all malloc implementationsmiod2015-02-111-6/+10
* Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().jsing2015-02-071-1/+61
* 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