aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko1-2/+10
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko4-7/+18
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko1-0/+2
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi7-5/+7
2018-11-27hush: allow hush to run embedded scriptsRon Yorston10-32/+62
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko1-3/+3
2018-11-27docs: add embedded-scripts.txtRon Yorston2-1/+117
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko1-1/+2
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko1-7/+13
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko3-5/+11
2018-11-27build system: prevent duplicate applet namesRon Yorston1-1/+9
2018-11-27Tweaks to build process for embedded scriptsRon Yorston5-23/+14
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko1-8/+4
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko1-0/+4
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko1-29/+29
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko1-4/+3
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko1-40/+39
2018-11-26libbb: add comment on sha384Denys Vlasenko1-0/+5
2018-11-26tls: simplify hmac_begin()Denys Vlasenko1-11/+27
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko1-87/+117
2018-11-25tls: fix commentsDenys Vlasenko1-1/+5
2018-11-25tls: add a comment on expanding list of supported ciphersDenys Vlasenko1-7/+30
2018-11-25tls: do not leak RSA keyDenys Vlasenko2-0/+13
2018-11-25tls: code shrinkDenys Vlasenko2-16/+12
2018-11-25tls: code shrinkDenys Vlasenko1-15/+16
2018-11-25tls: code shrinkDenys Vlasenko2-6/+14
2018-11-25tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned sourceDenys Vlasenko1-2/+4
2018-11-25tls: actually fill in CIPHER_ID3 value in hello messageDenys Vlasenko1-5/+3
2018-11-25ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko1-0/+1
2018-11-24wget: code shrinkDenys Vlasenko1-8/+6
2018-11-24tls: fix is.gd again, fix AES-CBC using decrypt key instead of encryptDenys Vlasenko1-5/+7
2018-11-24tls: speed up xor'ing of aligned 16-byte buffersDenys Vlasenko3-17/+36
2018-11-24tls: in AES-GCM decoding, avoid memmoveDenys Vlasenko4-15/+17
2018-11-24tls: fix a thinko in GHASH optimizationDenys Vlasenko1-1/+1
2018-11-23tls: make tls_get_random() FAST_FUNCDenys Vlasenko2-2/+2
2018-11-23wget: print the final newline only for non-tty outputDenys Vlasenko3-5/+9
2018-11-23tls: code shrinkDenys Vlasenko1-3/+4
2018-11-23tls: typo fix in commentDenys Vlasenko1-2/+2
2018-11-23tls: make local buffers in aesgcm_GHASH() explicitly 32-bit alignedDenys Vlasenko1-9/+4
2018-11-23tls: code shrinkDenys Vlasenko2-15/+21
2018-11-23tls: simplify aesgcm_GHASH()Denys Vlasenko3-47/+60
2018-11-23tls: in AES-CBC code, do not set key for every record - do it onceDenys Vlasenko5-32/+28
2018-11-23tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko11-94/+480
2018-11-20ash: reset tokpushback before prompting while parsing heredocChristoph Schulz1-0/+1
2018-11-19scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko1-12/+9
2018-11-18tls: add comment, no code changesDenys Vlasenko1-2/+14
2018-11-18Ensure build works when KBUILD_OUTPUT is set, closes 11511Ron Yorston2-3/+3
2018-11-18busybox: add '--show SCRIPT' option to display scriptsRon Yorston2-38/+59
2018-11-17Treat custom and applet scripts as appletsRon Yorston17-126/+217
2018-11-16ash: ensure variables are fully initialised when unsetRon Yorston1-3/+2