Sign in
boringssl
/
boringssl.git
/
20c0e90d116dace7884b7feacb81bee07aff7665
/
ssl
20c0e90
Allow NULL inputs in SSL_SESSION_get_time.
by David Benjamin
· 10 years ago
f4e554e
Bitwise-or, not logical-or, when hashing.
by Adam Langley
· 10 years ago
dc7e9c4
Make the runner tests a go “test”
by Adam Langley
· 10 years ago
4d11aff
Don't record handshake hashes if no Channel ID
by Matt Braithwaite
· 10 years ago
32876b3
Document cipher suite configuration.
by David Benjamin
· 10 years ago
8c9b878
Change some "int" variables to "size_t" in ssl3_handshake_mac().
by Eric Roman
· 10 years ago
d98dc13
Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM|
by Adam Langley
· 10 years ago
5993704
Document certificate verification functions in SSL.
by David Benjamin
· 10 years ago
df0905a
Don't pretend to account for RSA_PSK.
by David Benjamin
· 10 years ago
42fea37
Document Channel ID functions and a few random extras.
by David Benjamin
· 10 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
d7fe75c
Add |SSL_CIPHER_is_RC4|.
by Adam Langley
· 10 years ago
306ece3
Fix some malloc failure crashes.
by David Benjamin
· 10 years ago
977547b
Group NPN functions in their own section.
by David Benjamin
· 10 years ago
8984f1f
Group ALPN functions into their own section.
by David Benjamin
· 10 years ago
cd6f54b
Add method to query Extended Master Secret support
by Matt Braithwaite
· 10 years ago
62be8ac
Skip the SCT and OCSP extensions in ServerHello when resuming sessions.
by Paul Lietar
· 10 years ago
e8814df
Document PSK functions in ssl.h.
by David Benjamin
· 10 years ago
9e4e01e
Align the SSL stack on #include style.
by David Benjamin
· 10 years ago
1ac08fe
Fix SSL and SSL_CTX ex_data variable names.
by David Benjamin
· 10 years ago
cfd65b6
Fold srtp.h into ssl.h.
by David Benjamin
· 10 years ago
dafbdd4
Document session cache functions.
by David Benjamin
· 10 years ago
14e2b50
const-correct a few SSL_SESSION functions.
by David Benjamin
· 10 years ago
abb6c1c
Reorder ssl_session.c slightly to match the header.
by David Benjamin
· 10 years ago
190ab7f
Move ex_data functions in ssl.h to a section.
by David Benjamin
· 10 years ago
8f3cc26
Rename ssl_sess.c to ssl_session.c.
by David Benjamin
· 10 years ago
a6b8cdf
Document functions acting on an SSL_SESSION.
by David Benjamin
· 10 years ago
ee0c827
Move SSL_get_peer_* to Connection information.
by David Benjamin
· 10 years ago
27bbae4
Reorder functions in ssl_lib.c to match ssl.h.
by David Benjamin
· 10 years ago
3c1ccc0
Document a bunch of core functions in ssl.h.
by David Benjamin
· 10 years ago
c057762
Run go fmt over runner.
by David Benjamin
· 10 years ago
c99807d
Tidy up dtls1_hm_fragment_new and fix (unreachable) memory leak.
by David Benjamin
· 10 years ago
1d128f3
Make SSL_get_client_CA_list slightly more OpenSSL-compatible.
by David Benjamin
· 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
c0125ef
Fix SSL_CIPHER_is_AESGCM.
by David Benjamin
· 10 years ago
a0a8dc2
Move large stack buffer in bssl_shim to heap.
by Adam Langley
· 10 years ago
7c6d09b
Fold ssl_algs.c into ssl_lib.c.
by David Benjamin
· 10 years ago
443a1f6
Toss file-related convenience bits of ssl/ into a corner.
by David Benjamin
· 10 years ago
8f1c268
Wait for CertificateStatus message to verify certificate.
by Paul Lietar
· 10 years ago
8748920
Don't forget to free the TLS 1.0 ciphers.
by Adam Langley
· 10 years ago
cef7583
Add cipher suite settings for TLS ≥ 1.0.
by Adam Langley
· 10 years ago
c9d40ba
Remove unnecessary field initializations.
by David Benjamin
· 10 years ago
ac8302a
Don't set need_record_splitting until aead_write_ctx is set.
by David Benjamin
· 10 years ago
4f75aaf
Test various cases where plaintexts and ciphertexts are too large.
by David Benjamin
· 10 years ago
76c2efc
Forbid a server from negotiating both ALPN and NPN.
by David Benjamin
· 10 years ago
2c99d28
Fix buffer size computation.
by David Benjamin
· 10 years ago
ee0b02a
Don't confuse TLS bidirectional shutdown on record type zero.
by David Benjamin
· 10 years ago
e9cb2ec
Don't support bidirectional shutdown over DTLS.
by David Benjamin
· 10 years ago
30789da
Add tests for bidirectional shutdown.
by David Benjamin
· 10 years ago
aa9361b
Fix discarding records in bidirectional shutdown.
by David Benjamin
· 10 years ago
1f9f9c4
Tidy up the ssl3_send_server_key_exchange slightly.
by David Benjamin
· 10 years ago
6ca9355
runner: check bounds on packets in skipPacket.
by David Benjamin
· 10 years ago
26416e9
Remove the last of SESS_CERT.
by David Benjamin
· 10 years ago
a1fadd3
Fix MSVC build.
by David Benjamin
· 10 years ago
8be79a3
Slightly refactor SSL_SESSION parsing.
by David Benjamin
· 10 years ago
b1bdc5b
Remove peer_cert from SESS_CERT.
by David Benjamin
· 10 years ago
6505567
Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.
by David Benjamin
· 10 years ago
4cf369b
Reject empty records of unexpected type.
by David Benjamin
· 10 years ago
b8d28cf
Factor out the buffering and low-level record code.
by David Benjamin
· 10 years ago
73415b6
Move arm_arch.h and fix up lots of include paths.
by Adam Langley
· 10 years ago
be8a869
Fill in alg_bits for CHACHA20_POLY1305 ciphers.
by David Benjamin
· 10 years ago
f2aa1e1
Remove Go implementation of non-standard ECDHE_PSK_WITH_AES_128_GCM_SHA256.
by David Benjamin
· 10 years ago
ec43534
Remove DHE_RSA_WITH_CHACHA20_POLY1305.
by David Benjamin
· 10 years ago
4838d8a
Add do-nothing function |ERR_load_SSL_strings|.
by Matt Braithwaite
· 10 years ago
aeeff2c
Server-side OCSP stapling support.
by Paul Lietar
· 10 years ago
e13e4b2
Remove dead prototype.
by David Benjamin
· 10 years ago
651b3d9
ssl->cert and ctx->cert cannot be NULL.
by David Benjamin
· 10 years ago
3dd9016
Remove signature algorithm configuration hooks and SSL_ctrl.
by David Benjamin
· 10 years ago
fdb4cdd
Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves.
by David Benjamin
· 10 years ago
2b23d24
Make key exchange strength available.
by Sigbjorn Vik
· 10 years ago
894f48c
Only read 5 bytes (record header length) in sniffing for V2ClientHello.
by David Benjamin
· 10 years ago
45c6c3e
Use the record-layer buffer for sniffing V2ClientHellos.
by David Benjamin
· 10 years ago
97760d5
Slightly simplify V2ClientHello sniffing.
by David Benjamin
· 10 years ago
2b9ec70
Remove SSL_CTRL_SET_CLIENT_CERT_TYPES.
by David Benjamin
· 10 years ago
d27441a
Remove separate APIs for configuring chain and verify stores.
by David Benjamin
· 10 years ago
7591064
Promote SSL_get0_certificate_types to a proper function.
by David Benjamin
· 10 years ago
2deb984
Fix NULL dereference in the case of an unexpected extension from a server.
by Adam Langley
· 10 years ago
b088331
Simplify handshake hash handling.
by David Benjamin
· 10 years ago
d6a4ae9
Simplify tls1_channel_id_hash.
by David Benjamin
· 10 years ago
5375fd5
Switch the handshake buffer from memory BIO to BUF_MEM.
by David Benjamin
· 10 years ago
9550c3a
Decouple the handshake buffer and digest.
by David Benjamin
· 10 years ago
5055c76
Rename algorithm2 to algorithm_prf.
by David Benjamin
· 10 years ago
b2a985b
Fold away SSL_CIPHER_ALGORITHM2_VARIABLE_NONCE_INCLUDED_IN_RECORD.
by David Benjamin
· 10 years ago
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
Next »