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
/
t1_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify tls1_check_ec_key()
tb
2025-01-18
1
-7
/
+7
*
Rename grp to group like almost everywhere else
tb
2025-01-18
1
-4
/
+4
*
Remove parentheses in return statements
tb
2025-01-18
1
-14
/
+14
*
Remove two pointless NULL checks
tb
2025-01-18
1
-8
/
+1
*
Drop field determination dance
tb
2025-01-18
1
-9
/
+2
*
Stop pretending we support arbirary explicit groups
tb
2025-01-18
1
-3
/
+2
*
Check for negative EVP_CIPHER_CTX_iv_length() return in libssl
tb
2023-11-18
1
-6
/
+8
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-53
/
+53
*
Refactor tls1_get_supported_group()
tb
2022-08-17
1
-28
/
+95
*
Make tls1_get_{format,group_}list() take a const SSL
tb
2022-08-17
1
-3
/
+3
*
Simplify tls1_ec_nid2group_id()
tb
2022-07-03
1
-98
/
+10
*
Simplify tls1_ec_group_id2{bits,nid}()
tb
2022-07-03
1
-9
/
+9
*
Rename uses 'curve' to 'group' and rework tls1 group API.
tb
2022-07-02
1
-116
/
+158
*
Fix off-by-one in length check.
tb
2022-07-02
1
-3
/
+3
*
Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on error
tb
2022-07-02
1
-3
/
+3
*
Remove redundant comments
tb
2022-06-30
1
-30
/
+30
*
Check security level for supported groups.
tb
2022-06-30
1
-32
/
+149
*
Garbage collect the unused rv in tls1_check_ec_server_key() and
tb
2022-01-24
1
-3
/
+2
*
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
jsing
2022-01-08
1
-3
/
+3
*
Stop reaching into EVP_PKEY in the rest of libssl.
tb
2021-11-26
1
-5
/
+6
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-5
/
+5
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-3
/
+3
*
Indent all labels with a single space.
jsing
2021-06-11
1
-2
/
+2
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Mark nid_list[] const. This moves 116 bytes to .rodata.
tb
2020-12-05
1
-2
/
+2
*
SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL
guenther
2020-10-11
1
-14
/
+1
*
Mop up various things that are now unused with the new record layer.
jsing
2020-10-07
1
-4
/
+4
*
Simplify tls1_set_ec_id() a bit
tb
2020-09-12
1
-24
/
+19
*
Garbage collect renew_ticket in tls_decrypt_ticket
tb
2020-09-07
1
-8
/
+5
*
copy session id directly in ssl_get_prev_session
tb
2020-09-01
1
-21
/
+5
*
Hoist ERR_clear_error() call into the derr: label
tb
2020-09-01
1
-4
/
+2
*
simplify tls1_process_ticket() exit path
tb
2020-09-01
1
-17
/
+6
*
Return code tweaks for session ticket handlers
tb
2020-08-31
1
-37
/
+36
*
Send alert on ssl_get_prev_session failure
tb
2020-08-31
1
-8
/
+18
*
Add P-521 to the list of curves supported by default in the client.
jsing
2020-08-09
1
-5
/
+18
*
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
2020-07-07
1
-9
/
+1
*
Mop up servername_done, which is unused.
jsing
2020-05-29
1
-5
/
+1
*
Use size_t for OCSP response length.
jsing
2020-05-10
1
-5
/
+4
*
Remove the enc function pointers.
jsing
2020-03-10
1
-4
/
+1
*
Use calloc/freezero when allocating and freeing the session ticket data.
jsing
2019-04-25
1
-4
/
+6
*
Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of
jsing
2019-04-25
1
-24
/
+29
*
Rename some variables in tls_decrypt_ticket().
jsing
2019-04-25
1
-18
/
+18
*
Convert tls_decrypt_ticket() to CBS.
jsing
2019-04-23
1
-44
/
+72
*
Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().
jsing
2019-04-22
1
-41
/
+29
*
Pass the session ID down to the session/ticket handling code as a CBS.
jsing
2019-04-22
1
-18
/
+20
*
Inline and remove the tlsext_tick_md macro.
jsing
2019-04-22
1
-2
/
+2
*
Clean up tls1_process_ticket().
jsing
2019-04-21
1
-39
/
+43
*
Cleanup more of tls_decrypt_ticket().
jsing
2019-04-21
1
-5
/
+9
*
Start cleaning up tls_decrypt_ticket().
jsing
2019-04-21
1
-58
/
+63
[next]