summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_algs.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-04H comes before J;jmc1-6/+6
2004-02-03OK, this time the AES soft keys work with ssh and such. I spent over 3deraadt2-32/+126
hours learning that OpenSSL's internal functions for AES extended keys generate screwy byte order swapped data..
2004-02-03oops, software key gen bugderaadt2-70/+20
2004-02-03Switch to using software generated extended keys (because the cpu cannotderaadt2-20/+70
yet generate 192 & 256 bit keys). Ensure that 192 and 256 are in the nids table. This also accelerates performance for 128 a tiny bit: type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 34921.48k 129617.82k 362059.93k 623649.81k 790397.77k aes-192-cbc 26227.43k 99215.33k 283242.84k 509881.15k 665323.22k aes-256-cbc 26133.22k 97458.06k 265990.84k 457824.69k 579835.09k
2004-02-03Obsoleted by getopt_long.cmillert1-116/+0
2004-02-03Correct the arm ifdefs previously inserted, is working correctly now.drahn1-3/+3