Richard Levitte
|
5d9470ff8e
-elapsed is also useful when using gettimeofday
|
22 years ago |
Bodo Möller
|
7eb18f1237
Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
|
22 years ago |
Bodo Möller
|
5488bb6197
get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)
|
22 years ago |
Bodo Möller
|
41fdcfa71e
fix warnings
|
22 years ago |
Bodo Möller
|
e172d60ddb
Add ECDH support.
|
22 years ago |
Richard Levitte
|
125cc35b59
Merge in DES changed from 0.9.7-stable.
|
22 years ago |
Bodo Möller
|
af28dd6c75
Fix bugs and typos.
|
23 years ago |
Dr. Stephen Henson
|
de941e289e
|
23 years ago |
Bodo Möller
|
690ecff795
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
|
23 years ago |
Bodo Möller
|
87a4b4d1f4
fix printf call
|
23 years ago |
Dr. Stephen Henson
|
3647bee263
Config code updates.
|
23 years ago |
Richard Levitte
|
3e83e686ba
Add the configuration target VxWorks.
|
23 years ago |
Richard Levitte
|
1199e2d8cf
Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.
|
23 years ago |
Richard Levitte
|
ba1b888384
Implement speed measurement for AES.
|
23 years ago |
Richard Levitte
|
47cc5525a2
RSA counter should only be defined of RSA is available.
|
23 years ago |
Ben Laurie
|
ff3fa48fc7
Improve back compatibility.
|
23 years ago |
Bodo Möller
|
87166e1fb6
fix warnings (one of them was clearly justified)
|
23 years ago |
Richard Levitte
|
83c40e7fc0
Make it possible to give digest names as -evp arguments.
|
23 years ago |
Dr. Stephen Henson
|
b83eddc578
Win32 fixes.
|
23 years ago |
Richard Levitte
|
f559f31bef
DOS and Windows do not like unistd.h
|
23 years ago |
Richard Levitte
|
66d3e7481e
Make sure openssl speed is compilable on systems where fork() doesn't
|
23 years ago |
Ben Laurie
|
0e21156333
Add paralellism to speed - note that this currently causes a weird memory leak.
|
23 years ago |
Richard Levitte
|
c2e4f17c1a
Due to an increasing number of clashes between modern OpenSSL and
|
23 years ago |
Dr. Stephen Henson
|
cecd263878
Add missing EVP_CIPHER_CTX_{init,cleanup}
|
23 years ago |
Dr. Stephen Henson
|
581f1c8494
Modify EVP cipher behaviour in a similar way
|
23 years ago |
Dr. Stephen Henson
|
20d2186c87
|
23 years ago |
Richard Levitte
|
3d90a32429
sch isn't an array, how did this pass through gcc?
|
23 years ago |
Richard Levitte
|
a4a8f7b3ef
Change HZ in speed to rely on sysconf() if the clock tick is available
|
23 years ago |
Richard Levitte
|
7876e4488f
Stop thinking arguments starting with - are algorithm identifiers.
|
23 years ago |
Geoff Thorpe
|
6dc5d570d0
Make necessary tweaks to apps/ files due to recent ENGINE surgery. See
|
23 years ago |