summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update PR#3925tls1.3-draft-19Roelof duToit2017-07-141-3/+9
* Retry SSL_read on ERROR_WANT_READ.Roelof duToit2017-07-141-5/+5
* Limit padded record to max plaintextTodd Short2017-05-031-28/+31
* Update the documentation for "Groups" and "Curves"Matt Caswell2017-05-031-8/+36
* Add the -groups option to s_server/s_clientMatt Caswell2017-05-031-4/+7
* Update serverinfo documentation based on feedback receivedMatt Caswell2017-05-031-2/+3
* Clarify serverinfo usage with Certificate messagesMatt Caswell2017-05-032-1/+7
* Document the new SSL_CTX_use_serverinfo_ex() functionMatt Caswell2017-05-031-11/+35
* Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1Matt Caswell2017-05-032-8/+8
* Add a test for CT in TLSv1.3Matt Caswell2017-05-031-19/+25
* Add a SERVERINFOV2 format test fileMatt Caswell2017-05-031-0/+8
* Only send custom extensions where we have received one in the ClientHelloMatt Caswell2017-05-031-5/+4
* Extend the SERVERINFO file format to include an extensions contextMatt Caswell2017-05-034-89/+164
* Added support for ESSCertIDv2Marek Klein2017-05-0318-34/+396
* Update igetest to use the test framework.Pauli2017-05-032-159/+181
* Convert uses of snprintf to BIO_snprintfRich Salz2017-05-021-10/+10
* Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2017-05-022-26/+43
* Fix comment around safari fingerprint checkMatt Caswell2017-05-021-0/+1
* Fix URL links in commentRich Salz2017-05-021-3/+7
* Add some man page cross-referencesRich Salz2017-05-022-5/+12
* Convert danetest, ssl_test_ctx_testRich Salz2017-05-023-328/+173
* TLS1.3 PaddingTodd Short2017-05-0214-7/+340
* Fix time offset calculation.Todd Short2017-05-025-3/+134
* Fix a stack smashRich Salz2017-05-012-162/+207
* Remove duplicates from clang_devteam_warningsBenjamin Kaduk2017-05-011-5/+1
* 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