index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PR#3925
tls1.3-draft-19
Roelof duToit
2017-07-14
1
-3
/
+9
*
Retry SSL_read on ERROR_WANT_READ.
Roelof duToit
2017-07-14
1
-5
/
+5
*
Limit padded record to max plaintext
Todd Short
2017-05-03
1
-28
/
+31
*
Update the documentation for "Groups" and "Curves"
Matt Caswell
2017-05-03
1
-8
/
+36
*
Add the -groups option to s_server/s_client
Matt Caswell
2017-05-03
1
-4
/
+7
*
Update serverinfo documentation based on feedback received
Matt Caswell
2017-05-03
1
-2
/
+3
*
Clarify serverinfo usage with Certificate messages
Matt Caswell
2017-05-03
2
-1
/
+7
*
Document the new SSL_CTX_use_serverinfo_ex() function
Matt Caswell
2017-05-03
1
-11
/
+35
*
Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
Matt Caswell
2017-05-03
2
-8
/
+8
*
Add a test for CT in TLSv1.3
Matt Caswell
2017-05-03
1
-19
/
+25
*
Add a SERVERINFOV2 format test file
Matt Caswell
2017-05-03
1
-0
/
+8
*
Only send custom extensions where we have received one in the ClientHello
Matt Caswell
2017-05-03
1
-5
/
+4
*
Extend the SERVERINFO file format to include an extensions context
Matt Caswell
2017-05-03
4
-89
/
+164
*
Added support for ESSCertIDv2
Marek Klein
2017-05-03
18
-34
/
+396
*
Update igetest to use the test framework.
Pauli
2017-05-03
2
-159
/
+181
*
Convert uses of snprintf to BIO_snprintf
Rich Salz
2017-05-02
1
-10
/
+10
*
Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME
Matt Caswell
2017-05-02
2
-26
/
+43
*
Fix comment around safari fingerprint check
Matt Caswell
2017-05-02
1
-0
/
+1
*
Fix URL links in comment
Rich Salz
2017-05-02
1
-3
/
+7
*
Add some man page cross-references
Rich Salz
2017-05-02
2
-5
/
+12
*
Convert danetest, ssl_test_ctx_test
Rich Salz
2017-05-02
3
-328
/
+173
*
TLS1.3 Padding
Todd Short
2017-05-02
14
-7
/
+340
*
Fix time offset calculation.
Todd Short
2017-05-02
5
-3
/
+134
*
Fix a stack smash
Rich Salz
2017-05-01
2
-162
/
+207
*
Remove duplicates from clang_devteam_warnings
Benjamin Kaduk
2017-05-01
1
-5
/
+1
*
Address some -Wold-style-declaration warnings
Benjamin Kaduk
2017-05-01
6
-22
/
+22
*
Add -Wextra to gcc devteam warnings
Benjamin Kaduk
2017-05-01
1
-0
/
+3
*
test/asn1_encode_test.c: test "next negative minimum" corner case.
Andy Polyakov
2017-04-30
1
-0
/
+10
*
asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.
Andy Polyakov
2017-04-30
1
-3
/
+14
*
Check fflush on BIO_ctrl call
Rich Salz
2017-04-28
3
-4
/
+11
*
Update the pyca-cryptography submodule to version 1.8.1
Richard Levitte
2017-04-28
1
-0
/
+0
*
Ensure blank lines between tests.
Rich Salz
2017-04-28
1
-12
/
+161
*
Refactor crltest.c to separate the test cases into individual functions.
Pauli
2017-04-28
1
-90
/
+84
*
testutil: Remove test_puts_std{out,err}, they are superfluous
Richard Levitte
2017-04-28
5
-41
/
+7
*
testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errors
Richard Levitte
2017-04-28
6
-9
/
+31
*
testutil: Add commodity printing functions test_printf_std{out,err}
Richard Levitte
2017-04-28
5
-37
/
+59
*
testutil: make subtest_level() internal
Richard Levitte
2017-04-28
4
-3
/
+12
*
testutil: Move printing function declarations to "internal" header
Richard Levitte
2017-04-28
7
-17
/
+36
*
Add checks on return code when applying some settings.
FdaSilvaYY
2017-04-28
2
-75
/
+40
*
Output prog name within error message
FdaSilvaYY
2017-04-28
2
-6
/
+6
*
Add a 'max_send_frag' option to configure maximum size of send fragments
FdaSilvaYY
2017-04-28
4
-11
/
+64
*
Fix s_client when no-dtls
Todd Short
2017-04-28
1
-0
/
+2
*
Fix a pedantic gcc-7 warning.
Bernd Edlinger
2017-04-28
1
-1
/
+1
*
TLSProxy: When in debug mode, show the exact subprocess commands
Richard Levitte
2017-04-28
1
-0
/
+6
*
Remove (broken) diagnostic print
Rich Salz
2017-04-27
1
-6
/
+0
*
fuzz/{client,server}.c: omit _time64 "overload method".
Andy Polyakov
2017-04-27
2
-16
/
+12
*
Ensure s_client sends an SNI extension by default
Matt Caswell
2017-04-27
6
-18
/
+58
*
Add parentheses on public macros where appropriate.
Bernd Edlinger
2017-04-27
11
-147
/
+168
*
Remove unnecessary loop in pkey_rsa_decrypt.
Bernd Edlinger
2017-04-26
1
-7
/
+2
*
Fix ISO C function/object pointer issue
Rich Salz
2017-04-26
1
-12
/
+12
[next]