summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-07-14Update PR#3925tls1.3-draft-19Roelof duToit
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit
2017-05-03Limit padded record to max plaintextTodd Short
2017-05-03Update the documentation for "Groups" and "Curves"Matt Caswell
2017-05-03Add the -groups option to s_server/s_clientMatt Caswell
2017-05-03Update serverinfo documentation based on feedback receivedMatt Caswell
2017-05-03Clarify serverinfo usage with Certificate messagesMatt Caswell
2017-05-03Document the new SSL_CTX_use_serverinfo_ex() functionMatt Caswell
2017-05-03Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1Matt Caswell
2017-05-03Add a test for CT in TLSv1.3Matt Caswell
2017-05-03Add a SERVERINFOV2 format test fileMatt Caswell
2017-05-03Only send custom extensions where we have received one in the ClientHelloMatt Caswell
2017-05-03Extend the SERVERINFO file format to include an extensions contextMatt Caswell
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-05-03Update igetest to use the test framework.Pauli
2017-05-02Convert uses of snprintf to BIO_snprintfRich Salz
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-05-02Fix comment around safari fingerprint checkMatt Caswell
2017-05-02Fix URL links in commentRich Salz
2017-05-02Add some man page cross-referencesRich Salz
2017-05-02Convert danetest, ssl_test_ctx_testRich Salz
2017-05-02TLS1.3 PaddingTodd Short
2017-05-02Fix time offset calculation.Todd Short
2017-05-01Fix a stack smashRich Salz
2017-05-01Remove duplicates from clang_devteam_warningsBenjamin Kaduk
2017-05-01Address some -Wold-style-declaration warningsBenjamin Kaduk
2017-05-01Add -Wextra to gcc devteam warningsBenjamin Kaduk
2017-04-30test/asn1_encode_test.c: test "next negative minimum" corner case.Andy Polyakov
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-28Update the pyca-cryptography submodule to version 1.8.1Richard Levitte
2017-04-28Ensure blank lines between tests.Rich Salz
2017-04-28Refactor crltest.c to separate the test cases into individual functions.Pauli
2017-04-28testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte
2017-04-28testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte
2017-04-28testutil: make subtest_level() internalRichard Levitte
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte
2017-04-28Add checks on return code when applying some settings.FdaSilvaYY
2017-04-28Output prog name within error messageFdaSilvaYY
2017-04-28Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY
2017-04-28Fix s_client when no-dtlsTodd Short
2017-04-28Fix a pedantic gcc-7 warning.Bernd Edlinger
2017-04-28TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte
2017-04-27Remove (broken) diagnostic printRich Salz
2017-04-27fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov
2017-04-27Ensure s_client sends an SNI extension by defaultMatt Caswell
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-04-26Fix ISO C function/object pointer issueRich Salz