aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-036-117/+263
* VMS: ignore multiply defined symbols when linking programsRichard Levitte2016-11-031-1/+34
* Explain the deal with internal test programsRichard Levitte2016-11-031-0/+15
* Allow indented comments in build.infoRichard Levitte2016-11-031-1/+1
* Convert poly1305 selftest into internal testRichard Levitte2016-11-034-506/+1743
* test/build.info: typo, $ missingRichard Levitte2016-11-031-1/+1
* conf fuzzer: also check for an empty fileKurt Roeckx2016-11-031-2/+7
* Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell2016-11-021-8/+43
* Link using -znodeleteMatt Caswell2016-11-022-13/+18
* Add a test to dynamically load and unload the librariesMatt Caswell2016-11-023-0/+286
* Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell2016-11-021-0/+31
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-023-3/+32
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-029-1/+102
* Add a CHANGES entry for the unrecognised record type changeMatt Caswell2016-11-021-1/+5
* Add a test for unrecognised record typesMatt Caswell2016-11-022-3/+51
* Fail if an unrecognised record type is receivedMatt Caswell2016-11-021-7/+5
* Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte2016-11-023-3/+0
* Fix link to LibFuzzerSergey Bronnikov2016-11-021-1/+1
* Add a read_ahead testMatt Caswell2016-11-021-3/+23
* Fix read_aheadMatt Caswell2016-11-021-12/+12
* Add documentation for DTLS_get_data_mtu()David Woodhouse2016-11-021-0/+36
* Add test cases for DTLS_get_data_mtu()David Woodhouse2016-11-023-0/+218
* Add unit test for ssl_cipher_get_overhead()David Woodhouse2016-11-023-1/+58
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-025-0/+94
* Fix some style issues in ossltestMatt Caswell2016-11-021-7/+4
* Enable TLSProxy to talk TLS1.3Matt Caswell2016-11-024-16/+29
* Make sure ossltest engine works with TLS1.3Matt Caswell2016-11-021-1/+85
* Convert a big "if" into a "switch"Matt Caswell2016-11-021-10/+21
* Update Configure to know about tls1_3Matt Caswell2016-11-026-1457/+387
* Use ciphersuite id when matching if we've got oneMatt Caswell2016-11-021-0/+2
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-0235-1457/+11486
* TEST_check macro: don't end with semiEmilia Kasper2016-11-021-1/+1
* Secure our notification email.Richard Levitte2016-11-021-2/+1
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-015-1/+28
* [fuzzers] do not fail fuzzers with empty inputMike Aizatsky2016-11-012-4/+14
* Fix grammar-o in CONTRIBUTINGBenjamin Kaduk2016-11-011-1/+1
* Revert "Disable MDC2 by default."Rich Salz2016-11-014-9/+7
* HPUX: Add the forgotten $(DSTDIR) when linking DSOsRichard Levitte2016-11-011-4/+4
* Unix Makefile: Some sed implementation truncate long lines. Use perl instead.Richard Levitte2016-10-311-1/+1
* sha/keccak1600.c: add couple of soft asserts.Andy Polyakov2016-10-311-0/+4
* Disable MDC2 by default.Rich Salz2016-10-314-7/+9
* Mark VC templates correctly.Richard Levitte2016-10-311-0/+2
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-294-45/+45
* Wordsmith INSTALLBenjamin Kaduk2016-10-291-2/+2
* Fix stdio build following BIO size_t workMatt Caswell2016-10-281-0/+4
* Fix more shadowed variable warningsMatt Caswell2016-10-282-19/+19
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-283-35/+42
* Add some sanity checks for BIO_read* and BIO_getsMatt Caswell2016-10-281-1/+11
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-284-32/+33
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-283-17/+17