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
Age
Commit message (
Expand
)
Author
2015-04-15
Now that tls_close() is more robust, consider a failure to be fatal.
Joel Sing
2015-04-07
Make pthread_atfork() track the DSO that called it like atexit() does,
Philip Guenther
2015-03-15
fix for regression test for strtol(). it failed (the wrong kind of
Peter Hessler
2015-03-08
Reject DH keys sent by a server if they are considered too small; inspired
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-22
Update for recent verify related naming changes.
Joel Sing
2015-02-19
BN_free() has its own NULL check.
Joel Sing
2015-02-19
KNF.
Joel Sing
2015-02-16
Add more error checking and free resources in bytestringtest.
Doug Hogan
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
2015-02-07
Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().
Joel Sing
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-02-06
KNF bytestring files.
Doug Hogan
2015-02-06
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
Doug Hogan
2015-02-06
Add libssl ciphers regress, which currently only covers
Joel Sing
2015-01-20
Missing $OpenBSD$'s.
Kenneth R Westerback
2014-12-15
Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on
Miod Vallat
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
Joel Sing
2014-12-12
Increase cipher suite test coverage by including all cipher suites that
Joel Sing
2014-12-10
Add regress for ALPN.
Joel Sing
2014-12-10
fix previous.
Daniel Dickman
2014-12-09
t_exhaust is too exhausting
Theo de Raadt
2014-12-07
remove duplicate initialization of .sid_ctx in test
Brent Cook
2014-12-07
Allow specific libtls hostname validation errors to propagate.
Brent Cook
2014-12-06
The -ssl2 flag does nothing - remove the flag and any tests that were
Joel Sing
2014-12-03
Allow overriding the path to the testssl and openssl binaries.
Brent Cook
2014-12-03
Fill the buffer with 'z' instead of 'a' since 'a' is part of the
Todd C. Miller
2014-12-02
Add simple strlcpy regress
Todd C. Miller
2014-12-02
Add simple strlcat regress
Todd C. Miller
2014-12-02
Add strnlen to SUBDIRS so we actually run its tests.
Todd C. Miller
2014-11-26
prefer memcmp to bcmp.
Brent Cook
2014-11-23
Add regress for atexit() vs DSO unloading and start on a similar test
Philip Guenther
2014-11-19
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-11-18
GOST regression tests; from Dmitry Eremin-Solenikov
Miod Vallat
2014-11-16
Delete a test which required behavior not defined by the spec
Philip Guenther
2014-11-09
GOST tests, not connected to the build yet.
Miod Vallat
2014-11-01
Initial regress for libtls hostname verification.
Joel Sing
2014-10-31
Update regress for the libressl to libtls rename.
Joel Sing
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-10-13
Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about
Joel Sing
2014-10-13
BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no
Joel Sing
2014-10-13
Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit
Joel Sing
2014-09-28
Make the goressl regress test compile again.
Joel Sing
[next]