aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-21more ip --help fixesDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-21tls: reorder tls_state fields for smaller offsetsDenys Vlasenko
2017-01-20tls: send SNI in the client helloDenys Vlasenko
2017-01-20tls: check size on "MAC-only, no crypt" code path tooDenys Vlasenko
2017-01-20tls: AES decrypt does one unnecessary memmoveDenys Vlasenko
2017-01-20tls: make input buffer grow as neededDenys Vlasenko
2017-01-20password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko
2017-01-20tls: improve i/o loopDenys Vlasenko
2017-01-20tls: was psAesDecrypt'ing one block too many, trashing buffered dataDenys Vlasenko
2017-01-20rdate: time(NULL) is shorter than time(&var)Denys Vlasenko
2017-01-20rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko
2017-01-20tls: do not use common_bufsizDenys Vlasenko
2017-01-20tls: decode alerts and in particular, EOF alert.Denys Vlasenko
2017-01-20tls: add the i/o loop - largish rework of i/o bufferingDenys Vlasenko
2017-01-19tls: fix ROL/ROR x86 optimizationDenys Vlasenko
2017-01-19tls: tested PSTM_X86_64, not enabling it - too largeDenys Vlasenko
2017-01-19tls: commented out psPool_t useDenys Vlasenko
2017-01-19ntpd: print result of hostname resolutionDenys Vlasenko
2017-01-19fdisk: add typical values of -H and -S to --helpDenys Vlasenko
2017-01-19tls: teach it to decrypt AES256-encrypted dataDenys Vlasenko
2017-01-18tls: trim commentsDenys Vlasenko
2017-01-18tls: teach it to send AES256-encrypted dataDenys Vlasenko
2017-01-18tls: added AES code and made it compile. not used yetDenys Vlasenko
2017-01-18tls: massage writing for encryption support; finer-grained debugDenys Vlasenko
2017-01-17tls: address one easy FIXME, tidy up commentsDenys Vlasenko
2017-01-17tls: process CHANGE_CIPHER_SPEC and FINISHED from serverDenys Vlasenko
2017-01-17tls: rearrange function order, improve commentsDenys Vlasenko
2017-01-17tls: make our send_client_finished() pass server checkDenys Vlasenko
2017-01-16tls: format FINISHED message properly for unencrypted, but sha256 signed modeDenys Vlasenko
2017-01-16Assorted warning fixes and added a comment, no code changesDenys Vlasenko
2017-01-16tls: add sha256 hmac and prf codeDenys Vlasenko
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko
2017-01-15libbb: eliminate redundant variable in sha_cryptDenys Vlasenko
2017-01-15sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko
2017-01-15tls: rearrange code, add/improve comments, fix whitespace, no real changes hereDenys Vlasenko
2017-01-15tls: send CHANGE_CIPHER_SPECDenys Vlasenko
2017-01-15whitespace fixDenys Vlasenko
2017-01-15tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko
2017-01-14tls: DER length byte 0x81 is actually validDenys Vlasenko
2017-01-14tls: a bit more workDenys Vlasenko
2017-01-14tls: work-in-progress TLS1.2 test appletDenys Vlasenko
2017-01-11wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko
2017-01-11ash: commented-out possible fix for 7694Denys Vlasenko
2017-01-11ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11hush: reinstate [[ builtinDenys Vlasenko