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-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
2017-03-04
Remove handling for SSLv2.
Joel Sing
2017-03-03
Ensure MD and key initialized before processing HMAC
Kinichiro Inoguchi
2017-03-01
Add EVP test for MD5-SHA1.
Joel Sing
2017-02-25
Add missing includes to avoid implicit function declarations.
Jonathan Gray
2017-02-23
Check return value of every BN_* functions in bntest
Kinichiro Inoguchi
2017-02-07
Remove unused variable in C source to make the test compile and pass.
Alexander Bluhm
2017-01-31
LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont
Kinichiro Inoguchi
2017-01-25
Update ssl versions regress to handle min/max configured versions and
Joel Sing
2017-01-25
Add start of a regress for cert gen and validation. not clean, won't
Bob Beck
2017-01-25
link in rsa test
Bob Beck
2017-01-25
Add rsa test from openssl, since it has a license now
Bob Beck
2017-01-24
fix make clean and warnings
Otto Moerbeek
2017-01-24
make sure realloc preserves data
Otto Moerbeek
2017-01-24
use ${.OBJDIR}
Otto Moerbeek
2017-01-24
Update client tests for changes in default EC formats/curves.
Joel Sing
2017-01-24
Use prime256v1 for tests unless otherwise specified.
Joel Sing
2017-01-23
hook malloc_general to the tests
Otto Moerbeek
2017-01-23
test malloc/realloc/free with some flag combo's
Otto Moerbeek
2017-01-23
Fix regress to handle movement of ssl structures to internal
Bob Beck
2017-01-22
Update the TLS ALPN unit tests to work with internal/opaque data.
Joel Sing
2017-01-21
Make explicit _ct and _nonct versions of bn_mod_exp funcitons that
Bob Beck
2017-01-18
unhook ocsp test from the default since it currently requires network access and
Bob Beck
2017-01-17
Correctly tls_config_set_ca_file() return value (no effective change).
Joel Sing
2017-01-12
Remove more checks testing for empty option strings.
Martin Pieuchot
2017-01-12
Add regress tests for libtls, which currently cover handshakes and closes
Joel Sing
2017-01-09
Provide TLS_INT for consistency with libssl/libcrypto.
Joel Sing
2017-01-04
Remove a check for empty option strings from our fuse regress tests.
Stefan Sperling
[next]