aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-29vi: code shrinkDenys Vlasenko
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko
2018-11-27docs: add embedded-scripts.txtRon Yorston
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2018-11-27build system: prevent duplicate applet namesRon Yorston
2018-11-27Tweaks to build process for embedded scriptsRon Yorston
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko
2018-11-26libbb: add comment on sha384Denys Vlasenko
2018-11-26tls: simplify hmac_begin()Denys Vlasenko
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko
2018-11-25tls: fix commentsDenys Vlasenko
2018-11-25tls: add a comment on expanding list of supported ciphersDenys Vlasenko
2018-11-25tls: do not leak RSA keyDenys Vlasenko
2018-11-25tls: code shrinkDenys Vlasenko
2018-11-25tls: code shrinkDenys Vlasenko
2018-11-25tls: code shrinkDenys Vlasenko
2018-11-25tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned sourceDenys Vlasenko
2018-11-25tls: actually fill in CIPHER_ID3 value in hello messageDenys Vlasenko
2018-11-25ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko
2018-11-24wget: code shrinkDenys Vlasenko
2018-11-24tls: fix is.gd again, fix AES-CBC using decrypt key instead of encryptDenys Vlasenko
2018-11-24tls: speed up xor'ing of aligned 16-byte buffersDenys Vlasenko
2018-11-24tls: in AES-GCM decoding, avoid memmoveDenys Vlasenko
2018-11-24tls: fix a thinko in GHASH optimizationDenys Vlasenko
2018-11-23tls: make tls_get_random() FAST_FUNCDenys Vlasenko
2018-11-23wget: print the final newline only for non-tty outputDenys Vlasenko
2018-11-23tls: code shrinkDenys Vlasenko
2018-11-23tls: typo fix in commentDenys Vlasenko
2018-11-23tls: make local buffers in aesgcm_GHASH() explicitly 32-bit alignedDenys Vlasenko
2018-11-23tls: code shrinkDenys Vlasenko
2018-11-23tls: simplify aesgcm_GHASH()Denys Vlasenko
2018-11-23tls: in AES-CBC code, do not set key for every record - do it onceDenys Vlasenko
2018-11-23tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko
2018-11-20ash: reset tokpushback before prompting while parsing heredocChristoph Schulz
2018-11-19scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko
2018-11-18tls: add comment, no code changesDenys Vlasenko
2018-11-18Ensure build works when KBUILD_OUTPUT is set, closes 11511Ron Yorston