aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vi: correctly detect when a deletion empties the bufferRon Yorston2018-12-031-1/+1
* vi: code shrinkDenys Vlasenko2018-11-291-13/+17
* vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko2018-11-291-5/+10
* libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
* libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-294-7/+18
* awk: abort if NF set to negative valueDenys Vlasenko2018-11-281-0/+2
* testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi2018-11-277-5/+7
* hush: allow hush to run embedded scriptsRon Yorston2018-11-2710-32/+62
* free: ensure there is a least one space between numbersDenys Vlasenko2018-11-271-3/+3
* docs: add embedded-scripts.txtRon Yorston2018-11-272-1/+117
* tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko2018-11-271-1/+2
* unlzma: fix too-eager corruption checkDenys Vlasenko2018-11-271-7/+13
* tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-273-5/+11
* build system: prevent duplicate applet namesRon Yorston2018-11-271-1/+9
* Tweaks to build process for embedded scriptsRon Yorston2018-11-275-23/+14
* tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko2018-11-271-8/+4
* tls: add _anon_ cipher definitionsDenys Vlasenko2018-11-261-0/+4
* tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko2018-11-261-29/+29
* tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko2018-11-261-4/+3
* tls: speed up prf_hmac_sha256()Denys Vlasenko2018-11-261-40/+39
* libbb: add comment on sha384Denys Vlasenko2018-11-261-0/+5
* tls: simplify hmac_begin()Denys Vlasenko2018-11-261-11/+27
* tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko2018-11-261-87/+117
* tls: fix commentsDenys Vlasenko2018-11-251-1/+5
* tls: add a comment on expanding list of supported ciphersDenys Vlasenko2018-11-251-7/+30
* tls: do not leak RSA keyDenys Vlasenko2018-11-252-0/+13
* tls: code shrinkDenys Vlasenko2018-11-252-16/+12
* tls: code shrinkDenys Vlasenko2018-11-251-15/+16
* tls: code shrinkDenys Vlasenko2018-11-252-6/+14
* tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned sourceDenys Vlasenko2018-11-251-2/+4
* tls: actually fill in CIPHER_ID3 value in hello messageDenys Vlasenko2018-11-251-5/+3
* ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko2018-11-251-0/+1
* wget: code shrinkDenys Vlasenko2018-11-241-8/+6
* tls: fix is.gd again, fix AES-CBC using decrypt key instead of encryptDenys Vlasenko2018-11-241-5/+7
* tls: speed up xor'ing of aligned 16-byte buffersDenys Vlasenko2018-11-243-17/+36
* tls: in AES-GCM decoding, avoid memmoveDenys Vlasenko2018-11-244-15/+17
* tls: fix a thinko in GHASH optimizationDenys Vlasenko2018-11-241-1/+1
* tls: make tls_get_random() FAST_FUNCDenys Vlasenko2018-11-232-2/+2
* wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-233-5/+9
* tls: code shrinkDenys Vlasenko2018-11-231-3/+4
* tls: typo fix in commentDenys Vlasenko2018-11-231-2/+2
* tls: make local buffers in aesgcm_GHASH() explicitly 32-bit alignedDenys Vlasenko2018-11-231-9/+4
* tls: code shrinkDenys Vlasenko2018-11-232-15/+21
* tls: simplify aesgcm_GHASH()Denys Vlasenko2018-11-233-47/+60
* tls: in AES-CBC code, do not set key for every record - do it onceDenys Vlasenko2018-11-235-32/+28
* tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko2018-11-2311-94/+480
* ash: reset tokpushback before prompting while parsing heredocChristoph Schulz2018-11-201-0/+1
* scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko2018-11-191-12/+9
* tls: add comment, no code changesDenys Vlasenko2018-11-181-2/+14