Sign in
boringssl
/
boringssl.git
/
79978df4ec9efc98c2f1fcdb6f1d5647b245cd3e
/
ssl
/
t1_lib.c
79978df
Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.
by David Benjamin
· 9 years ago
57997da
Simplify the ChangeCipherSpec logic.
by David Benjamin
· 9 years ago
ef1b009
Consider session if the client supports tickets but offered a session ID.
by David Benjamin
· 9 years ago
0d56f88
Switch s to ssl everywhere.
by David Benjamin
· 9 years ago
4298d77
Implement draft-ietf-tls-curve25519-01 in C.
by David Benjamin
· 9 years ago
64d9250
Completely remove P-224 from the TLS stack.
by David Benjamin
· 9 years ago
fc82512
Convert ssl3_send_cert_verify to CBB.
by David Benjamin
· 9 years ago
a01deee
Make CBB_len relative to its argument.
by David Benjamin
· 9 years ago
5ddffbb
Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.
by David Benjamin
· 9 years ago
53e5c2c
Remove SSL_(CTX_)?set_ecdh_callback.
by David Benjamin
· 9 years ago
e9cddb8
Remove SSL_OP_LEGACY_SERVER_CONNECT.
by David Benjamin
· 9 years ago
3e052de
Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.
by David Benjamin
· 9 years ago
758d127
Add get0 getters for EVP_PKEY.
by David Benjamin
· 9 years ago
99fdfb9
Move curve check out of tls12_check_peer_sigalg.
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
c7817d8
Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.
by David Benjamin
· 9 years ago
e564a5b
|assert| → |OPENSSL_STATIC_ASSERT| where possible.
by Matt Braithwaite
· 9 years ago
091c4b9
Add an option to disable NPN on a per-SSL basis.
by David Benjamin
· 9 years ago
10a1a9d
Update references to the padding draft.
by Adam Langley
· 9 years ago
d4c2bce
Document early callback functions.
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
c7ce977
Ignore all extensions but renegotiation_info in SSL 3.0.
by David Benjamin
· 9 years ago
d98dc13
Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM|
by Adam Langley
· 10 years ago
0d62f26
Adding more options for signing digest fallback.
by Steven Valdez
· 10 years ago
62be8ac
Skip the SCT and OCSP extensions in ServerHello when resuming sessions.
by Paul Lietar
· 10 years ago
9e4e01e
Align the SSL stack on #include style.
by David Benjamin
· 10 years ago
4fac72e
Add server-side support for Signed Certificate Timestamps.
by Paul Lietar
· 10 years ago
76c2efc
Forbid a server from negotiating both ALPN and NPN.
by David Benjamin
· 10 years ago
aeeff2c
Server-side OCSP stapling support.
by Paul Lietar
· 10 years ago
3dd9016
Remove signature algorithm configuration hooks and SSL_ctrl.
by David Benjamin
· 10 years ago
2b23d24
Make key exchange strength available.
by Sigbjorn Vik
· 10 years ago
d6a4ae9
Simplify tls1_channel_id_hash.
by David Benjamin
· 10 years ago
9550c3a
Decouple the handshake buffer and digest.
by David Benjamin
· 10 years ago
fc05994
Fold away EC point format negotiation.
by David Benjamin
· 10 years ago
0950563
Implement custom extensions.
by Adam Langley
· 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
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
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
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
d1d8078
Fold away certificate slots mechanism.
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
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
b4d65fd
Implement asynchronous private key operations for client auth.
by David Benjamin
· 10 years ago
fd67aa8
Add SSL_SESSION_from_bytes.
by David Benjamin
· 10 years ago
20f6e97
Switch three more renegotiate checks to initial_handshake_complete.
by David Benjamin
· 10 years ago
31a0779
Factor SSL_AEAD_CTX into a dedicated type.
by David Benjamin
· 10 years ago
4b27d9f
Never resume sessions on renegotiations.
by David Benjamin
· 10 years ago
e6df054
Add s->s3->initial_handshake_complete.
by David Benjamin
· 10 years ago
3457cd9
Cast to size_t to avoid MSVC warning.
by Adam Langley
· 10 years ago
adcc395
Tidy up ticket length checks.
by David Benjamin
· 10 years ago
9a727c2
Remove SSL_set_tlsext_debug_callback.
by David Benjamin
· 10 years ago
2755a3e
Remove unnecessary NULL checks, part 5.
by David Benjamin
· 10 years ago
dd97878
Always enable ecdh_auto.
by David Benjamin
· 10 years ago
55a4364
Handle empty curve preferences from the client.
by David Benjamin
· 10 years ago
107db58
Switch cipher masks to uint32_t.
by David Benjamin
· 10 years ago
f0ae170
Include-what-you-use ssl/internal.h.
by David Benjamin
· 10 years ago
2ee94aa
Rename ssl_locl.h to internal.h
by David Benjamin
· 10 years ago
c0f763b
Simplify server-side ECDH curve selection.
by David Benjamin
· 10 years ago
ab2479a
Clean up error reporting.
by Håvard Molland
· 10 years ago
7061e28
Rename EECDH and EDH to ECDHE and DHE.
by David Benjamin
· 10 years ago
61c0d4e
Always reset sigalgslen when NULLing sigalgs.
by David Benjamin
· 10 years ago
b18f024
Minor formatting tweaks.
by David Benjamin
· 10 years ago
2fa83de
Move handshake method hooks to SSL_PROTOCOL_METHOD.
by David Benjamin
· 10 years ago
4c31123
Remove finish_mac_length from SSL3_ENC_METHOD.
by David Benjamin
· 10 years ago
9d0847a
Add some missing error failure checks.
by David Benjamin
· 10 years ago
6eb000d
Add in missing curly braces part 3.
by David Benjamin
· 10 years ago
6ae7f07
Only send sigalgs extension in 1.2-capable ClientHellos.
by David Benjamin
· 10 years ago
78e6978
Disable NPN and Channel ID in DTLS.
by David Benjamin
· 10 years ago
e9fc3e5
Remove P-521 from the default supported curves list.
by David Benjamin
· 10 years ago
70bd80a
Remove constraints on curve ID values.
by David Benjamin
· 10 years ago
52e5bac
Prune away unimplemented curve IDs.
by David Benjamin
· 10 years ago
0cb3f5b
Switch OBJ_undef uses to NID_undef.
by David Benjamin
· 10 years ago
d1d7d3d
Clear existing extension state.
by David Benjamin
· 10 years ago
b8a56f1
Remove dead code from EVP_CIPHER codepaths.
by David Benjamin
· 10 years ago
41ac979
Add the PRF to SSL3_ENC_METHOD.
by David Benjamin
· 10 years ago
fcf2583
Reformat the rest of ssl/.
by Adam Langley
· 10 years ago
e4824e8
Add outgoing messages to the handshake hash at set_handshake_header.
by David Benjamin
· 10 years ago
338fcaf
Mark SSL3_ENC_METHODs const and remove an unused one.
by David Benjamin
· 10 years ago
d14c6ee
Remove TLSEXT_TYPE_padding ifdef.
by David Benjamin
· 10 years ago
Next »