index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
/
networking
/
tls_aesgcm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tls: AES-GCM: in GMULT, avoid memcpy, use one less variable in bit loop
Denys Vlasenko
2018-12-08
1
-11
/
+11
*
tls: make RIGHTSHIFTX() in AES-GCM faster
Denys Vlasenko
2018-12-08
1
-7
/
+56
*
tls: code shrink
Denys Vlasenko
2018-11-25
1
-5
/
+13
*
tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned source
Denys Vlasenko
2018-11-25
1
-2
/
+4
*
tls: speed up xor'ing of aligned 16-byte buffers
Denys Vlasenko
2018-11-24
1
-7
/
+8
*
tls: in AES-GCM decoding, avoid memmove
Denys Vlasenko
2018-11-24
1
-9
/
+0
*
tls: fix a thinko in GHASH optimization
Denys Vlasenko
2018-11-24
1
-1
/
+1
*
tls: code shrink
Denys Vlasenko
2018-11-23
1
-3
/
+4
*
tls: typo fix in comment
Denys Vlasenko
2018-11-23
1
-2
/
+2
*
tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned
Denys Vlasenko
2018-11-23
1
-9
/
+4
*
tls: simplify aesgcm_GHASH()
Denys Vlasenko
2018-11-23
1
-29
/
+44
*
tls: in AES-CBC code, do not set key for every record - do it once
Denys Vlasenko
2018-11-23
1
-10
/
+0
*
tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher
Denys Vlasenko
2018-11-23
1
-0
/
+148