summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2017-04-09Improve unknown protocol version handling.Joel Sing
2017-04-07In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.Alexander Bluhm
2017-03-25Update regress to match changes to tls1_PRF().Joel Sing
2017-03-18Update regress and remove temporary buffer to match changes in tls_PRF().Joel Sing
2017-03-16Enable tests for +/-LLONG_MAX and add tests for other boundary conditions.Darren Tucker
2017-03-15Add tests for scaled overflow and underflow and the exact overflow andDarren Tucker
2017-03-15Clean up errno handling in fmt_scaled test:Darren Tucker
2017-03-14copy /etc/services in test directoryEric Faurot
2017-03-10refresh the test infrastructure a bit.Eric Faurot
2017-03-10Add a unit test for tls1_PRF().Joel Sing
2017-03-09remove bogus variable expansionEric Faurot
2017-03-09missing includeEric Faurot
2012-07-13import regression suite for asrEric Faurot
2017-03-07Add a test that covers a libtls client talking to a Go TLS server withJoel Sing
2017-03-07Allow ciphers to be set on the TLS config.Joel Sing
2017-03-07Provide support for libtls protocols and allow for protocols to be set onJoel Sing
2017-03-07Add handling for errors on the TLS config and properly check/handleJoel Sing
2017-03-07libtls errors are much more descriptive these days - return them directlyJoel Sing
2017-03-07We no longer need to keep pointers following tls_config_set_*() calls.Joel Sing
2017-03-06Use an unsigned loop variable to avoid a comparison between signedAlexander Bluhm
2017-03-05Add an initial regress test that covers the server-side of libssl, byJoel Sing
2017-03-04Treat "ERROR in STARTUP" as an actual error, rather than failing withoutJoel Sing
2017-03-04Remove commented out code and fix indentation of surrounding statements.Joel Sing
2017-03-04Remove handling for SSLv2.Joel Sing
2017-03-03Ensure MD and key initialized before processing HMACKinichiro Inoguchi
2017-03-01Add EVP test for MD5-SHA1.Joel Sing
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2017-02-23Check return value of every BN_* functions in bntestKinichiro Inoguchi
2017-02-07Remove unused variable in C source to make the test compile and pass.Alexander Bluhm
2017-01-31LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montKinichiro Inoguchi
2017-01-25Update ssl versions regress to handle min/max configured versions andJoel Sing
2017-01-25Add start of a regress for cert gen and validation. not clean, won'tBob Beck
2017-01-25link in rsa testBob Beck
2017-01-25Add rsa test from openssl, since it has a license nowBob Beck
2017-01-24fix make clean and warningsOtto Moerbeek
2017-01-24make sure realloc preserves dataOtto Moerbeek
2017-01-24use ${.OBJDIR}Otto Moerbeek
2017-01-24Update client tests for changes in default EC formats/curves.Joel Sing
2017-01-24Use prime256v1 for tests unless otherwise specified.Joel Sing
2017-01-23hook malloc_general to the testsOtto Moerbeek
2017-01-23test malloc/realloc/free with some flag combo'sOtto Moerbeek
2017-01-23Fix regress to handle movement of ssl structures to internalBob Beck
2017-01-22Update the TLS ALPN unit tests to work with internal/opaque data.Joel Sing
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2017-01-18unhook ocsp test from the default since it currently requires network access andBob Beck
2017-01-17Correctly tls_config_set_ca_file() return value (no effective change).Joel Sing
2017-01-12Remove more checks testing for empty option strings.Martin Pieuchot
2017-01-12Add regress tests for libtls, which currently cover handshakes and closesJoel Sing
2017-01-09Provide TLS_INT for consistency with libssl/libcrypto.Joel Sing
2017-01-04Remove a check for empty option strings from our fuse regress tests.Stefan Sperling