| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ssl versions regress to handle min/max configured versions and | jsing | 2017-01-25 | 1 | -47/+201 |
* | Add start of a regress for cert gen and validation. not clean, won't | beck | 2017-01-25 | 5 | -0/+394 |
* | link in rsa test | beck | 2017-01-25 | 1 | -1/+2 |
* | Add rsa test from openssl, since it has a license now | beck | 2017-01-25 | 2 | -0/+344 |
* | fix make clean and warnings | otto | 2017-01-24 | 2 | -1/+3 |
* | make sure realloc preserves data | otto | 2017-01-24 | 1 | -17/+45 |
* | use ${.OBJDIR} | otto | 2017-01-24 | 1 | -8/+8 |
* | Update client tests for changes in default EC formats/curves. | jsing | 2017-01-24 | 1 | -52/+31 |
* | Use prime256v1 for tests unless otherwise specified. | jsing | 2017-01-24 | 1 | -4/+0 |
* | hook malloc_general to the tests | otto | 2017-01-23 | 1 | -2/+2 |
* | test malloc/realloc/free with some flag combo's | otto | 2017-01-23 | 2 | -0/+122 |
* | Fix regress to handle movement of ssl structures to internal | beck | 2017-01-23 | 1 | -2/+4 |
* | Update the TLS ALPN unit tests to work with internal/opaque data. | jsing | 2017-01-22 | 2 | -13/+11 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 5 | -8/+143 |
* | unhook ocsp test from the default since it currently requires network access and | beck | 2017-01-18 | 1 | -2/+1 |
* | Correctly tls_config_set_ca_file() return value (no effective change). | jsing | 2017-01-17 | 1 | -2/+2 |
* | Add regress tests for libtls, which currently cover handshakes and closes | jsing | 2017-01-12 | 3 | -1/+356 |
* | Provide TLS_INT for consistency with libssl/libcrypto. | jsing | 2017-01-09 | 2 | -2/+4 |
* | Add regress tests for max shared version code. | jsing | 2017-01-03 | 1 | -2/+133 |
* | Add regress coverage for enabled protocol version range. | jsing | 2016-12-30 | 2 | -1/+146 |
* | Extend regress to include a peer certificate in the session. | jsing | 2016-12-26 | 1 | -58/+134 |
* | Ensure that after an i2d_SSL_SESSION() call, the passed pointer now points | jsing | 2016-12-26 | 1 | -8/+9 |
* | Update regress for ECDHE with X25519. | jsing | 2016-12-21 | 1 | -41/+41 |
* | Update libcrypto regress to handle header and non-exported symbol changes. | jsing | 2016-12-21 | 4 | -4/+10 |
* | Ensure negative time/timeout are handled appropriately. | jsing | 2016-12-21 | 1 | -1/+27 |
* | Revise regress for changes to ssl_parse_serverhello_tlsext(). | jsing | 2016-12-18 | 1 | -3/+3 |
* | Update regress test to handle change to ssl_cipher_list_to_bytes(). | jsing | 2016-12-04 | 1 | -10/+11 |
* | Update regress for IDEA cipher suite removal. | jsing | 2016-11-06 | 1 | -83/+83 |
* | Add regress test script for openssl command. | inoguchi | 2016-11-06 | 3 | -2/+966 |
* | Add regress for X25519, converted from BoringSSL. | jsing | 2016-11-05 | 3 | -1/+150 |
* | Set PROG so that the binary correctly gets recompiled when the libraries | miod | 2016-11-05 | 1 | -11/+5 |
* | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | jsing | 2016-11-04 | 5 | -5/+5 |
* | Some tests require internal symbols; have them link with the static | guenther | 2016-11-04 | 4 | -8/+10 |
* | Update client hello messages to follow the removal of fixed ECDH. | jsing | 2016-10-19 | 1 | -89/+65 |
* | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. | schwarze | 2016-09-05 | 1 | -2/+2 |
* | test wcrtomb(3) | schwarze | 2016-09-04 | 2 | -0/+93 |
* | test mbrtowc(3) in conjunction with mbsinit(3) | schwarze | 2016-09-03 | 2 | -0/+93 |
* | import new BN tests from OpenSSL | bcook | 2016-09-03 | 2 | -167/+434 |
* | remove unneeded reach-around include | bcook | 2016-09-03 | 1 | -2/+2 |
* | Print SKIPPED if a regress test cannot be executed for some reason. | bluhm | 2016-09-02 | 1 | -2/+3 |
* | Fix build of regress after source moves | beck | 2016-09-02 | 1 | -2/+2 |
* | Make this regress build again | beck | 2016-09-02 | 2 | -4/+4 |
* | Enable ALPN regress now that it passes. | jsing | 2016-08-27 | 1 | -4/+2 |
* | Pull in <stdio.h> for NULL | guenther | 2016-08-27 | 1 | -1/+2 |
* | Fix usage() output and getopt sorting | guenther | 2016-07-13 | 1 | -6/+6 |
* | add ca cert error check and make the path configurable | bcook | 2016-07-07 | 1 | -1/+9 |
* | remove extra assignment of s from 1.11, fix regression test | bcook | 2016-07-05 | 1 | -2/+1 |
* | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | bcook | 2016-07-05 | 1 | -4/+24 |
* | make less awful.. test against cloudflare too | beck | 2016-07-05 | 2 | -9/+19 |
* | Add a nasty little ocsp regress test in the hope pedants will make it better. | beck | 2016-07-04 | 3 | -1/+140 |