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 |
Geoff Thorpe
|
1372965e2e
Reduce the header dependencies on engine.h in apps/.
|
23 years ago |
Ben Laurie
|
7d34470458
Look up MD5 by name.
|
23 years ago |
Ben Laurie
|
dbad169019
Really add the EVP and all of the DES changes.
|
23 years ago |
Geoff Thorpe
|
af436bc158
openssl speed is quite useful for testing hardware support (among other
|
23 years ago |
Ben Laurie
|
f82197ad75
Don't update argc, argv for decrypt flag!
|
23 years ago |
Ben Laurie
|
3f37e73bae
Speed test decrypt EVP operations.
|
23 years ago |
Richard Levitte
|
c04f8cf44a
Use apps_shutdown() in all applications, in case someone decides not
|
23 years ago |
Dr. Stephen Henson
|
323f289c48
|
23 years ago |