index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
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
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-25
tls: do not leak RSA key
Denys Vlasenko
2
-0
/
+13
2018-11-25
tls: code shrink
Denys Vlasenko
2
-16
/
+12
2018-11-25
tls: code shrink
Denys Vlasenko
1
-15
/
+16
2018-11-25
tls: code shrink
Denys Vlasenko
2
-6
/
+14
2018-11-25
tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned source
Denys Vlasenko
1
-2
/
+4
2018-11-25
tls: actually fill in CIPHER_ID3 value in hello message
Denys Vlasenko
1
-5
/
+3
2018-11-25
ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead
Denys Vlasenko
1
-0
/
+1
2018-11-24
wget: code shrink
Denys Vlasenko
1
-8
/
+6
2018-11-24
tls: fix is.gd again, fix AES-CBC using decrypt key instead of encrypt
Denys Vlasenko
1
-5
/
+7
2018-11-24
tls: speed up xor'ing of aligned 16-byte buffers
Denys Vlasenko
3
-17
/
+36
2018-11-24
tls: in AES-GCM decoding, avoid memmove
Denys Vlasenko
4
-15
/
+17
2018-11-24
tls: fix a thinko in GHASH optimization
Denys Vlasenko
1
-1
/
+1
2018-11-23
tls: make tls_get_random() FAST_FUNC
Denys Vlasenko
2
-2
/
+2
2018-11-23
wget: print the final newline only for non-tty output
Denys Vlasenko
3
-5
/
+9
2018-11-23
tls: code shrink
Denys Vlasenko
1
-3
/
+4
2018-11-23
tls: typo fix in comment
Denys Vlasenko
1
-2
/
+2
2018-11-23
tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned
Denys Vlasenko
1
-9
/
+4
2018-11-23
tls: code shrink
Denys Vlasenko
2
-15
/
+21
2018-11-23
tls: simplify aesgcm_GHASH()
Denys Vlasenko
3
-47
/
+60
2018-11-23
tls: in AES-CBC code, do not set key for every record - do it once
Denys Vlasenko
5
-32
/
+28
2018-11-23
tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher
Denys Vlasenko
11
-94
/
+480
2018-11-20
ash: reset tokpushback before prompting while parsing heredoc
Christoph Schulz
1
-0
/
+1
2018-11-19
scripts/trylink: be more clever when deciding that "lib elimination" has fini...
Denys Vlasenko
1
-12
/
+9
2018-11-18
tls: add comment, no code changes
Denys Vlasenko
1
-2
/
+14
2018-11-18
Ensure build works when KBUILD_OUTPUT is set, closes 11511
Ron Yorston
2
-3
/
+3
2018-11-18
busybox: add '--show SCRIPT' option to display scripts
Ron Yorston
2
-38
/
+59
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
17
-126
/
+217
2018-11-16
ash: ensure variables are fully initialised when unset
Ron Yorston
1
-3
/
+2
2018-11-14
hush: correct description for HUSH_TICK config option
Ron Yorston
1
-1
/
+1
2018-11-14
tls: code shrink
Denys Vlasenko
1
-1
/
+1
2018-11-13
wget: print "TLS certificate validation not implemented" only once on redirects
Denys Vlasenko
1
-1
/
+3
2018-11-13
tls: code shrink
Denys Vlasenko
1
-11
/
+13
2018-11-13
tls: tidy up recently added ECDSA code
Denys Vlasenko
1
-19
/
+21
2018-11-13
tls: code shrink
Denys Vlasenko
1
-11
/
+21
2018-11-13
tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curve
Denys Vlasenko
4
-80
/
+865
2018-11-06
ash: minor fixes
Ron Yorston
1
-1
/
+5
2018-11-05
tls: code shrink
Denys Vlasenko
1
-8
/
+4
2018-11-04
tls: reorder a few more cipher ids
Denys Vlasenko
1
-17
/
+17
2018-11-04
tls: move TLS_AES_128_GCM_SHA256 definition up
Denys Vlasenko
1
-1
/
+1
2018-11-04
tls: add more cipher ids, no code changes
Denys Vlasenko
1
-15
/
+48
2018-11-03
udhcpc: code shrink
Denys Vlasenko
2
-2
/
+6
2018-11-02
remove FAST_FUNC on a static function
Denys Vlasenko
1
-2
/
+2
2018-11-02
scripts/embedded_scripts: do not add superfluous NUL to script_names[]
Denys Vlasenko
1
-1
/
+1
2018-11-02
libarchive: add a function to unpack embedded data
Ron Yorston
4
-99
/
+54
2018-11-01
svlogd: fix pattern matching when using timestamps
Denys Vlasenko
1
-4
/
+4
2018-11-01
busybox: show embedded scripts in applet list
Denys Vlasenko
1
-15
/
+21
2018-11-01
lineedit: autocompletion for embedded scripts
Ron Yorston
1
-4
/
+10
2018-11-01
ash: fix thinko in last commit
Denys Vlasenko
1
-5
/
+1
2018-11-01
ash: in tryexec(), ensure we don't try to run embedded scripts as applets
Ron Yorston
1
-0
/
+8
2018-11-01
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
3
-5
/
+17
[next]