aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-20password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko4-11/+19
2017-01-20tls: improve i/o loopDenys Vlasenko1-38/+92
2017-01-20tls: was psAesDecrypt'ing one block too many, trashing buffered dataDenys Vlasenko1-63/+73
2017-01-20rdate: time(NULL) is shorter than time(&var)Denys Vlasenko1-4/+1
2017-01-20rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2-7/+28
2017-01-20tls: do not use common_bufsizDenys Vlasenko1-8/+15
2017-01-20tls: decode alerts and in particular, EOF alert.Denys Vlasenko2-219/+75
2017-01-20tls: add the i/o loop - largish rework of i/o bufferingDenys Vlasenko1-108/+166
2017-01-19tls: fix ROL/ROR x86 optimizationDenys Vlasenko1-5/+14
2017-01-19tls: tested PSTM_X86_64, not enabling it - too largeDenys Vlasenko2-3/+5
2017-01-19tls: commented out psPool_t useDenys Vlasenko10-69/+122
2017-01-19ntpd: print result of hostname resolutionDenys Vlasenko1-1/+3
2017-01-19fdisk: add typical values of -H and -S to --helpDenys Vlasenko1-2/+2
2017-01-19tls: teach it to decrypt AES256-encrypted dataDenys Vlasenko1-20/+53
2017-01-18tls: trim commentsDenys Vlasenko1-21/+2
2017-01-18tls: teach it to send AES256-encrypted dataDenys Vlasenko1-11/+148
2017-01-18tls: added AES code and made it compile. not used yetDenys Vlasenko5-10/+2272
2017-01-18tls: massage writing for encryption support; finer-grained debugDenys Vlasenko1-31/+38
2017-01-17tls: address one easy FIXME, tidy up commentsDenys Vlasenko1-70/+74
2017-01-17tls: process CHANGE_CIPHER_SPEC and FINISHED from serverDenys Vlasenko1-28/+32
2017-01-17tls: rearrange function order, improve commentsDenys Vlasenko1-171/+170
2017-01-17tls: make our send_client_finished() pass server checkDenys Vlasenko1-240/+180
2017-01-16tls: format FINISHED message properly for unencrypted, but sha256 signed modeDenys Vlasenko1-26/+480
2017-01-16Assorted warning fixes and added a comment, no code changesDenys Vlasenko3-1/+14
2017-01-16tls: add sha256 hmac and prf codeDenys Vlasenko3-35/+225
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2-2/+32
2017-01-15libbb: eliminate redundant variable in sha_cryptDenys Vlasenko1-8/+7
2017-01-15sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko2-47/+70
2017-01-15tls: rearrange code, add/improve comments, fix whitespace, no real changes hereDenys Vlasenko8-227/+304
2017-01-15tls: send CHANGE_CIPHER_SPECDenys Vlasenko1-37/+45
2017-01-15whitespace fixDenys Vlasenko1-2/+2
2017-01-15tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko9-37/+5281
2017-01-14tls: DER length byte 0x81 is actually validDenys Vlasenko1-11/+16
2017-01-14tls: a bit more workDenys Vlasenko1-33/+39