index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
ssl_sess.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
const correct tls_session_secret_cb_fn()
tb
6 days
1
-2
/
+2
*
Use cipher suite values instead of IDs.
jsing
2024-07-22
1
-3
/
+3
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
1
-9
/
+2
*
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
jsing
2024-07-19
1
-8
/
+1
*
Unify up_ref implementations in libssl
tb
2024-03-27
1
-3
/
+2
*
Stop fiddling with hash table internals from lhash doall callers.
jsing
2024-01-24
1
-6
/
+3
*
Unifdef OPENSSL_NO_ENGINE in libssl
tb
2023-11-19
1
-24
/
+1
*
Hide all public symbols in libssl
beck
2023-07-08
1
-1
/
+53
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Provide ssl_session_dup()
tb
2022-10-20
1
-1
/
+106
*
Clean up resumption master secret in SSL_SESSION_free()
tb
2022-10-20
1
-1
/
+3
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-73
/
+73
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
1
-3
/
+3
*
Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning
tb
2022-06-07
1
-3
/
+5
*
Simplify various CBS_write_bytes() calls
tb
2022-06-07
1
-4
/
+2
*
Tweak readability of a test: compare tmp explicitly against 0 and drop
tb
2022-06-07
1
-2
/
+2
*
Add a cast to SSL_SESSION_get_id() to indicate that session_id_length
tb
2022-06-07
1
-2
/
+2
*
fix indent
tb
2022-06-07
1
-2
/
+2
*
Unindent and simplify remove_session_lock()
tb
2022-06-07
1
-21
/
+22
*
Fix comment + spacing.
tb
2022-06-06
1
-2
/
+2
*
Remove peer_pkeys from SSL_SESSION.
jsing
2022-01-11
1
-5
/
+1
*
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
2022-01-11
1
-3
/
+3
*
Merge SESS_CERT into SSL_SESSION.
jsing
2022-01-08
1
-2
/
+6
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-39
/
+33
*
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
tb
2021-09-08
1
-1
/
+7
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Provide SSL_SESSION_get0_cipher(3)
tb
2021-05-10
1
-1
/
+7
*
Handle DTLS1_2_VERSION in various places.
jsing
2021-02-20
1
-1
/
+2
*
Condense and simplify TLS methods.
jsing
2020-10-11
1
-2
/
+2
*
Prepare to provide SSL_SESSION_{set,get}_max_early_data()
tb
2020-09-19
1
-1
/
+13
*
Simplify SSL method lookups.
jsing
2020-09-17
1
-4
/
+2
*
Cleanup and simplify SSL_set_session().
jsing
2020-09-14
1
-36
/
+22
*
KNF and comment tweaks
tb
2020-09-02
1
-8
/
+10
*
Zero out data to avoid leaving stack garbage in the tail of
tb
2020-09-01
1
-1
/
+3
*
The bumping of sess_cb_hit stats can wait until handling of
tb
2020-09-01
1
-4
/
+3
*
In the explanatory comment of ssl_get_prev_session fix the spelling of
tb
2020-09-01
1
-5
/
+6
*
Split session retrieval out of ssl_get_prev_session()
tb
2020-09-01
1
-78
/
+92
*
copy session id directly in ssl_get_prev_session
tb
2020-09-01
1
-3
/
+16
*
indent the only other label in this file
tb
2020-09-01
1
-2
/
+2
*
Indent label and remove dangling else
tb
2020-09-01
1
-4
/
+4
*
Zap NULL check before SSL_SESSION_free()
tb
2020-09-01
1
-3
/
+2
*
Rename the session pointer ret to sess
tb
2020-09-01
1
-25
/
+25
*
Return code tweaks for session ticket handlers
tb
2020-08-31
1
-9
/
+7
*
Send alert on ssl_get_prev_session failure
tb
2020-08-31
1
-6
/
+7
*
Pass the session ID down to the session/ticket handling code as a CBS.
jsing
2019-04-22
1
-9
/
+10
*
This case also needs to be fatal.
jsing
2019-04-04
1
-1
/
+2
*
mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh
deraadt
2019-04-01
1
-3
/
+3
*
do not call assert(), which has a tendency to leave traces of stuff in
deraadt
2019-03-24
1
-2
/
+3
*
Simplify session ticket parsing/handling.
jsing
2018-08-24
1
-11
/
+11
*
OpenSSL started adding const to functions all over the place. Make all
tb
2018-04-25
1
-4
/
+4
[next]