Sign in
boringssl
/
boringssl
/
ce7ae6fa27a5416053493d205c67fadaf5fa218d
/
ssl
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
cd24a39
Limit DHE groups to 4096-bit.
by David Benjamin
· 9 years ago
99fdfb9
Move curve check out of tls12_check_peer_sigalg.
by David Benjamin
· 9 years ago
e348ff4
Fix build.
by David Benjamin
· 9 years ago
6e80765
Add SSL_get_server_key_exchange_hash.
by David Benjamin
· 9 years ago
788be4a
Remove the hard-coded SHA-1 exception for sigalgs.
by David Benjamin
· 9 years ago
16285ea
Rewrite DTLS handshake message sending logic.
by David Benjamin
· 9 years ago
c81ee8b
Add missing state to DTLS state machine.
by David Benjamin
· 9 years ago
c7817d8
Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.
by David Benjamin
· 9 years ago
ef793f4
Add various functions for SSL_CIPHER.
by David Benjamin
· 9 years ago
f93995b
Test that the client doesn't offer TLS 1.2 ciphers when it shouldn't.
by David Benjamin
· 9 years ago
c2d3280
Add SSL_get_ivs.
by Adam Langley
· 9 years ago
a97b737
Separate CCS and handshake writing in DTLS.
by David Benjamin
· 9 years ago
27a0d08
Add ssl_renegotiate_ignore.
by Adam Langley
· 9 years ago
09d68c9
Expand a comment.
by Adam Langley
· 9 years ago
2e0901b
Don't use ssl3_write_pending in DTLS.
by David Benjamin
· 9 years ago
13e81fc
Fix DTLS asynchronous write handling.
by David Benjamin
· 9 years ago
ebda9b3
Make recordingconn emit more useful things for DTLS.
by David Benjamin
· 9 years ago
ce51469
Fix a missing initializer that only Clang warns about.
by Adam Langley
· 9 years ago
bb85f3d
Reorganise |SSL_SESSION| and |SSL| to save a little memory.
by Adam Langley
· 9 years ago
51a01a5
Revert most of "Refactor ChaCha20-Poly1305 AEAD nonce handling."
by David Benjamin
· 9 years ago
7063b6d
Fix assert in SSL_set_shutdown.
by Piotr Sikora
· 9 years ago
96c2a28
Fix all sign/unsigned warnings with Clang and GCC.
by Adam Langley
· 10 years ago
274341d
Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.
by Brian Smith
· 9 years ago
271777f
Refactor ChaCha20-Poly1305 AEAD nonce handling.
by Brian Smith
· 9 years ago
3e23e4c
Add the RFC 7539 ChaCha20-Poly1305 AEAD.
by Brian Smith
· 9 years ago
da084a3
Fix shared library build on OS X.
by David Benjamin
· 9 years ago
e564a5b
|assert| → |OPENSSL_STATIC_ASSERT| where possible.
by Matt Braithwaite
· 9 years ago
301afaf
Add a run_tests target to run all tests.
by David Benjamin
· 9 years ago
3398dbf
Add server-side support for asynchronous RSA decryption.
by nagendra modadugu
· 10 years ago
091c4b9
Add an option to disable NPN on a per-SSL basis.
by David Benjamin
· 9 years ago
0a870c2
Correctly free SSL_SESSIONs in ssl_test.
by David Benjamin
· 9 years ago
1269ddd
Never use the internal session cache for a client.
by David Benjamin
· 9 years ago
415660b
Tidy up SSL_CTX_add_session.
by David Benjamin
· 9 years ago
0f65395
Add tests for the internal session cache behavior.
by David Benjamin
· 9 years ago
dc2aea2
Remove all the logic around custom session IDs and retrying on collisions.
by David Benjamin
· 9 years ago
63006a9
Document the rest of ssl.h.
by David Benjamin
· 9 years ago
7a1eefd
Deprecate SSL_library_init.
by David Benjamin
· 9 years ago
5d8b128
Document the (formerly) SSL_state wrapper macros.
by David Benjamin
· 9 years ago
da86ccc
Deprecate all the string macros.
by David Benjamin
· 9 years ago
8217024
Document the info callback.
by David Benjamin
· 9 years ago
7227990
More SSL_SESSION serialization functions.
by David Benjamin
· 9 years ago
066fe0a
Document fd-based SSL APIs.
by David Benjamin
· 9 years ago
dd6fed9
Explicitly handle empty NewSessionTickets on the client.
by David Benjamin
· 9 years ago
07e1384
Move remaining functions out of tls1.h.
by David Benjamin
· 9 years ago
10a1a9d
Update references to the padding draft.
by Adam Langley
· 9 years ago
c2ae53d
Document alert handling.
by David Benjamin
· 9 years ago
b86847c
Clean up ssl_stat.c slightly.
by David Benjamin
· 9 years ago
1a1b34d
Deprecate SSL_get_(peer_)finished.
by David Benjamin
· 9 years ago
93d1749
Deprecate SSL_want*.
by David Benjamin
· 9 years ago
7f393f7
Unexport SSL_SESSION_ASN1_VERSION.
by David Benjamin
· 9 years ago
79a0589
Ditch remaining filename comments from public headers and ssl/
by David Benjamin
· 9 years ago
d4c2bce
Document early callback functions.
by David Benjamin
· 9 years ago
cfdee21
Add use counters for SSL_OP_TLS_D5_BUG and SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.
by David Benjamin
· 9 years ago
96e97b1
Convert ssl3_send_channel_id to CBB.
by David Benjamin
· 9 years ago
e97b962
Convert ssl3_send_next_proto to CBB.
by David Benjamin
· 9 years ago
5638046
Convert ssl3_send_server_hello to CBB.
by David Benjamin
· 9 years ago
e8d5350
Convert ssl3_send_client_hello to CBB.
by David Benjamin
· 9 years ago
c617413
Remove SSL_SESSION_print*.
by David Benjamin
· 10 years ago
fd8e69f
Better document the callbacks around client certificates.
by David Benjamin
· 9 years ago
9f85949
Document a few more miscellaneous things.
by David Benjamin
· 9 years ago
1d5ef3b
Add SSL_set_renegotiate_mode.
by David Benjamin
· 9 years ago
324dce4
Unbreak SSL_total_renegotiations.
by David Benjamin
· 9 years ago
617eac6
Align BIO_get_fd with upstream.
by David Benjamin
· 9 years ago
c7ce977
Ignore all extensions but renegotiation_info in SSL 3.0.
by David Benjamin
· 9 years ago
20c0e90
Allow NULL inputs in SSL_SESSION_get_time.
by David Benjamin
· 9 years ago
f4e554e
Bitwise-or, not logical-or, when hashing.
by Adam Langley
· 9 years ago
dc7e9c4
Make the runner tests a go “test”
by Adam Langley
· 9 years ago
4d11aff
Don't record handshake hashes if no Channel ID
by Matt Braithwaite
· 9 years ago
32876b3
Document cipher suite configuration.
by David Benjamin
· 9 years ago
8c9b878
Change some "int" variables to "size_t" in ssl3_handshake_mac().
by Eric Roman
· 9 years ago
d98dc13
Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM|
by Adam Langley
· 9 years ago
5993704
Document certificate verification functions in SSL.
by David Benjamin
· 9 years ago
df0905a
Don't pretend to account for RSA_PSK.
by David Benjamin
· 9 years ago
42fea37
Document Channel ID functions and a few random extras.
by David Benjamin
· 9 years ago
67251f2
Use |strtok| rather than |strtok_r|.
by Adam Langley
· 9 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
· 9 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
Next »