| Commit message (Collapse) | Author | Files | Lines |
|
some of this ok espie@, all of it ok deraadt@
|
|
okay markus@
|
|
|
|
specified;
|
|
|
|
this can cause confusion when a user tries to use a long option with
a program that only supports short options. Furthermore, it appears
to be in violation of POSIX, which states that "--" shall indicate
the end of argument processing, not any string that begins with "--".
OK otto@ and closes PR 3666.
|
|
|
|
hours learning that OpenSSL's internal functions for AES extended keys
generate screwy byte order swapped data..
|
|
|
|
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
|
|
|
|
|