summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2017-01-03Add regress tests for max shared version code.Joel Sing
2016-12-30Add regress coverage for enabled protocol version range.Joel Sing
2016-12-26Extend regress to include a peer certificate in the session.Joel Sing
2016-12-26Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsJoel Sing
2016-12-21Update regress for ECDHE with X25519.Joel Sing
2016-12-21Update libcrypto regress to handle header and non-exported symbol changes.Joel Sing
2016-12-21Ensure negative time/timeout are handled appropriately.Joel Sing
2016-12-18Revise regress for changes to ssl_parse_serverhello_tlsext().Joel Sing
2016-12-04Update regress test to handle change to ssl_cipher_list_to_bytes().Joel Sing
2016-11-22Return different error number to know which test is failing.Martin Pieuchot
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-11-05Add regress for X25519, converted from BoringSSL.Joel Sing
2016-11-05Set PROG so that the binary correctly gets recompiled when the librariesMiod Vallat
2016-11-04Move pqueue regress from libcrypto to libssl, since that's where the pqueueJoel Sing
2016-11-04Some tests require internal symbols; have them link with the staticPhilip Guenther
2016-10-26use -ffloat-store to avoid too much precision which breaks the subtle testOtto Moerbeek
2016-10-24using exact valus in floating point tests often does not work as expected,Otto Moerbeek
2016-10-23fix lgamma test on i386 and use symbolic constant; ok martynas@Otto Moerbeek
2016-10-19Update client hello messages to follow the removal of fixed ECDH.Joel Sing
2016-09-21set BIOCIMMEDIATE, makes the test work for lo0, which does more bufferingOtto Moerbeek
2016-09-20switch master & slave; prompted by bluhm@Otto Moerbeek
2016-09-20don't depend on /dev/tty, in bluhm's framework there is no such thingOtto Moerbeek
2016-09-18The libedit regress tests require header files generated during theAlexander Bluhm
2016-09-08fix test after the errno reshuffle; ok swarsche@Otto Moerbeek