summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montinoguchi2017-01-311-1/+78
* More s/OSCP/OCSP/ typostom2017-01-271-1/+1
* Update ssl versions regress to handle min/max configured versions andjsing2017-01-251-47/+201
* Add start of a regress for cert gen and validation. not clean, won'tbeck2017-01-255-0/+394
* link in rsa testbeck2017-01-251-1/+2
* Add rsa test from openssl, since it has a license nowbeck2017-01-252-0/+344
* fix make clean and warningsotto2017-01-242-1/+3
* make sure realloc preserves dataotto2017-01-241-17/+45
* use ${.OBJDIR}otto2017-01-241-8/+8
* Update client tests for changes in default EC formats/curves.jsing2017-01-241-52/+31
* Use prime256v1 for tests unless otherwise specified.jsing2017-01-241-4/+0
* hook malloc_general to the testsotto2017-01-231-2/+2
* test malloc/realloc/free with some flag combo'sotto2017-01-232-0/+122
* Fix regress to handle movement of ssl structures to internalbeck2017-01-231-2/+4
* Update the TLS ALPN unit tests to work with internal/opaque data.jsing2017-01-222-13/+11
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-215-8/+143
* unhook ocsp test from the default since it currently requires network access andbeck2017-01-181-2/+1
* Correctly tls_config_set_ca_file() return value (no effective change).jsing2017-01-171-2/+2
* Add regress tests for libtls, which currently cover handshakes and closesjsing2017-01-123-1/+356
* Provide TLS_INT for consistency with libssl/libcrypto.jsing2017-01-092-2/+4
* Add regress tests for max shared version code.jsing2017-01-031-2/+133
* Add regress coverage for enabled protocol version range.jsing2016-12-302-1/+146
* Extend regress to include a peer certificate in the session.jsing2016-12-261-58/+134
* Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsjsing2016-12-261-8/+9
* Update regress for ECDHE with X25519.jsing2016-12-211-41/+41
* Update libcrypto regress to handle header and non-exported symbol changes.jsing2016-12-214-4/+10
* Ensure negative time/timeout are handled appropriately.jsing2016-12-211-1/+27
* Revise regress for changes to ssl_parse_serverhello_tlsext().jsing2016-12-181-3/+3
* Update regress test to handle change to ssl_cipher_list_to_bytes().jsing2016-12-041-10/+11
* Update regress for IDEA cipher suite removal.jsing2016-11-061-83/+83
* Add regress test script for openssl command.inoguchi2016-11-063-2/+966
* Add regress for X25519, converted from BoringSSL.jsing2016-11-053-1/+150
* Set PROG so that the binary correctly gets recompiled when the librariesmiod2016-11-051-11/+5
* Move pqueue regress from libcrypto to libssl, since that's where the pqueuejsing2016-11-045-5/+5
* Some tests require internal symbols; have them link with the staticguenther2016-11-044-8/+10
* Update client hello messages to follow the removal of fixed ECDH.jsing2016-10-191-89/+65
* Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.schwarze2016-09-051-2/+2
* test wcrtomb(3)schwarze2016-09-042-0/+93
* test mbrtowc(3) in conjunction with mbsinit(3)schwarze2016-09-032-0/+93
* import new BN tests from OpenSSLbcook2016-09-032-167/+434
* remove unneeded reach-around includebcook2016-09-031-2/+2
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-2/+3
* Fix build of regress after source movesbeck2016-09-021-2/+2
* Make this regress build againbeck2016-09-022-4/+4
* Enable ALPN regress now that it passes.jsing2016-08-271-4/+2
* Pull in <stdio.h> for NULLguenther2016-08-271-1/+2
* Fix usage() output and getopt sortingguenther2016-07-131-6/+6
* add ca cert error check and make the path configurablebcook2016-07-071-1/+9
* remove extra assignment of s from 1.11, fix regression testbcook2016-07-051-2/+1
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-4/+24