Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-02-04 | H comes before J; | jmc | 1 | -6/+6 | |
2004-02-03 | OK, this time the AES soft keys work with ssh and such. I spent over 3 | deraadt | 2 | -32/+126 | |
hours learning that OpenSSL's internal functions for AES extended keys generate screwy byte order swapped data.. | |||||
2004-02-03 | oops, software key gen bug | deraadt | 2 | -70/+20 | |
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | deraadt | 2 | -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-03 | Obsoleted by getopt_long.c | millert | 1 | -116/+0 | |
2004-02-03 | Correct the arm ifdefs previously inserted, is working correctly now. | drahn | 1 | -3/+3 | |