index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
tls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2026-03-11
1
-369
/
+1205
|
\
|
*
tls: code shrink
Denys Vlasenko
2026-02-21
1
-14
/
+13
|
*
tls: server: fix incorrect key_block assignments - now works against openssl ...
Denys Vlasenko
2026-02-15
1
-80
/
+137
|
*
tls: make ECDHE_RSA work against our client (openssl s_client not yet)
Denys Vlasenko
2026-02-15
1
-56
/
+222
|
*
tls: fix cipher-id selection in server mode
Denys Vlasenko
2026-02-15
1
-211
/
+396
|
*
tls: eliminate unnecessary ENCRYPT_ON_WRITE, merge tls_get_zeroed_outbuf() wi...
Denys Vlasenko
2026-02-15
1
-37
/
+23
|
*
tls: fix up debug printouts wrt newlines
Denys Vlasenko
2026-02-15
1
-88
/
+90
|
*
tls: implement server code
Denys Vlasenko
2026-02-15
1
-123
/
+545
|
*
ssl_server: new applet, not functional yet
Denys Vlasenko
2026-02-15
1
-0
/
+19
*
|
libbb: refactor CNG hashing implementation
rfl890
2026-01-27
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-01-22
1
-1
/
+4
|
\
|
|
*
tls: better error message when TLS record is truncated
Denys Vlasenko
2025-11-25
1
-1
/
+4
*
|
Further mingw-w64/gcc build tweaks
Ron Yorston
2025-10-02
1
-0
/
+7
*
|
Allow building with older mingw-w64/gcc
Ron Yorston
2025-10-01
1
-0
/
+3
*
|
tls: rewrite Schannel code
RFL890
2025-08-28
1
-248
/
+263
*
|
tls: various schannel fixes
RFL890
2025-08-18
1
-135
/
+61
*
|
Post-merge fixes
Ron Yorston
2025-08-12
1
-4
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-12
1
-239
/
+38
|
\
|
|
*
libbb: introduce and use block-XOR functions
Denys Vlasenko
2025-07-09
1
-31
/
+8
|
*
libbb/yescrypt: remove redundant SHA256 HMAC implementation
Denys Vlasenko
2025-07-07
1
-4
/
+4
|
*
libbb: factor out HMAC code from TLS
Denys Vlasenko
2025-07-07
1
-131
/
+30
*
|
tls: whitespace fixes
Ron Yorston
2025-08-08
1
-4
/
+4
*
|
tls: fix schannel handshake on older Windows
RFL890
2025-08-08
1
-1
/
+1
*
|
tls: add Schannel implementation
rfl890
2025-08-07
1
-10
/
+560
*
|
Call BCryptDestroyHash before freeing memory handle
RFL890
2025-07-30
1
-0
/
+1
*
|
win32: deduplicate die_if_error()
Ron Yorston
2025-07-11
1
-14
/
+5
*
|
remove comments from old implementation
RFL890
2025-07-11
1
-4
/
+0
*
|
patch tls.c to work with CNG implementation
RFL890
2025-07-11
1
-3
/
+89
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
1
-34
/
+79
|
\
|
|
*
tls: move definitions around, no code changes
Denys Vlasenko
2022-09-08
1
-22
/
+12
|
*
tls: include signature_algorithms extension in client hello message
Denys Vlasenko
2022-09-08
1
-18
/
+73
*
|
Merge busybox into merge
Ron Yorston
2021-12-27
1
-1
/
+2
|
\
|
|
*
tls: tweak debug printout
Denys Vlasenko
2021-11-27
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-56
/
+93
|
\
|
|
*
tls: replace "26-bit" P256 code with 32-bit one.
Denys Vlasenko
2021-10-05
1
-8
/
+7
|
*
tls: fix the case of sp_256_mont_tpl_10() leaving striay high bits
Denys Vlasenko
2021-10-05
1
-0
/
+42
|
*
tls: "server cert is not RSA" is a fatal error
Denys Vlasenko
2021-10-01
1
-1
/
+1
|
*
tls: add scaffolding to selectively disable ciphers. no code changes
Denys Vlasenko
2021-10-01
1
-55
/
+51
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-50
/
+70
|
\
|
|
*
tls: make x25519 key generation code more similar to P256
Denys Vlasenko
2021-04-26
1
-36
/
+25
|
*
tls: implement secp256r1 elliptic curve (aka P256)
Denys Vlasenko
2021-04-26
1
-35
/
+66
|
*
tls: "server did not provide EC key" is fatal
Denys Vlasenko
2021-04-24
1
-1
/
+1
|
*
tls: make constant basepoint9[32] array 8-byte aligned
Denys Vlasenko
2021-04-22
1
-1
/
+1
*
|
tls: avoid unnecessary changes to POSIX build, part 2
Ron Yorston
2021-01-25
1
-1
/
+1
*
|
tls: avoid unnecessary changes to POSIX build
Ron Yorston
2021-01-24
1
-6
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-1
/
+1
|
\
|
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
1
-2
/
+0
|
\
|
|
*
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
2020-07-20
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-7
/
+7
|
\
|
[next]