Sign in
boringssl
/
boringssl.git
/
7e5dd25d47face6deb452823ae4f40c4c7ca375a
/
ssl
/
test
/
runner
/
conn.go
7e5dd25
Remove draft22 and experiment2.
by Steven Valdez
· 7 years ago
3c034b2
Add support for QUIC transport params.
by Nick Harper
· 7 years ago
36fcc4c
Implement Token Binding
by Nick Harper
· 8 years ago
64cc121
Remove deprecated TLS 1.3 variants.
by Steven Valdez
· 7 years ago
650d8c3
Implement TLS 1.3 early exporters.
by David Benjamin
· 7 years ago
7ce2378
runner: Send the right alert for handshake message parsing failures.
by David Benjamin
· 7 years ago
e7c95d9
Run TLS 1.3 tests at all variants and fix bugs.
by David Benjamin
· 7 years ago
e6f30e4
Add tests for post-handshake CCS in draft "22".
by David Benjamin
· 7 years ago
964b237
Implement PR 1091 (TLS 1.3 draft '22').
by Steven Valdez
· 7 years ago
cd8470f
Adding support for draft 21 as a TLS 1.3 variant.
by Steven Valdez
· 7 years ago
ed84291
Revert "Pack encrypted handshake messages together."
by David Benjamin
· 7 years ago
883b546
runner: Check c.hand before changing ciphers.
by David Benjamin
· 7 years ago
75d43b5
Pack encrypted handshake messages together.
by David Benjamin
· 7 years ago
11ac519
Test DTLS record/packet packing more aggressively.
by David Benjamin
· 7 years ago
be165a2
Fix missing TicketMaxEarlyDataInfo in first session ticket.
by Steven Valdez
· 7 years ago
4c7f5fa
Remove old TLS 1.3 variants (NoSessionID and RecordType).
by Steven Valdez
· 7 years ago
c7d4d21
Add experiment without client CCS and fix session ID bug.
by Steven Valdez
· 8 years ago
1682126
Add Experiment 2
by Steven Valdez
· 8 years ago
b0c761e
Tolerate early ChangeCipherSpec in DTLS.
by David Benjamin
· 8 years ago
09ed119
Test that record-splitting splits records.
by David Benjamin
· 8 years ago
dbe0158
Implement ContentType TLS 1.3 variant.
by Steven Valdez
· 8 years ago
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
· 8 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
Next »