Sign in
boringssl
/
boringssl.git
/
5fa2cdf1ed4069be359038107e144cd7c7506dca
/
ssl
/
ssl_session.c
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
b5c58db
TLS 1.3 sessions should not be added to the server session cache.
by David Benjamin
· 8 years ago
08b65f4
Enabling 0-RTT on new Session Tickets.
by Steven Valdez
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 8 years ago
f1050fd
Preserve the peer signature algorithm across resumes.
by David Benjamin
· 8 years ago
4882a6c
Replace key_exchange_info with group_id.
by David Benjamin
· 8 years ago
68e7124
Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well.
by Adam Langley
· 8 years ago
364f7a6
Push the difference in chain semantics to the edge.
by Adam Langley
· 8 years ago
cb0c29f
Move state and next_state to SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
5edfc8c
Emulate the client_cert_cb with cert_cb.
by David Benjamin
· 8 years ago
5888946
Remove SSL_CTX_get_client_cert_cb.
by David Benjamin
· 8 years ago
c0fc7a1
Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well."
by Adam Langley
· 8 years ago
e850909
Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well.
by Adam Langley
· 8 years ago
30c4c30
Revise some integer sizes.
by David Benjamin
· 8 years ago
731058e
Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO.
by David Benjamin
· 8 years ago
f3c8f8d
Pass explicit parameters elsewhere.
by David Benjamin
· 8 years ago
bf48364
Support setting per-connection default session lifetime value
by Alessandro Ghedini
· 8 years ago
bbaf367
Add |SSL_set_retain_only_sha256_of_client_certs|.
by David Benjamin
· 8 years ago
f01f42a
Negotiate ciphers before resumption.
by David Benjamin
· 8 years ago
4eb95cc
Parse ClientHello extensions before deciding on resumption.
by David Benjamin
· 8 years ago
75f9914
Align TLS 1.2 and 1.3 server session validity checks.
by David Benjamin
· 8 years ago
78476f6
Move tlsext_ticket_expected to SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
c5ac2b6
Rename X.509 members in |SSL_SESSION| and |CERT|.
by Adam Langley
· 8 years ago
123db57
Measure session->timeout from ticket issuance.
by David Benjamin
· 8 years ago
8e816eb
Treat sessions as expired on the boundary second.
by David Benjamin
· 8 years ago
1b22f85
Reject tickets from the future.
by David Benjamin
· 8 years ago
5b98608
Updating NewSessionTicket message and updating PSK to Draft 15.
by Steven Valdez
· 9 years ago
fbc45d7
No-op ticket encryption in fuzzer mode.
by David Benjamin
· 9 years ago
01a9057
Fix remaining non-determinism in fuzzer transcripts.
by David Benjamin
· 9 years ago
4d0be24
Only allow SSL_set_session before the handshake.
by David Benjamin
· 9 years ago
81f4335
Don't crash when a session callback returns NULL.
by Adam Langley
· 9 years ago
29e5cf7
Remove SSL_SESSION_get_key_exchange_info.
by David Benjamin
· 9 years ago
7aa31d6
Remove ssl->verify_result.
by David Benjamin
· 9 years ago
4aa154e
Adding code to send session as PSK Identity.
by Steven Valdez
· 9 years ago
96a16cd
Finish aligning up_ref functions with OpenSSL 1.1.0.
by David Benjamin
· 9 years ago
baafa4a
Undo rename of tlsext_tick_lifetime_hint.
by Martin Kreichgauer
· 9 years ago
b919540
Align SSL_SESSION_up_ref with OpenSSL.
by David Benjamin
· 9 years ago
56d280d
Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check.
by David Benjamin
· 9 years ago
721e8b7
Test that servers enforce session timeouts.
by David Benjamin
· 9 years ago
33dad1b
Stop pretending to ssl_clear_bad_session.
by David Benjamin
· 9 years ago
1e6f11a
Adding NewSessionTicket.
by Steven Valdez
· 9 years ago
d4aae0f
Minor typo fixes.
by Adam Langley
· 9 years ago
9498e74
Don't have the default value of |verify_result| be X509_V_OK.
by Adam Langley
· 9 years ago
87eab49
Splitting SSL session state.
by Steven Valdez
· 9 years ago
29270de
Split unlock functions into read/write variants.
by David Benjamin
· 9 years ago
fa214e4
Tidy up shutdown state.
by David Benjamin
· 9 years ago
818aff0
Add SSL_SESSION_get_master_key.
by David Benjamin
· 9 years ago
51545ce
Remove a number of unnecessary stdio.h includes.
by David Benjamin
· 9 years ago
5ba0689
Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.
by Brian Smith
· 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
8a58933
Remove the CRYPTO_EX_new callback.
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
8217024
Document the info callback.
by David Benjamin
· 9 years ago
fd8e69f
Better document the callbacks around client certificates.
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
9e4e01e
Align the SSL stack on #include style.
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
[Renamed from ssl/ssl_sess.c]
a6b8cdf
Document functions acting on an SSL_SESSION.
by David Benjamin
· 10 years ago
443a1f6
Toss file-related convenience bits of ssl/ into a corner.
by David Benjamin
· 10 years ago
26416e9
Remove the last of SESS_CERT.
by David Benjamin
· 10 years ago
2b23d24
Make key exchange strength available.
by Sigbjorn Vik
· 10 years ago
aa58513
Reserve ex_data index zero for app_data.
by David Benjamin
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
3e53633
Fix Windows build.
by David Benjamin
· 10 years ago
e3aa1d9
Cleanup ticket processing and session lookup.
by David Benjamin
· 10 years ago
bed6354
Increment the reference count of sessions inside the lock.
by David Benjamin
· 10 years ago
4bdb6e4
Remove remaining calls to the old lock functions.
by Adam Langley
· 10 years ago
0b5e390
Convert reference counts in ssl/
by Adam Langley
· 10 years ago
60da0cd
Fix STACK_OF pointer style.
by David Benjamin
· 10 years ago
2755a3e
Remove unnecessary NULL checks, part 5.
by David Benjamin
· 10 years ago
4fcc2e2
Make a few variable names saner.
by David Benjamin
· 10 years ago
9f33fc6
Remove hash table lookups from ex_data.
by David Benjamin
· 10 years ago
546f1a5
Unexpose the generic ex_data functions.
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
b6d0c6d
Remove the stats block in SSL_CTX.
by David Benjamin
· 10 years ago
b18f024
Minor formatting tweaks.
by David Benjamin
· 10 years ago
a54e2e8
Remove server-side HelloVerifyRequest support.
by David Benjamin
· 10 years ago
23a8ca1
Implement SSL_get1_session with SSL_SESSION_up_ref.
by David Benjamin
· 10 years ago
3363984
Add SSL_SESSION_up_ref.
by David Benjamin
· 10 years ago
efed221
Enable more warnings & treat warnings as errors on Windows.
by Brian Smith
· 10 years ago
aa3f6da
Tag a number of globals as const.
by David Benjamin
· 10 years ago
a307dfd
Add (void) to some macros to satisfy compiler.
by Adam Langley
· 10 years ago
fcf2583
Reformat the rest of ssl/.
by Adam Langley
· 10 years ago
a6d8101
Consistently use RAND_bytes and check for failure.
by David Benjamin
· 10 years ago
7e23746
Remove redundant SSL_ST_BEFORE-related checks.
by David Benjamin
· 10 years ago
0f1e64b
Remove method swap in SSL_set_session.
by David Benjamin
· 10 years ago
d1681e6
Remove SSL_set_session_secret_cb (EAP-FAST)
by David Benjamin
· 10 years ago
5e4f6e9
Remove some remnants of SSLv2.
by David Benjamin
· 10 years ago
688d8df
Remove psk_identity_hint from SSL_SESSION.
by David Benjamin
· 10 years ago
d7a76e7
Remove key_arg and key_arg_length from SSL_SESSION.
by David Benjamin
· 10 years ago
Next »