Sign in
boringssl
/
boringssl
/
7b5f08edb81accd896eb93359d6c61c1a7a1f791
/
ssl
7446a3b
Clean up DTLS1_BITMAP code.
by David Benjamin
· 10 years ago
c8d5122
Fold dtls1_process_record into dtls1_get_record.
by David Benjamin
· 10 years ago
8e6db49
Add more aggressive DTLS replay tests.
by David Benjamin
· 10 years ago
fc05994
Fold away EC point format negotiation.
by David Benjamin
· 10 years ago
6de0e53
Add tests for bad CertificateVerify signatures.
by David Benjamin
· 10 years ago
399e7c9
Run go fmt on runner.
by David Benjamin
· 10 years ago
cae932e
Remove SSL_get0_ec_point_formats.
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
820731a
Fix some typos in license headers.
by David Benjamin
· 10 years ago
0a96859
Minor simplification to the padding extension logic.
by David Benjamin
· 10 years ago
821464e
Remove old 'prepare' extensions functions.
by David Benjamin
· 10 years ago
422fe08
Add tests for the padding extension.
by David Benjamin
· 10 years ago
a54cc0c
Remove most handshake equal functions from runner.
by Adam Langley
· 10 years ago
879219b
Move the declaration of kSRTPProfiles to ssl/internal.h
by Adam Langley
· 10 years ago
33ad2b5
Tidy up extensions stuff and drop fastradio support.
by Adam Langley
· 10 years ago
273d49c
Convert EC curves extension to the new system
by Adam Langley
· 10 years ago
bdd5d66
Convert EC point formats extension to the new system
by Adam Langley
· 10 years ago
391250d
Convert the SRTP extension to the new system
by Adam Langley
· 10 years ago
49c7af1
Convert the Channel ID extension to the new system.
by Adam Langley
· 10 years ago
f18e453
Convert the ALPN extension to the new system
by Adam Langley
· 10 years ago
ab8d87d
Convert the SCT extension to the new system
by Adam Langley
· 10 years ago
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
Next »