index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uncompress ssltest.
jsing
2014-07-10
1
-50
/
+0
*
Add some extra sanity checks to make sure the test functions actually
matthew
2014-07-09
1
-1
/
+13
*
Minor cleanups
matthew
2014-07-09
1
-5
/
+12
*
Better workaround for OS X sigaltstack() bug
matthew
2014-07-09
1
-15
/
+20
*
check for EINTR when calling waitpid.
bcook
2014-07-09
1
-2
/
+13
*
check if we were previously on a signal stack before restoring.
bcook
2014-07-09
1
-2
/
+3
*
Rewrite gcm128test as a table-driven regress instead of using defines.
jsing
2014-07-09
2
-293
/
+852
*
format string should be a string literal.
bcook
2014-07-09
1
-2
/
+2
*
remove use of internally-deprecated OPENSSL_malloc/free
bcook
2014-07-08
1
-3
/
+2
*
Include -DLIBRESSL_INTERNAL in regress makefiles.
jsing
2014-07-08
39
-78
/
+78
*
string.h is the correct file, not strings.h
bcook
2014-07-08
1
-2
/
+2
*
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
miod
2014-07-03
2
-4
/
+4
*
Add an initial regress test for pkcs7.
jsing
2014-07-02
3
-1
/
+300
*
Extend the chacha regress to cover the ChaCha interface, in addition to the
jsing
2014-06-24
1
-22
/
+99
*
Add regress tests for BIO_get_host_ip().
jsing
2014-06-22
1
-2
/
+70
*
Add a skeleton regress for crypto/bio, which currently only covers
jsing
2014-06-22
3
-1
/
+94
*
Hook in the aead regress.
jsing
2014-06-22
1
-1
/
+2
*
matthew reminds me to update regress to reflect current spec
tedu
2014-06-21
1
-10
/
+3
*
Add DTLS support to ssltest and wire up some regress tests.
jsing
2014-06-21
2
-8
/
+41
*
Simple regress test for the amd64 bn_mul_mont bug found by Joyent
miod
2014-06-20
3
-2
/
+86
*
Move the crypto/bn regression test one directory deeper in preparation for
miod
2014-06-20
3
-7
/
+15
*
Always call atexit handlers as if they were registered with __cxa_atexit.
kettenis
2014-06-18
1
-5
/
+5
*
Add regress tests to make sure arc4random(3) is reinitialized
matthew
2014-06-18
3
-2
/
+181
*
Remove support for the `opaque PRF input' extension, which draft has expired
miod
2014-06-13
1
-32
/
+0
*
Add timingsafe_memcmp().
matthew
2014-06-13
1
-5
/
+1
*
Add regress tests for timingsafe_bcmp and timingsafe_memcmp.
matthew
2014-06-13
3
-2
/
+86
*
Add regress test for explicit_bzero.
matthew
2014-06-12
3
-2
/
+145
*
Add basic regression test for modf() issue.
tobiasu
2014-06-07
3
-2
/
+40
*
Build with WARNINGS=Yes and Werror.
miod
2014-06-01
2
-12
/
+4
*
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
miod
2014-06-01
40
-65
/
+143
*
Move the cts128 and gcm128 tests to regress.
jsing
2014-05-31
5
-6
/
+530
*
KNF and other cleanup.
jsing
2014-05-31
2
-266
/
+295
*
Move sha256 and sha512 tests to regress and wire them up.
jsing
2014-05-30
5
-1
/
+348
*
Move the AES wrap test code into regress.
jsing
2014-05-30
2
-6
/
+182
*
Update the aead regress to work with the improved EVP AEAD API.
jsing
2014-05-26
1
-22
/
+14
*
Add the RFC 7027 test vectors; from OpenSSL HEAD
miod
2014-05-24
1
-0
/
+171
*
Move ssltest.c to a regress test.
jsing
2014-05-24
7
-0
/
+2541
*
remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.
beck
2014-05-24
6
-77
/
+22
*
make this compile again - actually include stdio and friends ourselves.
beck
2014-05-24
1
-1
/
+3
*
Move the regress tests that are in lib/libssl to usr.sbin/openssl,
jsing
2014-05-24
8
-245
/
+0
*
Make this build cleanly even with UTF8_{putc,getc} moved from the
guenther
2014-05-22
2
-2
/
+6
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-7
/
+7
*
Enable the 3- and 4-byte sequence tests for UTF8_getc()
guenther
2014-05-19
1
-9
/
+18
*
Add regression test for UTF8_{getc,putc}()
guenther
2014-05-18
3
-2
/
+317
*
Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().
jsing
2014-05-16
1
-0
/
+1
*
Fix various issues that result in compiler warnings.
jsing
2014-05-16
1
-13
/
+14
*
Get pqueue.h from the libssl sources rather than relying upon it being
miod
2014-05-15
2
-2
/
+4
*
Add additional chacha20-poly1305 test vectors.
jsing
2014-05-15
2
-10
/
+620
*
Add chacha20-poly1305 test vector to regress.
jsing
2014-05-15
2
-5
/
+24
*
KNF.
jsing
2014-05-15
2
-47
/
+50
[next]