aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-016-22/+22
* Add -Wextra to gcc devteam warningsBenjamin Kaduk2017-05-011-0/+3
* test/asn1_encode_test.c: test "next negative minimum" corner case.Andy Polyakov2017-04-301-0/+10
* asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov2017-04-301-3/+14
* Check fflush on BIO_ctrl callRich Salz2017-04-283-4/+11
* Update the pyca-cryptography submodule to version 1.8.1Richard Levitte2017-04-281-0/+0
* Ensure blank lines between tests.Rich Salz2017-04-281-12/+161
* Refactor crltest.c to separate the test cases into individual functions.Pauli2017-04-281-90/+84
* testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte2017-04-285-41/+7
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-286-9/+31
* testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte2017-04-285-37/+59
* testutil: make subtest_level() internalRichard Levitte2017-04-284-3/+12
* testutil: Move printing function declarations to "internal" headerRichard Levitte2017-04-287-17/+36
* Add checks on return code when applying some settings.FdaSilvaYY2017-04-282-75/+40
* Output prog name within error messageFdaSilvaYY2017-04-282-6/+6
* Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY2017-04-284-11/+64
* Fix s_client when no-dtlsTodd Short2017-04-281-0/+2
* Fix a pedantic gcc-7 warning.Bernd Edlinger2017-04-281-1/+1
* TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte2017-04-281-0/+6
* Remove (broken) diagnostic printRich Salz2017-04-271-6/+0
* fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov2017-04-272-16/+12
* Ensure s_client sends an SNI extension by defaultMatt Caswell2017-04-276-18/+58
* Add parentheses on public macros where appropriate.Bernd Edlinger2017-04-2711-147/+168
* Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger2017-04-261-7/+2
* Fix ISO C function/object pointer issueRich Salz2017-04-261-12/+12
* Convert sslapitest to test frameworkRich Salz2017-04-261-1071/+558
* Convert bntest to TEST_ frameworkRich Salz2017-04-262-746/+582
* Return success in custom_ext_parse_old_cb_wrap if parse_cb is NULLGraham Edgecombe2017-04-261-0/+3
* Convert dtls_mtu_test, dtlsv1listentestRich Salz2017-04-265-289/+182
* Fix no-ecDr. Stephen Henson2017-04-261-0/+2
* Don't treat PACKET_remaining() as booleanTatsuhiro Tsujikawa2017-04-262-6/+6
* Break before && operatorTatsuhiro Tsujikawa2017-04-261-5/+5
* Call init and finalization functions per extension messageTatsuhiro Tsujikawa2017-04-264-46/+56
* Clarify that SSL_CTX_remove_session() marks a session as non-resumableMatt Caswell2017-04-262-3/+4
* More SSL_SESSION documentation tweaks based on feedbackMatt Caswell2017-04-262-3/+3
* Tweak SSL_get_session.pod wordingMatt Caswell2017-04-261-13/+13
* Always duplicate the session on NewSessionTicket in TLSv1.3Matt Caswell2017-04-261-1/+9
* Documentation updates for TLSv1.3 sessionsMatt Caswell2017-04-263-2/+75
* Add support for SSL_SESSION_is_resumable()Matt Caswell2017-04-264-13/+21
* Remove TLS1.3 TODO around testing for session id lengthMatt Caswell2017-04-261-1/+0
* Fix unit-tests when no-srp configuredRich Salz2017-04-261-10/+7
* Convert modular exponentiation tests to new frameworkRich Salz2017-04-262-161/+110
* Add tests for version/ciphersuite sanity checksMatt Caswell2017-04-261-0/+31
* Add a ciphersuite config sanity check for serversMatt Caswell2017-04-268-84/+124
* Add a ciphersuite config sanity check for clientsMatt Caswell2017-04-269-15/+69
* Don't overwrite the alert value if there is no alert to sendMatt Caswell2017-04-261-21/+21
* evp_test.c: Add PrivPubKeyPair testsRich Salz2017-04-252-0/+1919
* test: don't make it more complicated than necessary.Andy Polyakov2017-04-252-31/+11
* make updateDr. Stephen Henson2017-04-251-0/+3
* Update documentationDr. Stephen Henson2017-04-251-1/+32