aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Ensure build works when KBUILD_OUTPUT is set, closes 11511Ron Yorston2018-11-182-3/+3
| * busybox: add '--show SCRIPT' option to display scriptsRon Yorston2018-11-182-38/+59
| * Treat custom and applet scripts as appletsRon Yorston2018-11-1717-126/+217
| * ash: ensure variables are fully initialised when unsetRon Yorston2018-11-161-3/+2
| * hush: correct description for HUSH_TICK config optionRon Yorston2018-11-141-1/+1
| * tls: code shrinkDenys Vlasenko2018-11-141-1/+1
| * wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko2018-11-131-1/+3
| * tls: code shrinkDenys Vlasenko2018-11-131-11/+13
| * tls: tidy up recently added ECDSA codeDenys Vlasenko2018-11-131-19/+21
| * tls: code shrinkDenys Vlasenko2018-11-131-11/+21
| * tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko2018-11-134-80/+865
| * ash: minor fixesRon Yorston2018-11-061-1/+5
| * tls: code shrinkDenys Vlasenko2018-11-051-8/+4
| * tls: reorder a few more cipher idsDenys Vlasenko2018-11-041-17/+17
| * tls: move TLS_AES_128_GCM_SHA256 definition upDenys Vlasenko2018-11-041-1/+1
| * tls: add more cipher ids, no code changesDenys Vlasenko2018-11-041-15/+48
| * udhcpc: code shrinkDenys Vlasenko2018-11-032-2/+6
| * remove FAST_FUNC on a static functionDenys Vlasenko2018-11-021-2/+2
| * scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko2018-11-021-1/+1
| * libarchive: add a function to unpack embedded dataRon Yorston2018-11-024-99/+54
| * svlogd: fix pattern matching when using timestampsDenys Vlasenko2018-11-011-4/+4