Sign in
boringssl
/
boringssl.git
/
09feb0f3d95a2bc58ce0faaf14256d3bd30f52a4
/
ssl
/
test
/
bssl_shim.cc
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
60edffd
Change SignatureAndHashAlgorithm to SignatureScheme in Go.
by Nick Harper
· 9 years ago
9e68f19
Add SSL_get_curve_id and SSL_get_dhe_group_size.
by David Benjamin
· 9 years ago
1fd39d8
Add TLS 1.3 record layer to go implementation.
by Nick Harper
· 9 years ago
6278e24
shim: fix var unused when asserts compiled out
by Matt Braithwaite
· 9 years ago
a353cdb
Wrap MSVC-only warning pragmas in a macro.
by David Benjamin
· 9 years ago
82d0ffb
Use the new setter for CurrentTimeCallback in bssl_shim.
by David Benjamin
· 9 years ago
585d7a4
Test both synchronous and asynchronous DTLS retransmit.
by David Benjamin
· 9 years ago
053931e
CECPQ1: change from named curve to ciphersuite.
by Matt Braithwaite
· 9 years ago
4f94b1c
Adding TLS 1.3 constants.
by Steven Valdez
· 9 years ago
7e7a82d
Rename GetConfigPtr to GetTestConfig.
by David Benjamin
· 9 years ago
e25775b
Elliptic curve + post-quantum key exchange
by Matt Braithwaite
· 9 years ago
376a0fe
Adding a method to change the initial DTLS retransmission timer value.
by Taylor Brandstetter
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
b7c5e84
Fix some malloc test failures.
by David Benjamin
· 9 years ago
594e7d2
Add a test that declining ALPN works.
by David Benjamin
· 9 years ago
acb6dcc
Add tests for the old client cert callback.
by David Benjamin
· 9 years ago
ad004af
Rename NID_x25519 to NID_X25519.
by David Benjamin
· 9 years ago
ff3a149
Ensure runner notices post-main stderr output.
by David Benjamin
· 9 years ago
e66148a
Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed.
by David Benjamin
· 9 years ago
4cc36ad
Make it possible to tell what curve was used on the server.
by David Benjamin
· 9 years ago
4298d77
Implement draft-ietf-tls-curve25519-01 in C.
by David Benjamin
· 9 years ago
64d9250
Completely remove P-224 from the TLS stack.
by David Benjamin
· 9 years ago
8c2b3bf
Test all supported curves (including those off by default).
by David Benjamin
· 9 years ago
0abd6f2
Get struct timeval from sys/time.h.
by David Benjamin
· 9 years ago
e9cddb8
Remove SSL_OP_LEGACY_SERVER_CONNECT.
by David Benjamin
· 9 years ago
03f0005
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.
by David Benjamin
· 9 years ago
ef5e515
Remove SSL_OP_TLS_D5_BUG.
by David Benjamin
· 9 years ago
2205093
Add a comment in SetTestState from bssl_shim.
by David Benjamin
· 9 years ago
c4f25ce
Work around yaSSL bug.
by Adam Langley
· 9 years ago
version_for_cocoapods_1.0
758d127
Add get0 getters for EVP_PKEY.
by David Benjamin
· 9 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
99fdfb9
Move curve check out of tls12_check_peer_sigalg.
by David Benjamin
· 9 years ago
6e80765
Add SSL_get_server_key_exchange_hash.
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
3398dbf
Add server-side support for asynchronous RSA decryption.
by nagendra modadugu
· 10 years ago
091c4b9
Add an option to disable NPN on a per-SSL basis.
by David Benjamin
· 9 years ago
7a1eefd
Deprecate SSL_library_init.
by David Benjamin
· 9 years ago
dd6fed9
Explicitly handle empty NewSessionTickets on the client.
by David Benjamin
· 9 years ago
d4c2bce
Document early callback functions.
by David Benjamin
· 9 years ago
1d5ef3b
Add SSL_set_renegotiate_mode.
by David Benjamin
· 9 years ago
324dce4
Unbreak SSL_total_renegotiations.
by David Benjamin
· 9 years ago
67251f2
Use |strtok| rather than |strtok_r|.
by Adam Langley
· 10 years ago
0d62f26
Adding more options for signing digest fallback.
by Steven Valdez
· 10 years ago
4fac72e
Add server-side support for Signed Certificate Timestamps.
by Paul Lietar
· 10 years ago
a0a8dc2
Move large stack buffer in bssl_shim to heap.
by Adam Langley
· 10 years ago
8f1c268
Wait for CertificateStatus message to verify certificate.
by Paul Lietar
· 10 years ago
cef7583
Add cipher suite settings for TLS ≥ 1.0.
by Adam Langley
· 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
aeeff2c
Server-side OCSP stapling support.
by Paul Lietar
· 10 years ago
7591064
Promote SSL_get0_certificate_types to a proper function.
by David Benjamin
· 10 years ago
c5b23a1
Work around MSVC's limitations.
by Adam Langley
· 10 years ago
601448a
Add server-side support for asynchronous signing.
by nagendra modadugu
· 10 years ago
0950563
Implement custom extensions.
by Adam Langley
· 10 years ago
33ad2b5
Tidy up extensions stuff and drop fastradio support.
by Adam Langley
· 10 years ago
49c7af1
Convert the Channel ID extension to the new system.
by Adam Langley
· 10 years ago
5021b22
Convert the renegotiation extension to the new system.
by Adam Langley
· 10 years ago
d98452d
Add a test for the ticket callback.
by David Benjamin
· 10 years ago
bc94929
bssl_shim: move large buffer to heap.
by Adam Langley
· 10 years ago
ba4594a
Don't put sessions from renegotiations in the cache.
by David Benjamin
· 10 years ago
91eab5c
Move all the bssl_shim handshake checks to their own function.
by David Benjamin
· 10 years ago
b4d65fd
Implement asynchronous private key operations for client auth.
by David Benjamin
· 10 years ago
680ca96
Preserve session->sess_cert on ticket renewal.
by David Benjamin
· 10 years ago
af0e32c
Add SSL_get_tls_unique.
by Adam Langley
· 10 years ago
44d3eed
Forbid caller-initiated renegotiations and all renego as a servers.
by David Benjamin
· 10 years ago
9a41d1b
Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries.
by David Benjamin
· 10 years ago
cff0b90
Add client-side tests for renegotiation_info enforcement.
by David Benjamin
· 10 years ago
a07c0fc
Fix SSL_get_current_cipher.
by David Benjamin
· 10 years ago
897e5e0
Default renegotiations to off.
by David Benjamin
· 10 years ago
4d2e7ce
Remove OPENSSL_timeval.
by David Benjamin
· 10 years ago
8c24980
Promote all dtls1_ctrl hooks to functions.
by David Benjamin
· 10 years ago
dd97878
Always enable ecdh_auto.
by David Benjamin
· 10 years ago
b16346b
Add SSL_set_reject_peer_renegotiations.
by David Benjamin
· 10 years ago
83a8298
Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.
by Brian Smith
· 10 years ago
ff9c74f
Fix bssl_shim build in MSVC.
by David Benjamin
· 10 years ago
c565ebb
Add tests for SSL_export_keying_material.
by David Benjamin
· 10 years ago
6c2563e
Refactor async logic in bssl_shim slightly.
by David Benjamin
· 10 years ago
87e4acd
Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start.
by David Benjamin
· 10 years ago
45fb1be
Remove std::unique_ptr dependency on bssl_shim's scoped types.
by David Benjamin
· 10 years ago
3e71931
Lowercase some Windows headers.
by Adam Langley
· 10 years ago
0d4db50
Use C++11 inline initialization.
by David Benjamin
· 10 years ago
67d1fb5
Test that client cipher preferences are enforced.
by David Benjamin
· 10 years ago
8b36841
Minor formatting fixes.
by David Benjamin
· 10 years ago
524e717
Add a callback for DDoS protection.
by Adam Langley
· 10 years ago
6f5c0f4
Add tests for installing the certificate on the early callback.
by David Benjamin
· 10 years ago
87c8a64
Use TCP sockets rather than socketpairs in the SSL tests.
by David Benjamin
· 10 years ago
5f0efe0
Use SSL_MODE_SEND_FALLBACK_SCSV.
by Adam Langley
· 10 years ago
40f101b
Return bool from C++ functions in bssl_shim.
by David Benjamin
· 10 years ago
9d0847a
Add some missing error failure checks.
by David Benjamin
· 10 years ago
ed7c475
Rename cutthrough to False Start.
by David Benjamin
· 10 years ago
a54e2e8
Remove server-side HelloVerifyRequest support.
by David Benjamin
· 10 years ago
2d445c0
Don't use a global for early_callback_called.
by David Benjamin
· 10 years ago
c273d2c
Use just one style for the shim.
by David Benjamin
· 10 years ago
1b8b691
Test asynchronous session lookup.
by David Benjamin
· 10 years ago
41fdbcd
Test asynchronous cert_cb behavior.
by David Benjamin
· 10 years ago
d9e0701
Test async channel ID callback.
by David Benjamin
· 10 years ago
a7f333d
RAII bssl_shim.
by David Benjamin
· 10 years ago
e0e7d0d
Initialize the record buffers after the handshake check.
by David Benjamin
· 10 years ago
Next »