Sign in
boringssl
/
boringssl.git
/
040bc4944be97f5d4b44da176f6e801fc804a176
040bc49
Enable TLS 1.3 by default in bssl tool.
by Adam Langley
· 8 years ago
7d7554b
Add a helper for comparing byte strings.
by David Benjamin
· 8 years ago
949628a
perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.
by Adam Langley
· 8 years ago
2512663
perlasm/x86_64-xlate.pl: minor readability updates.
by Adam Langley
· 8 years ago
3149979
perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.
by Adam Langley
· 8 years ago
4229d26
perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.
by Adam Langley
· 8 years ago
137e2f8
bn/asm/rsaz-avx2.pl: refine Win64 SE handler.
by Adam Langley
· 8 years ago
46db7af
Remove |X509| things from SSL_SESSION.
by Adam Langley
· 8 years ago
7ebe61a
Fix server-side KeyUpdates.
by David Benjamin
· 8 years ago
bc6ef7a
Convert err_test to GTest.
by David Benjamin
· 8 years ago
908ac19
Moving transcript and PRF functions to SSL_TRANSCRIPT.
by Steven Valdez
· 8 years ago
d4c349b
Test various lengths of ticket session IDs.
by David Benjamin
· 8 years ago
b987355
Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2.
by Rob Sloan
· 8 years ago
5e37778
Rename ssl_rsa.c to ssl_privkey.c.
by Adam Langley
· 8 years ago
52940c4
Move a number of certificate-related functions from ssl_rsa.c to ssl_cert.c
by Adam Langley
· 8 years ago
3509dac
Add |X509_METHOD| and, using it, move many functions to ssl_x509.c.
by Adam Langley
· 8 years ago
04540a7
Set the default value of a last |alert|.
by Adam Langley
· 8 years ago
c68e5b9
Establish that the default value of an out-arg for alerts is SSL_AD_DECODE_ERROR.
by Adam Langley
· 8 years ago
6445391
chacha20_poly1305_x86_64.pl: Suppress Yasm non-local label warnings.
by Brian Smith
· 8 years ago
dc8c1d9
Remove some dead state constants.
by David Benjamin
· 8 years ago
59bae5a
Split TLS 1.2 ClientHello processing into separate functions.
by David Benjamin
· 8 years ago
7dccc71
Set output alert when failing to parse public key.
by Adam Langley
· 8 years ago
cdb6fe9
Test the exporter at all versions + ciphers + side.
by David Benjamin
· 8 years ago
3bd57e3
Remove remnants of non-standard ECDHE_PSK GCM ciphers.
by David Benjamin
· 8 years ago
6b0edfb
Add a common TestEventListener for the error queue.
by David Benjamin
· 8 years ago
f0d8e22
Convert some of ssl_test to GTest more thoroughly.
by David Benjamin
· 8 years ago
634b0e3
Combine stdout and stderr in all_test.go
by David Benjamin
· 8 years ago
8df6766
Support setting per-connection SCT list
by Alessandro Ghedini
· 8 years ago
33fe4a0
Remove support for setting per-connection default session timeout
by Alessandro Ghedini
· 8 years ago
5bd8a09
Fix a crash with malformed user notice policy numbers
by David Benjamin
· 8 years ago
023d419
Test that we tolerate server name acknowledgements.
by David Benjamin
· 8 years ago
ab20cec
Read 0-RTT data in Bogo.
by Nick Harper
· 8 years ago
f2511f1
Send 0-RTT data in bogo.
by Nick Harper
· 8 years ago
e0ca487
Fix EVP_get_digestbyobj for NID-less ASN1_OBJECTs.
by David Benjamin
· 8 years ago
3f2611a
Hide SSL struct.
by David Benjamin
· 8 years ago
2f82a0e
Don't stash tlsext_hostname in ssl_get_new_session.
by Steven Valdez
· 8 years ago
b7d53ba
Add “const” to |SSL_SESSION| fuzzer.
by Adam Langley
· 8 years ago
58966a4
Remove legacy ChaCha20-Poly1305 cipher name aliases.
by David Benjamin
· 8 years ago
2056f63
Recommend ex_data for SSL_CTX_set_cert_verify_callback.
by David Benjamin
· 8 years ago
b2ff262
Add a basic SSL_get_certificate test.
by David Benjamin
· 8 years ago
e025f30
Guard the _GNU_SOURCE #define.
by David Benjamin
· 8 years ago
bdcfd13
Move the SSL BIO into ssl/ from decrepit/.
by Adam Langley
· 8 years ago
daa0539
Remove an unnecessary TLS 1.3 ClientHello state.
by David Benjamin
· 8 years ago
42bfeb3
Remove an unnecessary TLS 1.2 ClientHello state.
by David Benjamin
· 8 years ago
e5dfb52
Add -root-certs options to bssl client.
by Adam Langley
· 8 years ago
e212f27
Support running tests under Intel SDE.
by Adam Langley
· 8 years ago
3c0e037
Don't reach into SSL in BIO_f_ssl.
by David Benjamin
· 8 years ago
5fa2cdf
Test SSE4.1 before using ChaCha20-Poly1305 asm.
by Adam Langley
· 8 years ago
772a5be
Reorder the X25519 ladderstep stack frame on x86-64.
by Adam Langley
· 8 years ago
8671c47
Fold ssl3_write_bytes into ssl3_write_app_data.
by David Benjamin
· 8 years ago
6342111
Remove BIO puts hooks.
by David Benjamin
· 8 years ago
5c9d411
Fix some compact unwind errors.
by David Benjamin
· 8 years ago
17b3083
Use a separate timeout scheme for TLS 1.3.
by David Benjamin
· 8 years ago
0b1bb12
Push the SSL_CTX session_timeout zero logic up.
by David Benjamin
· 8 years ago
0efa759
dispatch_alert is not an incidental write.
by David Benjamin
· 8 years ago
e79fe70
Bit-pack SSL_AEAD_CTX's various toggles.
by David Benjamin
· 8 years ago
b5c58db
TLS 1.3 sessions should not be added to the server session cache.
by David Benjamin
· 8 years ago
c26692c
Push the use of X509 upwards, out of |ssl_set_cert|.
by Adam Langley
· 8 years ago
e1e7813
Keep a reference to |X509|s appended to a chain.
by Adam Langley
· 8 years ago
7cd0a97
Bogo: Send and receive 0.5-RTT data.
by Nick Harper
· 8 years ago
3f38d80
Add CFI information to the x86-64 X25519 asm.
by Adam Langley
· 8 years ago
8c2480f
Push to error queue in |EVP_PKEY_CTX_ctrl| for wrong keytype.
by Adam Langley
· 8 years ago
f71036e
Remove ssl_hash_message_t from ssl_get_message.
by David Benjamin
· 8 years ago
1a444da
Detach V2ClientHello hashing hack from ssl_hash_message_t.
by David Benjamin
· 8 years ago
360a4c2
chacha20_poly1305_x86_64.pl: Use NASM-compatible syntax for |ldea|.
by Brian Smith
· 8 years ago
357a9f2
chacha20_poly1305_x86_64.pl: Use |imulq| instead of |imul|.
by Brian Smith
· 8 years ago
3416d28
chacha20_poly1305_x86_64.pl: Escape command line args like other PerlAsm scripts.
by Brian Smith
· 8 years ago
276b7e8
Move optional message type checks out of ssl_get_message.
by David Benjamin
· 8 years ago
6f07d72
Don't up_ref a NULL |CRYPTO_BUFFER|.
by Adam Langley
· 8 years ago
42e3e19
Restore mapping BIO_flush errors to -1.
by David Benjamin
· 8 years ago
830f700
Rename some single-letter argument names.
by Adam Langley
· 8 years ago
3b3b62f
X509_parse_from_buffer: reject massive certificates.
by Adam Langley
· 8 years ago
3a2b47a
Don't use |X509| objects in |CERT|, by default.
by Adam Langley
· 8 years ago
2fe6e22
Remove mask_a and mask_k from CERT.
by David Benjamin
· 8 years ago
41a26e8
Remove buffer BIOs.
by David Benjamin
· 8 years ago
71e4aff
Use |extern| when referencing assembly functions from C.
by Adam Langley
· 8 years ago
9b16066
Ignore 0-RTT-capable tickets unless enabled.
by David Benjamin
· 8 years ago
258508f
Adding V2ClientHello counter.
by Steven Valdez
· 8 years ago
d103616
bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
by David Benjamin
· 8 years ago
47383aa
Skip over early data in bogo.
by Nick Harper
· 8 years ago
16315f7
Remove the rest of write_message.
by David Benjamin
· 8 years ago
0f24bed
Rename tls13_prepare_* to tls13_add_*.
by David Benjamin
· 8 years ago
81b7bc3
Trim unnecessary TLS 1.3 states.
by David Benjamin
· 8 years ago
25ac251
Remove write_message from TLS 1.3 handshakes.
by David Benjamin
· 8 years ago
daf207a
Don't use the buffer BIO in TLS.
by David Benjamin
· 8 years ago
1a999cf
Don't use the buffer BIO in DTLS.
by David Benjamin
· 8 years ago
330282a
Remove SHA_LBLOCK and SHA_LONG.
by David Benjamin
· 8 years ago
6d50f47
Remove support for RSA premaster logging.
by David Benjamin
· 8 years ago
a772b16
Allow dtls_seal_record to work in-place.
by David Benjamin
· 8 years ago
3b58433
Fix ssl_test with BORINGSSL_ANDROID_SYSTEM.
by David Benjamin
· 8 years ago
c0263ab
Don't leave ARCH unset for mips.
by David Benjamin
· 8 years ago
5db7c9b
Get OPENSSL_COMPILE_ASSERT working in function bodies.
by David Benjamin
· 8 years ago
d1515a3
Move a number of X.509 functions from ssl_lib.c to ssl_x509.c
by Adam Langley
· 8 years ago
03b96d7
Remove unused |ssl_parse_x509|.
by Adam Langley
· 8 years ago
8d5f9da
Abstract away BIO_flush calls in the handshake.
by David Benjamin
· 8 years ago
44c1a65
Run go fmt on bogo code.
by Nick Harper
· 8 years ago
1da9c67
Use a Perlasm variable rather than an #if to exclude the ChaCha20-Poly1305 asm on Windows.
by Adam Langley
· 8 years ago
feca9e5
Emit ssl_[c|cc]_sources for Bazel.
by Adam Langley
· 8 years ago
8d56558
Optimized Seal/Open routines for ChaCha20-Poly1305 for x86-64
by vkrasnov
· 8 years ago
358baeb
Add missing src/ prefix to GTest sources.
by David Benjamin
· 8 years ago
Next »