aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix various no-*s.Ben Laurie2016-08-015-1/+26
* test/smcont.txt: trigger assertion in bio_enc.c.Andy Polyakov2016-07-311-1/+1
* Fix bogus warningsMatt Caswell2016-07-301-1/+1
* Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell2016-07-292-5/+5
* Add some SSL BIO testsMatt Caswell2016-07-291-0/+121
* Add a test for SSL_set_bio()Matt Caswell2016-07-291-3/+122
* Fix no-tls1_2Matt Caswell2016-07-253-4/+5
* Fix no-dtls*Matt Caswell2016-07-251-5/+4
* Fix no-ctMatt Caswell2016-07-251-1/+4
* SSL tests: compress generated output a littleEmilia Kasper2016-07-228-462/+160
* Make boolean SSL test conf values case-insensitiveEmilia Kasper2016-07-222-4/+4
* Test client-side resumptionEmilia Kasper2016-07-219-13/+1352
* SSL test framework: port resumption testsEmilia Kasper2016-07-2020-85/+1330
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-202-2/+2
* Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY2016-07-201-4/+4
* Fix building with no-cmsMatt Caswell2016-07-191-1/+5
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-1916-118/+1399
* Add more session testsMatt Caswell2016-07-192-28/+194
* Use _NO_INST in some build.info filesRichard Levitte2016-07-181-2/+2
* Fix client auth test_ssl_new failures when enabling/disabling protocolsMatt Caswell2016-07-181-0/+1
* Fix SSLv3 ClientAuth alert checkingMatt Caswell2016-07-182-1/+8
* Fix Client Auth testsMatt Caswell2016-07-182-41/+81
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-158-79/+151
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-122-50/+103
* Extend mkcert.sh to support nameConstraints generation and more complexDr. Stephen Henson2016-07-1137-3/+1039
* Platform sanity testRich Salz2016-07-085-25/+72
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-082-0/+8
* Use the SSL_METHODs passed to create_ssl_ctx_pair()Matt Caswell2016-07-011-2/+2
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-011-67/+65
* Re-add x509 and crl fuzzerKurt Roeckx2016-07-011-1/+1
* Run the fuzzing corpora as tests.Ben Laurie2016-07-012-1/+53
* Fix hmac test case 6Kurt Cancemi2016-06-301-2/+2
* Whitespace cleanup in appsFdaSilvaYY2016-06-292-3/+3
* SpellingFdaSilvaYY2016-06-291-1/+1
* SSL test framework: port SNI testsEmilia Kasper2016-06-2812-61/+441
* Add a test for fragmented alertsMatt Caswell2016-06-271-1/+61
* Add a getter to obtain the HMAC_CTX mdMatt Caswell2016-06-241-0/+15
* RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz2016-06-231-0/+19
* Drop extraneous printf argument in mkcert.shViktor Dukhovni2016-06-231-1/+1
* Fix generation of expired CA certificate.Dr. Stephen Henson2016-06-222-2/+4
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-221-1/+6
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-222-26/+0
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-211-8/+18
* Add verification of proxy certs to 25-test_verify.tRichard Levitte2016-06-201-1/+23
* Create some proxy certificatesRichard Levitte2016-06-2012-0/+293
* Make it possible to generate proxy certs with test/certs/mkcert.shRichard Levitte2016-06-202-8/+57
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-12/+27
* Tests should check validation status directlyRob Percival2016-06-201-45/+47
* Test SCT listsRob Percival2016-06-201-23/+30
* Useless includesFdaSilvaYY2016-06-182-6/+0