summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2015-06-28Convert ssl_bytes_to_cipher_list to CBS.Doug Hogan
2015-06-27Add unit tests for LibreSSL.Doug Hogan
2015-06-23Change CBS_dup() to also sync the offset.Doug Hogan
2015-06-23Convert bytestringtest to individual checks and don't short circuit.Doug Hogan
2015-06-23Remove unnecessary regress target.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-06-17Add tests for CBS_offset() and CBS_write_bytes().Doug Hogan
2015-06-16Be more strict about BER and DER terminology.Doug Hogan
2015-05-29Need to operate of CXXFLAGS now.Miod Vallat
2015-05-08Make this run on strict alignment architectures.Miod Vallat
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-04-15Now that tls_close() is more robust, consider a failure to be fatal.Joel Sing
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-03-15fix for regression test for strtol(). it failed (the wrong kind ofPeter Hessler
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredMiod Vallat
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2015-02-25Trivial fix for test progress output.Brent Cook
2015-02-22Update for recent verify related naming changes.Joel Sing
2015-02-19BN_free() has its own NULL check.Joel Sing
2015-02-19KNF.Joel Sing
2015-02-16Add more error checking and free resources in bytestringtest.Doug Hogan
2015-02-15Fix various memory leaks by not exiting so abruptly from failed tests.Miod Vallat
2015-02-15Remove ancient gcc workaround on mips.Miod Vallat
2015-02-15Memory leak. Coverity CID 78865Miod Vallat
2015-02-15Wrong logic; Coverity CID 78894Miod Vallat
2015-02-11Do not rely upon malloc(0) not returning NULL. Not all malloc implementationsMiod Vallat
2015-02-07Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().Joel Sing
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06KNF bytestring files.Doug Hogan
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan
2015-02-06Add libssl ciphers regress, which currently only coversJoel Sing
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-12-15Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onMiod Vallat
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-12Increase cipher suite test coverage by including all cipher suites thatJoel Sing
2014-12-10Add regress for ALPN.Joel Sing
2014-12-10fix previous.Daniel Dickman
2014-12-09t_exhaust is too exhaustingTheo de Raadt
2014-12-07remove duplicate initialization of .sid_ctx in testBrent Cook
2014-12-07Allow specific libtls hostname validation errors to propagate.Brent Cook
2014-12-06The -ssl2 flag does nothing - remove the flag and any tests that wereJoel Sing
2014-12-03Allow overriding the path to the testssl and openssl binaries.Brent Cook
2014-12-03Fill the buffer with 'z' instead of 'a' since 'a' is part of theTodd C. Miller
2014-12-02Add simple strlcpy regressTodd C. Miller
2014-12-02Add simple strlcat regressTodd C. Miller
2014-12-02Add strnlen to SUBDIRS so we actually run its tests.Todd C. Miller
2014-11-26prefer memcmp to bcmp.Brent Cook
2014-11-23Add regress for atexit() vs DSO unloading and start on a similar testPhilip Guenther
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18GOST regression tests; from Dmitry Eremin-SolenikovMiod Vallat