summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* BN_free() has its own NULL check.jsing2015-02-191-14/+7
* KNF.jsing2015-02-191-766/+834
* 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
* Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onmiod2014-12-151-3/+7
* 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
* #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
* Update regress to follow openssl(1) move.jsing2014-08-261-2/+2
* replace sprintf/strdup with asprintf in engine testbcook2014-08-161-8/+5
* use C rather than C++ array initialization syntaxbcook2014-08-161-37/+37
* Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSLmiod2014-07-111-0/+57
* Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; frommiod2014-07-113-1/+224
* replace u_int32_t with uint32_tbcook2014-07-111-4/+5
* Rewrite gcm128test as a table-driven regress instead of using defines.jsing2014-07-092-293/+852
* format string should be a string literal.bcook2014-07-091-2/+2
* remove use of internally-deprecated OPENSSL_malloc/freebcook2014-07-081-3/+2
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-0838-76/+76
* string.h is the correct file, not strings.hbcook2014-07-081-2/+2
* Add an initial regress test for pkcs7.jsing2014-07-023-1/+300
* Extend the chacha regress to cover the ChaCha interface, in addition to thejsing2014-06-241-22/+99
* Add regress tests for BIO_get_host_ip().jsing2014-06-221-2/+70
* Add a skeleton regress for crypto/bio, which currently only coversjsing2014-06-223-1/+94
* Hook in the aead regress.jsing2014-06-221-1/+2
* Simple regress test for the amd64 bn_mul_mont bug found by Joyentmiod2014-06-203-2/+86
* Move the crypto/bn regression test one directory deeper in preparation formiod2014-06-203-7/+15
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-0140-65/+143
* Move the cts128 and gcm128 tests to regress.jsing2014-05-315-6/+530
* KNF and other cleanup.jsing2014-05-312-266/+295
* Move sha256 and sha512 tests to regress and wire them up.jsing2014-05-305-1/+348
* Move the AES wrap test code into regress.jsing2014-05-302-6/+182
* Update the aead regress to work with the improved EVP AEAD API.jsing2014-05-261-22/+14
* Add the RFC 7027 test vectors; from OpenSSL HEADmiod2014-05-241-0/+171
* remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.beck2014-05-246-77/+22
* make this compile again - actually include stdio and friends ourselves.beck2014-05-241-1/+3
* Make this build cleanly even with UTF8_{putc,getc} moved from theguenther2014-05-222-2/+6
* Enable the 3- and 4-byte sequence tests for UTF8_getc()guenther2014-05-191-9/+18
* Add regression test for UTF8_{getc,putc}()guenther2014-05-183-2/+317
* Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().jsing2014-05-161-0/+1
* Fix various issues that result in compiler warnings.jsing2014-05-161-13/+14
* Get pqueue.h from the libssl sources rather than relying upon it beingmiod2014-05-152-2/+4
* Add additional chacha20-poly1305 test vectors.jsing2014-05-152-10/+620