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