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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
Test and assign in tls1_prf_P_hash()
tb
1
-5
/
+8
2024-07-09
Fix whitespace around '/'
tb
1
-4
/
+4
2024-07-09
Invert logic in tls1_prf_alg()
tb
1
-22
/
+22
2024-07-09
olen -> out_len
tb
1
-15
/
+15
2024-07-09
Add a few empty lines
tb
1
-1
/
+7
2024-07-09
seedlen -> seed_len
tb
1
-10
/
+10
2024-07-09
seclen -> secret_len
tb
1
-7
/
+7
2024-07-09
slen -> secret_len
tb
1
-7
/
+8
2024-07-09
sec -> secret
tb
1
-17
/
+17
2024-07-09
Replace local typedef with spelling out the struct name
tb
1
-8
/
+8
2024-07-09
Remove a few useless comments
tb
1
-6
/
+1
2024-07-09
Apply a knfmt(8) sledgehammer
tb
1
-226
/
+236
2024-07-09
Add an RCS tag
tb
1
-1
/
+1
2024-07-09
Replace license stub with full license
tb
1
-5
/
+55
2024-07-09
link tls1_prf.c to build
tb
1
-1
/
+2
2024-07-09
Replace a malloc() call with calloc()
tb
1
-1
/
+1
2024-07-09
Replace an ossl_assert() with an error check
tb
1
-2
/
+1
2024-07-09
Use C99 initializers for tls1_prf_pkey_meth()
tb
1
-19
/
+23
2024-07-09
Inline an instance of OPENSSL_memdup()
tb
1
-2
/
+11
2024-07-09
Tidy up includes
tb
1
-3
/
+7
2024-07-09
OPENSSL_free() -> free()
tb
1
-1
/
+1
2024-07-09
OPENSSL_cleanse() -> explicit_bzero()
tb
1
-3
/
+3
2024-07-09
OPENSSL_clear_free() -> freezero()
tb
1
-4
/
+4
2024-07-09
OPENSSL_malloc() -> malloc()
tb
1
-1
/
+1
2024-07-09
Spell OPENSSL_zalloc() correctly as calloc()
tb
1
-1
/
+1
2024-07-09
Mechanically replace KDFerr() with KDFerror()
tb
1
-8
/
+8