Sign in
boringssl
/
boringssl.git
/
21cb0744bb7210443cd3c40b98768ab4eacdf4f7
/
ssl
01f8a8c
Convert stack.h to use inline functions.
by David Benjamin
· 8 years ago
d55bd79
Fix SSL_COMP_get_compression_methods type signature.
by David Benjamin
· 8 years ago
48b6b8f
Add SSL_CIPHER_has_SHA384_HMAC.
by Alessandro Ghedini
· 8 years ago
873ebc9
Improve TestConfig flags for initial and resumption connections.
by Steven Valdez
· 8 years ago
93731d9
Remove old SSL min/max version functions.
by David Benjamin
· 8 years ago
4d1f4ba
Timeout the shim on Accept and Wait.
by David Benjamin
· 8 years ago
2997589
Unwind DHE support from BoGo.
by David Benjamin
· 8 years ago
c88f245
Don't print message when waiting for urandom entropy.
by Adam Langley
· 8 years ago
321fcdc
Convert default version tests in ssl_test.
by David Benjamin
· 8 years ago
e11726a
Properly convert more of ssl_test.
by David Benjamin
· 8 years ago
a365138
Factor out the default signature algorithm logic.
by David Benjamin
· 8 years ago
4b65693
Make runner ignore entropy warnings.
by Adam Langley
· 8 years ago
de254b4
Enforce max_early_data_size on the server.
by Alessandro Ghedini
· 8 years ago
71c21b4
Add SSL_CTX_set_verify_algorithm_prefs.
by David Benjamin
· 8 years ago
96bc12a
Remove includeDHE from runner.go.
by David Benjamin
· 8 years ago
11fa703
Remove the last remnants of key_exchange_info.
by David Benjamin
· 8 years ago
7e06de5
Really remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
3cfeb95
Disable SSLv3 by default.
by David Benjamin
· 8 years ago
bbba939
Acknowledge KeyUpdate messages.
by David Benjamin
· 8 years ago
ebacdee
Add SendServerHelloAsHelloRetryRequest test.
by David Benjamin
· 8 years ago
d3bca04
Remove a batch of f_errs.
by David Benjamin
· 8 years ago
6952211
Support Ed25519 in TLS.
by David Benjamin
· 8 years ago
0aef168
Comment typo fix: 1024 bits is too small, not too large.
by Adam Langley
· 8 years ago
d768c5d
Support Ed25519 keys in BoGo.
by David Benjamin
· 8 years ago
e1d18a7
Vendor a copy of golang.org/x/crypto/ed25519.
by David Benjamin
· 8 years ago
cc17c24
Stop pretending RSA and ECDSA sigalgs are configurable.
by David Benjamin
· 8 years ago
6114c3c
Clean up signature algorithm logic.
by David Benjamin
· 8 years ago
a232a71
Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len.
by David Benjamin
· 8 years ago
bf833c3
Rename hs->public_key.
by David Benjamin
· 8 years ago
76feb1f
Convert ssl_privkey.c to message-based signing APIs.
by David Benjamin
· 8 years ago
c8ff30c
Add an option to allow unknown ALPN protocols.
by David Benjamin
· 8 years ago
chromium-3071
67bb45f
Support enabling early data on SSL
by Alessandro Ghedini
· 8 years ago
ebcb5be
Sync vendored copies of Go poly1305 and curve25519.
by David Benjamin
· 8 years ago
0c05c37
Update fuzzer exclusions.
by David Benjamin
· 8 years ago
6bb507b
Add missing tests for the Channel ID / 0-RTT interaction.
by David Benjamin
· 8 years ago
f368c73
Fix fuzzer excludes.
by Steven Valdez
· 8 years ago
764ab98
Support and test P-224 certificates.
by Adam Langley
· 8 years ago
a0ba400
Add cipher asserts for read/write app data.
by Steven Valdez
· 8 years ago
ccbb165
Tidy up ssl3_choose_cipher.
by David Benjamin
· 8 years ago
8c26d75
Test the behavior of running SSL_do_handshake twice in a row.
by David Benjamin
· 8 years ago
0f5d7d3
Just allocate what's needed for SSL write buffers.
by David Benjamin
· 8 years ago
bbfe603
Clean up end_of_early_data processing.
by David Benjamin
· 8 years ago
681eb6a
Adding support for receiving early data on the server.
by Steven Valdez
· 8 years ago
32c8927
Add a test for missing end_of_early_data.
by David Benjamin
· 8 years ago
065d733
Test ticket age skew when resuming a resumed session.
by David Benjamin
· 8 years ago
2a07072
Prevent Channel ID and Custom Extensions on 0-RTT.
by Steven Valdez
· 8 years ago
246eeee
Make RI on TLS 1.3 alert with ILLEGAL_PARAMETER.
by Steven Valdez
· 8 years ago
794cc59
Send half-RTT tickets when negotiating 0-RTT.
by David Benjamin
· 8 years ago
3cb1246
Remove session_tickets_sent.
by David Benjamin
· 8 years ago
4784b99
Use set_{accept,connect}_state + do_handshake in bssl_shim.
by David Benjamin
· 8 years ago
7d2dbc3
Add a comment around the set_{min,max}_version logic.
by David Benjamin
· 8 years ago
e3843d4
Run all state machine coverage tests on implicit handshake.
by David Benjamin
· 8 years ago
bbf4246
Add a test that ALPN is rejected on renegotiation.
by David Benjamin
· 8 years ago
2d85062
Add Data-less Zero-RTT support.
by Steven Valdez
· 8 years ago
57e81e6
Name |select_certificate_cb| return values
by Alessandro Ghedini
· 8 years ago
cedc6f1
Remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
5c12778
Convert bio_test to GTest.
by David Benjamin
· 8 years ago
73812e0
Fix SSLv3 version check in BoGo.
by David Benjamin
· 8 years ago
2070f8a
Apply bugs to second, TLS 1.3 ClientHello.
by Adam Langley
· 8 years ago
707af29
Support asynchronous ticket decryption with TLS 1.3.
by David Benjamin
· 8 years ago
4c341d0
Support asynchronous ticket decryption with TLS 1.0–1.2.
by Adam Langley
· 8 years ago
be49706
Rename initial_ctx to session_ctx.
by David Benjamin
· 8 years ago
91222b8
Fix configuring the empty cipher list.
by David Benjamin
· 8 years ago
6ad20dc
Move error-on-empty-cipherlist into ssl_create_cipher_list().
by Matthew Braithwaite
· 8 years ago
130d529
Adding version to AEAD.
by Steven Valdez
· 8 years ago
d04ca95
Add |SSL[_CTX]_set_chain_and_key|.
by Adam Langley
· 8 years ago
35ac5b7
Export server-side ticket_age skew.
by David Benjamin
· 8 years ago
fe36672
Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake.
by Adam Langley
· 8 years ago
0cade98
Make the no-op verify function push an error.
by Adam Langley
· 8 years ago
54689ed
Move ssl_verify_alarm_type into ssl_x509.c.
by David Benjamin
· 8 years ago
ab1d28e
Trim x509.h includes.
by David Benjamin
· 8 years ago
8ebeabf
Add SSL_CTX_get_ciphers.
by David Benjamin
· 8 years ago
f29c429
Remove support for old-style SSL_PRIVATE_KEY_METHOD types.
by David Benjamin
· 8 years ago
f465461
Add SSL_get0_peer_certificates.
by David Benjamin
· 8 years ago
924a352
Remove experimental TLS 1.3 short record header extension.
by Steven Valdez
· 8 years ago
d6c22ee
Add |SSL_get0_server_requested_CAs|.
by Adam Langley
· 8 years ago
a58baaf
Forbid the server certificate from changing on renego.
by David Benjamin
· 8 years ago
ad8f5e1
Don't use long for timestamps.
by David Benjamin
· 8 years ago
11c8289
Remove support for blocking DTLS timeout handling.
by David Benjamin
· 8 years ago
39425b0
Add |TLS_with_buffers_method|.
by Adam Langley
· 8 years ago
d5c565a
Name ssl_x509.c functions consistently.
by Adam Langley
· 8 years ago
94a62e6
Hang ssl_auto_chain_if_needed off |X509_METHOD|.
by Adam Langley
· 8 years ago
2a3b343
Move X509-related verification code into ssl_x509.c.
by Adam Langley
· 8 years ago
415c010
Make all X509-related functions check the X509_METHOD.
by Adam Langley
· 8 years ago
0bdef09
Check CA names during the handshake.
by Adam Langley
· 8 years ago
34b4c82
Hold CA names as |CRYPTO_BUFFER|s.
by Adam Langley
· 8 years ago
2ff7933
Add test for |SSL_get_client_CA_list|.
by Adam Langley
· 8 years ago
898be92
Support P-224 certificates as a server.
by Adam Langley
· 8 years ago
adec772
Remove SSL_CIPHER_has_MD5_HMAC.
by David Benjamin
· 8 years ago
a57dcfb
Add new cipherlist-setting APIs that reject nonsense.
by Matthew Braithwaite
· 8 years ago
fc02b59
Move tmp.extended_master_secret to SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
45738dd
Move new_cipher and new_session to SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
12709db
Stop reporting SSL_R_SHUTDOWN_WHILE_IN_INIT.
by David Benjamin
· 8 years ago
5960a90
Move sid_ctx from SSL/SSL_CTX to CERT.
by David Benjamin
· 8 years ago
26e1ff3
Remove some unnecessary return values.
by David Benjamin
· 8 years ago
27a9e6a
Adding ALPN to session.
by Steven Valdez
· 8 years ago
83a3212
Move SCT lists and OCSP responses to CERT.
by David Benjamin
· 8 years ago
16b1b1d
Simplify state and info_callback management.
by David Benjamin
· 8 years ago
35ed523
Remove an unnecessary state transition.
by David Benjamin
· 8 years ago
77458a4
Avoid transitioning into SSL_ST_OK and back out.
by David Benjamin
· 8 years ago
Next »