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
2017-05-17
Add "median of three" killer, as seen in "Introspective Sorting and
Todd C. Miller
2017-05-17
Approximate nlgn instead of using libm. The same approximation may
Todd C. Miller
2017-05-17
Add "killer" input from "algorithmic complexity attacks and libc
Todd C. Miller
2017-05-17
There's no need to track the number of errors (and the counter might
Todd C. Miller
2017-05-17
Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"
Todd C. Miller
2017-05-12
Fix typos and spacing. From Andre Smagin <as at smagin.com>. Thanks.
Alexandre Ratchov
2017-05-07
Revise cipher suites in regress to match DSS cipher suite removal.
Joel Sing
2017-05-07
Add a (currently failing) call to tls_handshake() on a client context that
Joel Sing
2017-05-07
Also test calling tls_handshake() on a server connection context that has
Joel Sing
2017-05-07
Add a test that calls tls_handshake() on a connection that has already
Joel Sing
2017-05-07
An an initial sequencing/ordering test for libtls.
Joel Sing
2017-05-06
Split TLS client/server handshake and close code into separate functions
Joel Sing
2017-05-06
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
Bob Beck
2017-05-06
Move TLS test code into a function that is called from main, making it
Joel Sing
2017-05-06
Free tls_configs earlier now that we have refcounting.
Joel Sing
2017-05-06
Add more functions.
Joel Sing
2017-05-06
Sort/group functions.
Joel Sing
2017-05-06
Not much point using a failed variable here.
Joel Sing
2017-05-06
Bring in HKDF, from BoringSSL, with regress tests modified to be
Bob Beck
2017-05-06
Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().
Joel Sing
2017-05-02
Add regress for free functions that should be safe with NULL
Bob Beck
2017-04-30
whitespace
Bob Beck
2017-04-30
Add missing tls_init() and tls_free() calls.
Joel Sing
2017-04-16
Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.
Mark Kettenis
2017-04-16
Define DEF_WEAK like we do for ld.so to fix building this with clang.
Mark Kettenis
2017-04-16
Remove unused rnd_seed variable. Upstream made the same change 4 days ago.
Mark Kettenis
2017-04-10
Rework and significantly extend TLS name verification tests to match
Joel Sing
2017-04-09
Improve unknown protocol version handling.
Joel Sing
2017-04-07
In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.
Alexander Bluhm
2017-03-25
Update regress to match changes to tls1_PRF().
Joel Sing
2017-03-18
Update regress and remove temporary buffer to match changes in tls_PRF().
Joel Sing
2017-03-16
Enable tests for +/-LLONG_MAX and add tests for other boundary conditions.
Darren Tucker
2017-03-15
Add tests for scaled overflow and underflow and the exact overflow and
Darren Tucker
2017-03-15
Clean up errno handling in fmt_scaled test:
Darren Tucker
2017-03-14
copy /etc/services in test directory
Eric Faurot
2017-03-10
refresh the test infrastructure a bit.
Eric Faurot
2017-03-10
Add a unit test for tls1_PRF().
Joel Sing
2017-03-09
remove bogus variable expansion
Eric Faurot
2017-03-09
missing include
Eric Faurot
2012-07-13
import regression suite for asr
Eric Faurot
2017-03-07
Add a test that covers a libtls client talking to a Go TLS server with
Joel Sing
2017-03-07
Allow ciphers to be set on the TLS config.
Joel Sing
2017-03-07
Provide support for libtls protocols and allow for protocols to be set on
Joel Sing
2017-03-07
Add handling for errors on the TLS config and properly check/handle
Joel Sing
2017-03-07
libtls errors are much more descriptive these days - return them directly
Joel Sing
2017-03-07
We no longer need to keep pointers following tls_config_set_*() calls.
Joel Sing
2017-03-06
Use an unsigned loop variable to avoid a comparison between signed
Alexander Bluhm
2017-03-05
Add an initial regress test that covers the server-side of libssl, by
Joel Sing
2017-03-04
Treat "ERROR in STARTUP" as an actual error, rather than failing without
Joel Sing
2017-03-04
Remove commented out code and fix indentation of surrounding statements.
Joel Sing
[prev]
[next]