summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell
2016-11-02Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-11-02Add a CHANGES entry for the unrecognised record type changeMatt Caswell
2016-11-02Add a test for unrecognised record typesMatt Caswell
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell
2016-11-02Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte
2016-11-02Fix link to LibFuzzerSergey Bronnikov
2016-11-02Add a read_ahead testMatt Caswell
2016-11-02Fix read_aheadMatt Caswell
2016-11-02Add documentation for DTLS_get_data_mtu()David Woodhouse
2016-11-02Add test cases for DTLS_get_data_mtu()David Woodhouse
2016-11-02Add unit test for ssl_cipher_get_overhead()David Woodhouse
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Fix some style issues in ossltestMatt Caswell
2016-11-02Enable TLSProxy to talk TLS1.3Matt Caswell
2016-11-02Make sure ossltest engine works with TLS1.3Matt Caswell
2016-11-02Convert a big "if" into a "switch"Matt Caswell
2016-11-02Update Configure to know about tls1_3Matt Caswell
2016-11-02Use ciphersuite id when matching if we've got oneMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-11-02TEST_check macro: don't end with semiEmilia Kasper
2016-11-02Secure our notification email.Richard Levitte
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short
2016-11-01[fuzzers] do not fail fuzzers with empty inputMike Aizatsky
2016-11-01Fix grammar-o in CONTRIBUTINGBenjamin Kaduk
2016-11-01Revert "Disable MDC2 by default."Rich Salz
2016-11-01HPUX: Add the forgotten $(DSTDIR) when linking DSOsRichard Levitte
2016-10-31Unix Makefile: Some sed implementation truncate long lines. Use perl instead.Richard Levitte
2016-10-31sha/keccak1600.c: add couple of soft asserts.Andy Polyakov
2016-10-31Disable MDC2 by default.Rich Salz
2016-10-31Mark VC templates correctly.Richard Levitte
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk
2016-10-29Wordsmith INSTALLBenjamin Kaduk
2016-10-28Fix stdio build following BIO size_t workMatt Caswell
2016-10-28Fix more shadowed variable warningsMatt Caswell
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell
2016-10-28Fix a shadowed variable declaration warningMatt Caswell
2016-10-28Fix some bogus uninit variable warningsMatt Caswell
2016-10-28Document the new BIO functions introduced as part of the size_t workMatt Caswell
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-28Fix a double free in ca command lineMatt Caswell