index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
2015-09-14
Temporarily revive MD4 for MS CHAP support.
Doug Hogan
2015-09-13
Remove MD4 support from LibreSSL.
Doug Hogan
2015-09-13
Another style(9) grenade.
Joel Sing
2015-09-13
Remove SHA-0 support.
Doug Hogan
2015-09-13
Remove explicit NULL checks before *_free() calls and tidy some code.
Joel Sing
2015-09-13
Use ECDH_size() and do some other clean up.
Joel Sing
2015-09-13
remove e_os2.h includes
Brent Cook
2015-09-13
Wrap long lines.
Joel Sing
2015-09-13
style(9) grenade.
Joel Sing
2015-09-12
Cleanup enginetest a bit.
Brent Cook
2015-07-18
remove mysterious, decorative comment blocklets
Brent Cook
2015-07-18
Explicitly mark ignored BN_* return vals in tests.
Brent Cook
2015-07-18
check sscanf conversion, fixes Coverity 21666
Brent Cook
2015-06-20
Remove obsolete MDC-2DES from libcrypto.
Doug Hogan
2015-05-08
Make this run on strict alignment architectures.
Miod Vallat
2015-02-25
Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.
Brent Cook
2015-02-25
Trivial fix for test progress output.
Brent Cook
2015-02-19
BN_free() has its own NULL check.
Joel Sing
2015-02-19
KNF.
Joel Sing
2015-02-15
Fix various memory leaks by not exiting so abruptly from failed tests.
Miod Vallat
2015-02-15
Remove ancient gcc workaround on mips.
Miod Vallat
2015-02-15
Memory leak. Coverity CID 78865
Miod Vallat
2015-02-15
Wrong logic; Coverity CID 78894
Miod Vallat
2015-02-11
Do not rely upon malloc(0) not returning NULL. Not all malloc implementations
Miod Vallat
2014-12-15
Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on
Miod Vallat
2014-11-26
prefer memcmp to bcmp.
Brent Cook
2014-11-18
GOST regression tests; from Dmitry Eremin-Solenikov
Miod Vallat
2014-11-09
GOST 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-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most
Joel Sing
2014-10-22
None of these need <openssl/rand.h>
Joel Sing
2014-08-26
Update regress to follow openssl(1) move.
Joel Sing
2014-08-16
replace sprintf/strdup with asprintf in engine test
bcook
2014-08-16
use C rather than C++ array initialization syntax
bcook
2014-07-11
Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL
Miod Vallat
2014-07-11
Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from
Miod Vallat
2014-07-11
replace u_int32_t with uint32_t
bcook
2014-07-09
Rewrite gcm128test as a table-driven regress instead of using defines.
Joel Sing
2014-07-09
format string should be a string literal.
bcook
2014-07-08
remove use of internally-deprecated OPENSSL_malloc/free
bcook
2014-07-08
Include -DLIBRESSL_INTERNAL in regress makefiles.
Joel Sing
2014-07-08
string.h is the correct file, not strings.h
bcook
2014-07-02
Add an initial regress test for pkcs7.
Joel Sing
2014-06-24
Extend the chacha regress to cover the ChaCha interface, in addition to the
Joel Sing
2014-06-22
Add regress tests for BIO_get_host_ip().
Joel Sing
2014-06-22
Add a skeleton regress for crypto/bio, which currently only covers
Joel Sing
2014-06-22
Hook in the aead regress.
Joel Sing
2014-06-20
Simple regress test for the amd64 bn_mul_mont bug found by Joyent
Miod Vallat
2014-06-20
Move the crypto/bn regression test one directory deeper in preparation for
Miod Vallat
2014-06-01
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
Miod Vallat
[next]