index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
perl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-09-11
2
-2
/
+2
*
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
2018-08-15
3
-7
/
+3
*
Add a test for TLSv1.3 fallback
Matt Caswell
2018-08-09
1
-0
/
+2
*
Add a test for unencrypted alert
Matt Caswell
2018-08-08
3
-1
/
+69
*
Add a test for mismatch between key OID and sig alg
Matt Caswell
2018-07-18
1
-3
/
+6
*
Make 'with_fallback' use 'use' instead of 'require'
Richard Levitte
2018-07-10
1
-2
/
+4
*
export data_dir of Test.pm, which was forgotten in #5928
David von Oheimb
2018-06-11
1
-1
/
+1
*
Change the default number of NewSessionTickets we send to 2
Matt Caswell
2018-05-17
1
-0
/
+6
*
Suport TLSv1.3 draft 28
Matt Caswell
2018-05-15
1
-1
/
+1
*
Wait max. 60 seconds for s_client to connect
Bernd Edlinger
2018-04-26
1
-1
/
+1
*
TLSProxy/Proxy.pm: preclude output intermix.
Andy Polyakov
2018-04-18
1
-1
/
+1
*
TLSProxy/Record.pm: add is_fatal_alert method.
Andy Polyakov
2018-04-18
1
-7
/
+15
*
TLSProxy/Proxy.pm: refine NewSessionTicket detection.
Andy Polyakov
2018-04-18
1
-5
/
+14
*
TLSProxy/Message.pm: refine end-of-conversation detection logic.
Andy Polyakov
2018-04-18
1
-2
/
+5
*
TLSProxy/Proxy.pm: straighten inner loop termination logic.
Andy Polyakov
2018-04-14
1
-5
/
+7
*
TLSProxy/Proxy.pm: bind s_server to loopback interface.
Andy Polyakov
2018-04-14
1
-54
/
+60
*
Rework partial packet handling once more
Bernd Edlinger
2018-04-13
2
-2
/
+3
*
TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.
Andy Polyakov
2018-04-13
1
-4
/
+10
*
TLSProxy/Proxy.pm: handle -1 as return value from waitpid.
Andy Polyakov
2018-04-13
1
-6
/
+15
*
OpenSSL::Test: add data_dir()
Richard Levitte
2018-04-11
1
-0
/
+23
*
TLSProxy/Record.pm: remove dead condition and improve readability.
Andy Polyakov
2018-04-08
1
-57
/
+45
*
TLSProxy/Proxy.pm: refine partial packet handling.
Andy Polyakov
2018-04-08
1
-2
/
+3
*
TLSProxy/Proxy.pm: harmonize inner loop with the way sockets are.
Andy Polyakov
2018-04-08
1
-9
/
+20
*
TLSProxy/Proxy.pm: switch to dynamic ports and overhaul.
Andy Polyakov
2018-04-04
1
-139
/
+179
*
Refuse to run test_cipherlist unless shared library matches build
Richard Levitte
2018-03-31
1
-1
/
+28
*
Revert "Temporarily disable some tests that hang"
Matt Caswell
2018-03-28
1
-5
/
+0
*
Temporarily disable some tests that hang
Matt Caswell
2018-03-27
1
-0
/
+5
*
Handle partial messages in TLSProxy
Bernd Edlinger
2018-03-22
2
-13
/
+30
*
In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocol
Richard Levitte
2018-03-19
1
-2
/
+2
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-2
/
+28
*
Update version numbers for TLSv1.3 draft-26
Matt Caswell
2018-03-14
1
-1
/
+1
*
Remove a spurious TLSProxy byte in TLSv1.3
Matt Caswell
2018-02-21
1
-7
/
+1
*
OpenSSL::Test::quotify: put quotes around empty arguments
Richard Levitte
2018-02-19
1
-3
/
+4
*
Update copyright year
Matt Caswell
2018-02-13
3
-3
/
+3
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
2
-1
/
+3
*
Make sure that apps/openssl prefixes its output with '# ' during tests
Richard Levitte
2018-02-01
1
-1
/
+3
*
Add TLSProxy tests for signature_algorithms_cert
Benjamin Kaduk
2018-01-25
1
-0
/
+1
*
Renumber TLSEXT_TYPE_key_share for draft-23
Benjamin Kaduk
2018-01-25
1
-1
/
+1
*
Bump TLS1_3_VERSION_DRAFT for draft-23
Benjamin Kaduk
2018-01-25
1
-1
/
+1
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Create one permanent proxy socket per TLSProxy::Proxy instance
Richard Levitte
2018-01-19
1
-32
/
+33
*
TLSProxy::Proxy: Don't use ReuseAddr on Windows
Richard Levitte
2018-01-18
1
-3
/
+5
*
TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERR
Richard Levitte
2018-01-17
1
-15
/
+0
*
TLSProxy::Proxy: If we don't support IPv6, force IPv4
Richard Levitte
2018-01-17
1
-0
/
+6
*
Extend timeout for TLSProxy
Matt Caswell
2018-01-16
1
-1
/
+1
*
Catch SIGPIPE in TLSProxy::Proxy::clientstart
Bernd Edlinger
2018-01-13
1
-0
/
+1
*
Send supported_versions in an HRR
Matt Caswell
2017-12-14
1
-3
/
+4
*
Update TLSProxy to know about new HRR style
Matt Caswell
2017-12-14
3
-15
/
+23
*
Merge HRR into ServerHello
Matt Caswell
2017-12-14
4
-173
/
+57
*
Send a CCS from the client in a non-early_data handshake
Matt Caswell
2017-12-14
1
-11
/
+13
[next]