summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove SSLv3 support from LibreSSL regression tests.doug2015-08-273-56/+5
* Don't hardcode /usr/src, use BSDSRCDIRtobiasu2015-07-311-2/+2
* simplify length checking in do_indefinite_convertbcook2015-07-181-11/+17
* Unhook tls_ext_alpn test until the code passes it.doug2015-07-131-2/+5
* Add tests for parsing TLS extension ALPN (RFC 7301).doug2015-07-092-2/+446
* specify the array initializer valuelibressl-v2.2.1bcook2015-07-011-2/+2
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-282-3/+19
* Add unit tests for LibreSSL.doug2015-06-273-0/+256
* Change CBS_dup() to also sync the offset.doug2015-06-231-1/+37
* Convert bytestringtest to individual checks and don't short circuit.doug2015-06-231-321/+337
* Remove unnecessary regress target.doug2015-06-231-7/+2
* Add tests for CBS_offset() and CBS_write_bytes().doug2015-06-171-2/+70
* Be more strict about BER and DER terminology.doug2015-06-161-15/+18
* Check for invalid leading zeros in CBS_get_asn1_uint64.doug2015-04-251-2/+4
* Reject DH keys sent by a server if they are considered too small; inspiredmiod2015-03-081-38/+4
* Add more error checking and free resources in bytestringtest.doug2015-02-161-26/+47
* Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().jsing2015-02-071-1/+61
* KNF bytestring files.doug2015-02-061-582/+596
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-063-1/+671
* Add libssl ciphers regress, which currently only coversjsing2015-02-063-1/+130
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-12/+0
* Increase cipher suite test coverage by including all cipher suites thatjsing2014-12-121-5/+5
* Add regress for ALPN.jsing2014-12-102-1/+180
* remove duplicate initialization of .sid_ctx in testbcook2014-12-071-3/+1
* The -ssl2 flag does nothing - remove the flag and any tests that werejsing2014-12-062-34/+4
* Allow overriding the path to the testssl and openssl binaries.bcook2014-12-031-9/+9
* Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutjsing2014-10-131-9/+2
* BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is nojsing2014-10-131-29/+16
* Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitjsing2014-10-132-3/+146
* Fix tlsext_tick_lifetime_hint value in test #2 to make sure themiod2014-07-161-29/+29
* Add a regress test for the ASN1 handling of SSL session tickets.jsing2014-07-133-1/+389
* More KNF.jsing2014-07-121-95/+108
* Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH andjsing2014-07-121-41/+0
* Remove PSK from the ssl regress.jsing2014-07-112-134/+1
* Uncompress ssltest.jsing2014-07-101-50/+0
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
* Add DTLS support to ssltest and wire up some regress tests.jsing2014-06-212-8/+41
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-32/+0
* Build with WARNINGS=Yes and Werror.miod2014-06-012-12/+4
* Move ssltest.c to a regress test.jsing2014-05-247-0/+2541
* Move the regress tests that are in lib/libssl to usr.sbin/openssl,jsing2014-05-248-245/+0
* Remove the ossltests target, these are now all in libcrypto regressjsg2014-04-171-208/+2
* adapt to test file movesjsg2014-04-161-63/+50
* don't use non-standard CFLAGS; ok miod@, deraadt@naddy2010-10-031-2/+2
* update for openssl-0.9.8hdjm2008-09-061-47/+93
* missing blowfish testmickey2003-06-161-4/+4
* un-break test; report and test by davidkrausemarkus2003-05-241-90/+90
* remove MDC2; patentsmarkus2002-09-261-7/+1
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-3/+3
* e_os.h is longer installedmarkus2002-09-011-3/+3