Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-28tls: P256: simplify sp_256_mont_inv_8 (no need for a temporary)Denys Vlasenko
2021-11-28tls: P256: pad struct sp_point to 64 bits (on 64-bit arches)Denys Vlasenko
2021-11-27tls: P256: trivial x86-64 fixDenys Vlasenko
2021-11-27tls: P256: change logic so that we don't need double-wide vectors everywhereDenys Vlasenko
2021-11-27tls: P256: do not open-code copying of struct variablesDenys Vlasenko
2021-11-27tls: P256: fix sp_256_div2_8 - it wouldn't use a[] if low bit is 0Denys Vlasenko
2021-11-27tls: P256: remove redundant zeroing in sp_256_map_8Denys Vlasenko
2021-11-27tls: P256: explain which functions use double-wide arrays, no code changesDenys Vlasenko
2021-11-27tls: P256: remove constant-time trick in sp_256_proj_point_add_8Denys Vlasenko
2021-11-27tls: P256: do not open-code copying of struct variablesDenys Vlasenko
2021-11-27tls: tweak debug printoutDenys Vlasenko
2021-11-27tls: P256: 64-bit optimizationsDenys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-11whitespace fixDenys Vlasenko
2021-10-11tls: code shrink curve25519Denys Vlasenko
2021-10-11tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-08httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko
2021-10-08ip: added support for setting netns on devicesNicholas Niro
2021-10-06tls: whitespace fixDenys Vlasenko
2021-10-06tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko
2021-10-06tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko
2021-10-06tls: P256: x86-64 assemblyDenys Vlasenko
2021-10-06tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko
2021-10-06tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko
2021-10-06tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko
2021-10-06tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko
2021-10-06tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko
2021-10-06tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko
2021-10-06tls: optimize sp_256_mul_8 in P256Denys Vlasenko
2021-10-05tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko
2021-10-05tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko
2021-10-05tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko
2021-10-05tls: remove one overzealous debugging statementDenys Vlasenko
2021-10-05tls: add debugging scaffolding to P256 codeDenys Vlasenko
2021-10-05tls: another P256 code shrinkDenys Vlasenko
2021-10-05tls: P256 code shrinkDenys Vlasenko
2021-10-01tls: "server cert is not RSA" is a fatal errorDenys Vlasenko
2021-10-01wget: implement --post-fileRon Yorston
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko
2021-10-01tls: code shrink P256 codeDenys Vlasenko
2021-09-30tls: remove unused defineDenys Vlasenko
2021-09-10httpd: fix config depsDenys Vlasenko
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev
2021-09-04udhcp: add comments, no code changesDenys Vlasenko
2021-09-02dhcprelay: change two more variables to unsignedDenys Vlasenko
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko