Sign in
boringssl
/
boringssl.git
/
7315251d4e2a532d78fef2536845b949d4b445c6
/
ssl
aa58513
Reserve ex_data index zero for app_data.
by David Benjamin
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
7ca4b42
Fix Chromium NaCl build.
by David Benjamin
· 10 years ago
ecdf7f9
Minor whitespace update after running go fmt with 1.4.2.
by Doug Hogan
· 10 years ago
97dfcbf
Convert the NPN extension to the new system
by Adam Langley
· 10 years ago
bb0bd04
Convert the status_request (OCSP stapling) extension to the new system
by Adam Langley
· 10 years ago
2e857bd
Convert the signature algorithms extension to the new system
by Adam Langley
· 10 years ago
9b05bc5
Convert the session ticket extension to the new system.
by Adam Langley
· 10 years ago
0a05671
Switch EMS over to the new extensions system.
by Adam Langley
· 10 years ago
efb0e16
Reject empty ALPN protocols.
by Adam Langley
· 10 years ago
d822ed8
Make CBB_len return a length, not remaining.
by David Benjamin
· 10 years ago
b558c4c
Add a test case for renegotation with False Start enabled.
by Adam Langley
· 10 years ago
74f7110
Parse RSAPrivateKey with CBS.
by David Benjamin
· 10 years ago
6df1ac9
Fix Windows build.
by Adam Langley
· 10 years ago
71d2e54
Clear key_method in ssl_cert_clear_certs.
by David Benjamin
· 10 years ago
11c0f8e
Promote certificate-related ctrl macros to functions.
by David Benjamin
· 10 years ago
7481d39
Document APIs relating to configuring certificates and private keys.
by David Benjamin
· 10 years ago
b2a9d6a
Remove SSL_build_cert_chain.
by David Benjamin
· 10 years ago
4462809
Remove SSL_CTX_select_current_cert.
by David Benjamin
· 10 years ago
d1d8078
Fold away certificate slots mechanism.
by David Benjamin
· 10 years ago
5703648
Remove SSL_CTX_get_extra_chain_certs_only.
by David Benjamin
· 10 years ago
bb20f52
Merge the RSA_ENC and RSA_SIGN certificate slots.
by David Benjamin
· 10 years ago
0fc431a
Prune NIDs from TLS_SIGALGS.
by David Benjamin
· 10 years ago
ba16a1e
Remove SSL_get_(shared_)sigalgs.
by David Benjamin
· 10 years ago
7d97fd3
Remove SSL_get_server_tmp_key.
by David Benjamin
· 10 years ago
396a441
ssl3_cert_verify_hash should take the EVP_PKEY type.
by David Benjamin
· 10 years ago
67dc838
Fix ssl3_send_client_certificate state machine.
by David Benjamin
· 10 years ago
dfa4069
Fix MSVC build some more.
by David Benjamin
· 10 years ago
3e53633
Fix Windows build.
by David Benjamin
· 10 years ago
6a1275b
typedef |COMP_METHOD| to void, for compatibility.
by Matt Braithwaite
· 10 years ago
047d6f0
Remove ssl2.h and ssl23.h.
by Håvard Molland
· 10 years ago
a865320
Add CBB_zero to set a CBB to the zero state.
by David Benjamin
· 10 years ago
961ad6a
Sign channel IDs with ECDSA_do_sign.
by David Benjamin
· 10 years ago
e3aa1d9
Cleanup ticket processing and session lookup.
by David Benjamin
· 10 years ago
5021b22
Convert the renegotiation extension to the new system.
by Adam Langley
· 10 years ago
4cfa96b
Move compile-time asserts to the top-level.
by Adam Langley
· 10 years ago
614c66a
Add infrastructure for better extension handling.
by Adam Langley
· 10 years ago
be9eda4
Fix Renegotiate-Client-NoExt test.
by Adam Langley
· 10 years ago
6cacac0
Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions.
by David Benjamin
· 10 years ago
bed6354
Increment the reference count of sessions inside the lock.
by David Benjamin
· 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
288d8d5
runner: prepend the resource directory for async-signing tests.
by Adam Langley
· 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
d65bb78
Add SSL_initial_handshake_complete.
by David Benjamin
· 10 years ago
184494d
Raise SIGTRAP rather than abort on failure.
by David Benjamin
· 10 years ago
7c803a6
Allow runner to run from anywhere.
by Adam Langley
· 10 years ago
11fc66a
DTLS fragments may not be split across two records.
by David Benjamin
· 10 years ago
95d3182
Duplicate SSL_SESSIONs when renewing them.
by David Benjamin
· 10 years ago
fd67aa8
Add SSL_SESSION_from_bytes.
by David Benjamin
· 10 years ago
85bc560
Add ECDHE-PSK-AES{128,256}-SHA cipher suites.
by Adam Langley
· 10 years ago
1feb42a
Drop ECDHE-PSK-AES-128-GCM.
by Adam Langley
· 10 years ago
d1c1c8e
Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher.
by David Benjamin
· 10 years ago
436bf82
Prune ssl3_check_cert_and_algorithm.
by David Benjamin
· 10 years ago
8923c0b
Explicitly check for empty certificate list.
by David Benjamin
· 10 years ago
24f346d
Limit the number of warning alerts silently consumed.
by David Benjamin
· 10 years ago
f4958e7
Slightly simplify ServerKeyExchange handling.
by David Benjamin
· 10 years ago
b31040d
Get rid of CERT_PKEY slots in SESS_CERT.
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
691992b
Minor typo fix in comment.
by Adam Langley
· 10 years ago
ba5934b
Tighten up EMS resumption behaviour.
by Adam Langley
· 10 years ago
b0eef0a
runner: minor tidyups.
by Adam Langley
· 10 years ago
a1c90a5
Further tidy up cipher logic.
by David Benjamin
· 10 years ago
0fa4012
Add a test that DTLS does not support RC4.
by David Benjamin
· 10 years ago
9a980ab
Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_*
by David Benjamin
· 10 years ago
29864b5
Remove SSL_CIPHER_ALGORITHM2_AEAD.
by David Benjamin
· 10 years ago
904dc72
Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS.
by David Benjamin
· 10 years ago
a602277
Split ssl_read_bytes hook into app_data and close_notify hooks.
by David Benjamin
· 10 years ago
c933a47
Switch the ssl_write_bytes hook to ssl_write_app_data.
by David Benjamin
· 10 years ago
338e067
Reject sessions with the wrong structure version.
by David Benjamin
· 10 years ago
f297e02
Reject unknown fields in d2i_SSL_SESSION.
by David Benjamin
· 10 years ago
bd15a8e
Fix DTLS handling of multiple records in a packet.
by David Benjamin
· 10 years ago
e76ccae
Release handshake buffer when sending no certificate.
by David Benjamin
· 10 years ago
5f04b65
Release the handshake buffer on the client for abbreviated handshakes.
by David Benjamin
· 10 years ago
5c1ce29
Decide whether or not to request client certificates early.
by David Benjamin
· 10 years ago
4b30b28
Remove server-side renego session resumption check.
by David Benjamin
· 10 years ago
5aea93e
Deprecate and no-op SSL_VERIFY_CLIENT_ONCE.
by David Benjamin
· 10 years ago
74d8bc2
Don't make SSL_MODE_*HELLO_TIME configurable.
by David Benjamin
· 10 years ago
ece089c
Deprecate and no-op SSL_set_state.
by David Benjamin
· 10 years ago
be05c63
Remove compatibility s->version checks.
by David Benjamin
· 10 years ago
8ec8810
Remove SSL_in_before and SSL_ST_BEFORE.
by David Benjamin
· 10 years ago
cd90f3a
Remove renegotiation deferral logic.
by David Benjamin
· 10 years ago
44d3eed
Forbid caller-initiated renegotiations and all renego as a servers.
by David Benjamin
· 10 years ago
5f387e3
Remove s->renegotiate check in SSL_clear.
by David Benjamin
· 10 years ago
20f6e97
Switch three more renegotiate checks to initial_handshake_complete.
by David Benjamin
· 10 years ago
d23d5a5
Remove remnants of DTLS renegotiate.
by David Benjamin
· 10 years ago
9a41d1b
Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries.
by David Benjamin
· 10 years ago
76e48c5
Fix Windows mode.
by David Benjamin
· 10 years ago
3fa65f0
Fix some malloc test crashs.
by David Benjamin
· 10 years ago
0b635c5
Add malloc test support to unit tests.
by David Benjamin
· 10 years ago
3e3090d
Pass a dtls1_use_epoch enum down to dtls1_seal_record.
by David Benjamin
· 10 years ago
31a0779
Factor SSL_AEAD_CTX into a dedicated type.
by David Benjamin
· 10 years ago
7ef9fff
Remove ssl_ok.
by David Benjamin
· 10 years ago
afc9ecd
Unexport ssl_get_new_session and ssl_update_cache.
by David Benjamin
· 10 years ago
4831c33
Document some core SSL_CTX and SSL methods.
by David Benjamin
· 10 years ago
760b1dd
Tidy up state machine coverage tests.
by David Benjamin
· 10 years ago
Next »