summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Another style(9) grenade.Joel Sing
2015-09-13Remove SHA-0 support.Doug Hogan
2015-09-13Remove explicit NULL checks before *_free() calls and tidy some code.Joel Sing
2015-09-13Use ECDH_size() and do some other clean up.Joel Sing
2015-09-13remove e_os2.h includesBrent Cook
2015-09-13Wrap long lines.Joel Sing
2015-09-13style(9) grenade.Joel Sing
2015-09-12Cleanup enginetest a bit.Brent Cook
2015-07-18remove mysterious, decorative comment blockletsBrent Cook
2015-07-18Explicitly mark ignored BN_* return vals in tests.Brent Cook
2015-07-18check sscanf conversion, fixes Coverity 21666Brent Cook
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-05-08Make this run on strict alignment architectures.Miod 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-19BN_free() has its own NULL check.Joel Sing
2015-02-19KNF.Joel Sing
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
2014-12-15Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onMiod Vallat
2014-11-26prefer memcmp to bcmp.Brent Cook
2014-11-18GOST regression tests; from Dmitry Eremin-SolenikovMiod Vallat
2014-11-09GOST tests, not connected to the build yet.Miod Vallat
2014-10-22#undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test.Joel Sing
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostJoel Sing
2014-10-22None of these need <openssl/rand.h>Joel Sing
2014-08-26Update regress to follow openssl(1) move.Joel Sing
2014-08-16replace sprintf/strdup with asprintf in engine testbcook
2014-08-16use C rather than C++ array initialization syntaxbcook
2014-07-11Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSLMiod Vallat
2014-07-11Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; fromMiod Vallat
2014-07-11replace u_int32_t with uint32_tbcook
2014-07-09Rewrite gcm128test as a table-driven regress instead of using defines.Joel Sing
2014-07-09format string should be a string literal.bcook
2014-07-08remove use of internally-deprecated OPENSSL_malloc/freebcook
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.Joel Sing
2014-07-08string.h is the correct file, not strings.hbcook
2014-07-02Add an initial regress test for pkcs7.Joel Sing
2014-06-24Extend the chacha regress to cover the ChaCha interface, in addition to theJoel Sing
2014-06-22Add regress tests for BIO_get_host_ip().Joel Sing
2014-06-22Add a skeleton regress for crypto/bio, which currently only coversJoel Sing
2014-06-22Hook in the aead regress.Joel Sing
2014-06-20Simple regress test for the amd64 bn_mul_mont bug found by JoyentMiod Vallat
2014-06-20Move the crypto/bn regression test one directory deeper in preparation forMiod Vallat
2014-06-01Build these tests with WARNINGS=Yes and -Werror, and do the necessaryMiod Vallat