Sign in
boringssl
/
boringssl.git
/
ff905b09fc498150646e47d0b2340937782aeaa7
/
ssl
/
t1_lib.c
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
e518f65
Update references to RFCs.
by David Benjamin
· 10 years ago
41aa325
ClientHello Padding for Fast Radio Opening in 3G.
by Feng Lu
· 10 years ago
d1681e6
Remove SSL_set_session_secret_cb (EAP-FAST)
by David Benjamin
· 10 years ago
ae3e487
Fix a couple more malloc test crashes.
by David Benjamin
· 10 years ago
ec2f27d
Account for EVP_PKEY capabilities in selecting hash functions.
by David Benjamin
· 10 years ago
033e5f4
Remove CERT_PKEY::valid_flags.
by David Benjamin
· 10 years ago
f31e681
Clean up ssl_set_cert_masks.
by David Benjamin
· 10 years ago
6a8d70c
Trim tls1_check_chain and CERT_PKEY flags.
by David Benjamin
· 10 years ago
253b3e7
Remove TLS strict mode.
by David Benjamin
· 10 years ago
1ad8681
check_flags is always 0.
by David Benjamin
· 10 years ago
b398d16
Remove SSL_check_chain and unexport CERT_PKEY flags.
by David Benjamin
· 10 years ago
675227e
Remove CERT_PKEY_EXPLICIT_SIGN flag.
by David Benjamin
· 10 years ago
248f350
Remove SSL_get_peer_signature_nid and don't compute digests for peer_key.
by David Benjamin
· 10 years ago
7571292
Extended master secret support.
by Adam Langley
· 10 years ago
a19fc25
Move ECC extensions out of SSL_SESSION.
by David Benjamin
· 10 years ago
3831173
Fix memory leak when decoding corrupt tickets.
by Adam Langley
· 10 years ago
fb3ff2c
Don't compare signed vs. unsigned.
by David Benjamin
· 11 years ago
ef5c494
Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.
by David Benjamin
· 11 years ago
a9ca90a
Fix ServerHello EC point format extension check.
by David Benjamin
· 11 years ago
Next »