aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-11-18busybox: add '--show SCRIPT' option to display scriptsRon Yorston
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-16ash: ensure variables are fully initialised when unsetRon Yorston
2018-11-14hush: correct description for HUSH_TICK config optionRon Yorston
2018-11-14tls: code shrinkDenys Vlasenko
2018-11-13wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko
2018-11-13tls: code shrinkDenys Vlasenko
2018-11-13tls: tidy up recently added ECDSA codeDenys Vlasenko
2018-11-13tls: code shrinkDenys Vlasenko
2018-11-13tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko
2018-11-06ash: minor fixesRon Yorston
2018-11-05tls: code shrinkDenys Vlasenko
2018-11-04tls: reorder a few more cipher idsDenys Vlasenko
2018-11-04tls: move TLS_AES_128_GCM_SHA256 definition upDenys Vlasenko
2018-11-04tls: add more cipher ids, no code changesDenys Vlasenko
2018-11-03udhcpc: code shrinkDenys Vlasenko
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko
2018-11-02scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01svlogd: fix pattern matching when using timestampsDenys Vlasenko
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston
2018-11-01ash: fix thinko in last commitDenys Vlasenko
2018-11-01ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston