|
bcd3b2fd
|
2015-09-12T08:07:58
|
|
more cmake tests
|
|
854f4f69
|
2015-09-12T07:48:06
|
|
add 'nc' to the distribution as an example of libtls client and server
|
|
34bfb6ec
|
2015-09-12T05:18:47
|
|
add new tests
|
|
b521a76a
|
2015-07-22T11:42:34
|
|
disable current broken cmake tests
|
|
dd0704b1
|
2015-07-22T11:40:16
|
|
s/CMakeFiles/CMakeLists/, start porting test scripts
|
|
a9122f74
|
2015-07-21T22:21:14
|
|
add cmake tests
|
|
b7f699ab
|
2015-06-29T22:49:37
|
|
add cipher_list test
|
|
b9f1b83a
|
2015-06-20T10:40:04
|
|
update for mdc2 removal
|
|
8eec2f48
|
2015-06-05T02:31:22
|
|
use correct binary on native windows builds
|
|
abd0688b
|
2015-05-06T22:53:28
|
|
distcheck fixes
|
|
51bfd492
|
2015-05-06T22:37:41
|
|
add app tests from regress/usr.bin/openssl
These are added directly rather than imported by update.sh since they
require local modifications and its not worth breaking everyone's git
forks yet to import them through cvs2git.
|
|
45065de1
|
2015-03-21T19:04:54
|
|
rework tests Makefile.am
There are so many test exceptions that need handling that it is easier
to simply edit it directly rather than doing autogeneration anymore.
This also puts biotest and pidwraptest behind a new --enable-extratests
option, so they are easy to run but are not enabled by default.
|
|
be5d0cca
|
2015-02-06T20:17:31
|
|
update with latest, add more tests
this adds the new bytestring apis and new regression tests
|
|
9adc6d64
|
2014-12-27T16:52:25
|
|
Revert "do not double-link libcrypto"
This reverts commit c83d468cfd5d3ca60a499b69c0b7c9d0b159d405.
It wasn't as superfluous as I thought on all platforms.
|
|
c83d468c
|
2014-12-27T16:34:48
|
|
do not double-link libcrypto
libssl already has LIBFLAGS for libcrypto, so adding -lcrypto is superfluous.
|
|
a270e6a9
|
2014-12-08T02:21:22
|
|
tests/Makefile.am.tpl: remove generated files on distclean
Add pidwraptest.txt to DISTCLEANFILES to let it be removed on distclean.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
96bf8be0
|
2014-11-20T08:46:02
|
|
update and mask unit tests when running on win32
Update pq_test to ignore changes in whitespace.
Update for new testssl params, specify absolute paths to test binaries.
Fork-based tests do not make sense on Windows.
Disable building biotest, since it is too specific to OpenBSD's behavior
to be useful on other platforms.
|
|
2103690c
|
2014-11-19T22:02:17
|
|
improve readability of generated Makefile.am files
|
|
0aeb93b9
|
2014-10-27T19:22:03
|
|
override native arc4random_buf on FreeBSD
The FreeBSD-native arc4random_buf implementation falls back to weak
sources of entropy if the sysctl fails. Remove these dangerous fallbacks
by overriding locally.
Unfortunately, pthread_atfork() is broken on FreeBSD (at least 9 and 10)
if a program does not link to -lthr. Callbacks registered with
pthread_atfork() simply fail silently. So, it is not always possible to
detect a PID wraparound. I wish we could do better.
This improves arc4random_buf's safety compared to the native FreeBSD
implementation. Tested on FreeBSD 9 and 10.
ok beck@ deraadt@
|
|
a4cc9539
|
2014-10-29T15:44:36
|
|
Improve and simplify function and header detection logic.
Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS.
Clarify some ambiguous dependencies around strnlen/strndup.
Unconditionally enable pidwraptest for all arc4random implementations.
Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf.
ok @doug
|
|
72c1e56b
|
2014-10-29T15:46:20
|
|
enable -lcrypto -lssl with all test programs directly.
This removes the need to specify each one individually.
ok doug@
|
|
eb26e56b
|
2014-10-22T13:06:36
|
|
undef LIBRESSL_INTERNAL for the pidwrap test.
|
|
e48e4f0e
|
2014-07-27T06:20:33
|
|
prefer - over /dev/stdin for cmp test
|
|
1b62d5e4
|
2014-07-27T06:13:54
|
|
remove bash-isms from test scripts
|
|
55d07e70
|
2014-07-23T19:18:45
|
|
clarify license and origin for pidwraptest
The original author clarified the license, so we are fine to ship with
the PID wraparound test. Run it by default if libressl is using the
native arc4random supplied from the OS.
ok deraadt@
|
|
33bc05ca
|
2014-07-21T18:30:31
|
|
better handle disabled tests and exclude files
ok beck@ guenther@
|
|
23dc97f8
|
2014-07-21T18:25:54
|
|
rename local tests to end in test.c
ok beck@ guenther@
|
|
0bc4bdde
|
2014-07-15T17:22:39
|
|
move fork_rand.sh so it does not get run every time
the test takes many minutes to run on an OS with a slow fork() call
ok beck@
|
|
d3746d3a
|
2014-07-15T17:20:09
|
|
indicate failure to the test harness
ok beck@
|
|
477f1f01
|
2014-07-15T16:43:00
|
|
added fork_rand test to check for PID wraparound
ok beck@
|
|
2ce79c59
|
2014-07-10T17:26:22
|
|
fix out of tree builds for ssl test
ssl tests need to find the openssl binary relative to the build,
not the source, directory
|
|
2b6dbc39
|
2014-07-10T06:21:51
|
|
initial top-level import of subdirectories
|