Sign in
boringssl
/
boringssl.git
/
520e1220bb7557b491627ebbef96ce2d3a0c6368
/
ssl
/
test
/
runner
/
conn.go
520e122
Implement experimental alternate encoding of TLS 1.3.
by Steven Valdez
· 8 years ago
a818134
Simplify ChangeCipherSpec code in runner.
by David Benjamin
· 8 years ago
c94998a
Revise version negotiation on the Go half.
by Steven Valdez
· 8 years ago
e831a81
Adding support for sending early data on the client.
by Steven Valdez
· 8 years ago
bbba939
Acknowledge KeyUpdate messages.
by David Benjamin
· 8 years ago
ebacdee
Add SendServerHelloAsHelloRetryRequest test.
by David Benjamin
· 8 years ago
794cc59
Send half-RTT tickets when negotiating 0-RTT.
by David Benjamin
· 8 years ago
2d85062
Add Data-less Zero-RTT support.
by Steven Valdez
· 8 years ago
924a352
Remove experimental TLS 1.3 short record header extension.
by Steven Valdez
· 8 years ago
ab20cec
Read 0-RTT data in Bogo.
by Nick Harper
· 8 years ago
f2511f1
Send 0-RTT data in bogo.
by Nick Harper
· 8 years ago
17b3083
Use a separate timeout scheme for TLS 1.3.
by David Benjamin
· 8 years ago
7cd0a97
Bogo: Send and receive 0.5-RTT data.
by Nick Harper
· 8 years ago
47383aa
Skip over early data in bogo.
by Nick Harper
· 8 years ago
e3fbb36
Test SSL_set_max_send_fragment.
by David Benjamin
· 8 years ago
9c33ae8
Fix TLS 1.3 NewSessionTicket processing.
by David Benjamin
· 8 years ago
08b65f4
Enabling 0-RTT on new Session Tickets.
by Steven Valdez
· 8 years ago
053fee9
Enforce the SSL 3.0 no_certificate alert in tests.
by David Benjamin
· 8 years ago
6f600d6
Add experimental TLS 1.3 short record header extension.
by David Benjamin
· 8 years ago
a4ee74d
Skipping early data on 0RTT rejection.
by Steven Valdez
· 8 years ago
a833c35
Update to TLS 1.3 draft 18.
by Steven Valdez
· 8 years ago
e6f2221
Enforce record-layer version numbers.
by David Benjamin
· 8 years ago
c4aa727
Updating Key Schedule and KeyUpdate to draft 16.
by Steven Valdez
· 8 years ago
1286bee
Test that unknown TLS 1.3 ticket extensions are tolerated.
by David Benjamin
· 8 years ago
1a5e8ec
Apply GREASE to TLS 1.3 tickets.
by David Benjamin
· 8 years ago
5b98608
Updating NewSessionTicket message and updating PSK to Draft 15.
by Steven Valdez
· 9 years ago
7f0965a
Check versions before trying to send KeyUpdate.
by David Benjamin
· 9 years ago
7a4aaa4
Fix TLS 1.3 fuzzer mode in Go.
by David Benjamin
· 9 years ago
639846e
Add tests for trailing data in handshake messages.
by David Benjamin
· 9 years ago
0b3625b
Add support for TLS 1.3 PSK resumption in Go.
by Nick Harper
· 9 years ago
1dc53d2
Adding handling for KeyUpdate post-handshake message.
by Steven Valdez
· 9 years ago
4792110
Forbid interleaving app data in a HelloRequest.
by David Benjamin
· 9 years ago
21c0028
Implement KeyUpdate in Go.
by David Benjamin
· 9 years ago
d5a4ecb
Support accepting TLS 1.3 tickets on the Go client.
by David Benjamin
· 9 years ago
5810488
Add support for sending TLS 1.3 tickets in Go.
by David Benjamin
· 9 years ago
12d2c48
Add a packed renegotiation test.
by David Benjamin
· 9 years ago
5440fe0
Adding HelloRetryRequest.
by Steven Valdez
· 9 years ago
dcfbc67
Implement HelloRetryRequest in Go.
by Nick Harper
· 9 years ago
8d315d7
Remove enableTLS13Handshake.
by David Benjamin
· 9 years ago
0b8d5da
Add much more aggressive WrongMessageType tests.
by David Benjamin
· 9 years ago
97a0a08
Implement exporters for TLS 1.3 in Go.
by David Benjamin
· 9 years ago
71dd666
Test that stray HelloRequests during the handshake are ignored.
by David Benjamin
· 9 years ago
b41d2e4
Implement basic TLS 1.3 client handshake in Go.
by Nick Harper
· 9 years ago
582ba04
Add tests for packed handshake records in TLS.
by David Benjamin
· 9 years ago
ff26f09
Fix c.in.decrypt error handling in runner.
by David Benjamin
· 9 years ago
24599a8
Rename EncryptedExtensions in Go in preparation for TLS 1.3.
by David Benjamin
· 9 years ago
60edffd
Change SignatureAndHashAlgorithm to SignatureScheme in Go.
by Nick Harper
· 9 years ago
c9ae27c
Build up TLS 1.3 record-layer tests.
by David Benjamin
· 9 years ago
bde0039
Stop messing with ssl->version before sending protocol_version.
by David Benjamin
· 9 years ago
1fd39d8
Add TLS 1.3 record layer to go implementation.
by Nick Harper
· 9 years ago
4d55961
Unflake Unclean-Shutdown-Alert on Windows.
by David Benjamin
· 9 years ago
fa214e4
Tidy up shutdown state.
by David Benjamin
· 9 years ago
0d3a8c6
Don't allow alert records with multiple alerts.
by David Benjamin
· 9 years ago
0b7ca7d
Add tests for doing client auth with no certificates.
by David Benjamin
· 9 years ago
f2b8363
Fix the tests for the fuzzer mode.
by David Benjamin
· 9 years ago
ef5dfd2
Add tests for malformed HelloRequests.
by David Benjamin
· 9 years ago
3e052de
Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.
by David Benjamin
· 9 years ago
27a0d08
Add ssl_renegotiate_ignore.
by Adam Langley
· 9 years ago
13e81fc
Fix DTLS asynchronous write handling.
by David Benjamin
· 9 years ago
dc7e9c4
Make the runner tests a go “test”
by Adam Langley
· 10 years ago
0d62f26
Adding more options for signing digest fallback.
by Steven Valdez
· 10 years ago
af09675
Restore the NULL-SHA ciphersuite. (Alas.)
by Matt Braithwaite
· 10 years ago
4fac72e
Add server-side support for Signed Certificate Timestamps.
by Paul Lietar
· 10 years ago
2c99d28
Fix buffer size computation.
by David Benjamin
· 10 years ago
30789da
Add tests for bidirectional shutdown.
by David Benjamin
· 10 years ago
6ca9355
runner: check bounds on packets in skipPacket.
by David Benjamin
· 10 years ago
4cf369b
Reject empty records of unexpected type.
by David Benjamin
· 10 years ago
8e6db49
Add more aggressive DTLS replay tests.
by David Benjamin
· 10 years ago
24f346d
Limit the number of warning alerts silently consumed.
by David Benjamin
· 10 years ago
a8ebe22
Add tests for empty record limit and make it work in the async case.
by David Benjamin
· 10 years ago
af0e32c
Add SSL_get_tls_unique.
by Adam Langley
· 10 years ago
9a41d1b
Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries.
by David Benjamin
· 10 years ago
e9a80ff
Add tests for CHACHA20_POLY1305 ciphers.
by David Benjamin
· 10 years ago
c565ebb
Add tests for SSL_export_keying_material.
by David Benjamin
· 10 years ago
340d5ed
Test that warning alerts are ignored.
by David Benjamin
· 10 years ago
3fd1fbd
Add test coverage for normal alert parsing.
by David Benjamin
· 10 years ago
ddb9f15
Reject all invalid records.
by David Benjamin
· 10 years ago
b3774b9
Add initial handshake reassembly tests.
by David Benjamin
· 10 years ago
83f9040
Add DTLS timeout and retransmit tests.
by David Benjamin
· 10 years ago
d9b091b
Revert "Drop retransmits in DTLS tests."
by David Benjamin
· 10 years ago
c67a3ae
Drop retransmits in DTLS tests.
by David Benjamin
· 10 years ago
1e29a6b
Add assertions on the initial record version number.
by David Benjamin
· 10 years ago
c44b1df
Add test for renego client_version quirk.
by David Benjamin
· 10 years ago
ca6c826
Add DTLS-SRTP tests.
by David Benjamin
· 10 years ago
4cd8c43
Remove support for processing fragmented alerts
by Alex Chernyakhovsky
· 10 years ago
5e961c1
Add DTLS replay tests.
by David Benjamin
· 10 years ago
cf2d4f4
Test renegotiation with BoringSSL as the client.
by Adam Langley
· 10 years ago
2ae77d2
Test server-side renegotiation.
by Adam Langley
· 10 years ago
7571292
Extended master secret support.
by Adam Langley
· 10 years ago
fc7b086
Test that ALPN is preferred over NPN.
by David Benjamin
· 11 years ago
e58c4f5
Add a test to ensure False Start occurs.
by David Benjamin
· 11 years ago
d30a990
Implement TLS Channel ID in runner.go
by David Benjamin
· 11 years ago
83c0bc9
Test-only DTLS implementation in runner.go.
by David Benjamin
· 11 years ago
9821454
Add tests for CVE-2014-3511.
by David Benjamin
· 11 years ago
43ec06f
Test state machine asynchronous behavior.
by David Benjamin
· 11 years ago
d86c767
Add a test to assert parsing V2ClientHellos works.
by David Benjamin
· 11 years ago
80842bd
Fix test of first of 255 CBC padding bytes.
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago