Richard Levitte
|
da9b972466
Make it possible to load keys from stdin, and restore that
|
22 years ago |
Ben Laurie
|
d15711efc6
Handle read errors.
|
22 years ago |
Richard Levitte
|
dfee50ecd9
Allow longer program names (VMS allows up to 39 characters).
|
22 years ago |
Dr. Stephen Henson
|
3647bee263
Config code updates.
|
23 years ago |
Geoff Thorpe
|
1372965e2e
Reduce the header dependencies on engine.h in apps/.
|
23 years ago |
Richard Levitte
|
c04f8cf44a
Use apps_shutdown() in all applications, in case someone decides not
|
23 years ago |
Richard Levitte
|
531d630b5c
Provide an application-common setup function for engines and use it
|
23 years ago |
Richard Levitte
|
30b4c2724e
Extend all the loading functions to take an engine pointer, a pass
|
23 years ago |
Richard Levitte
|
bc36ee6227
Use new-style system-id macros everywhere possible. I hope I haven't
|
24 years ago |
Richard Levitte
|
92125ffaec
Make flag variables int instead of char. This avoids getting into trouble on systems where char is unsigned by default
|
24 years ago |
Richard Levitte
|
32d862ede4
Add the possibility to use keys handled by engines in more
|
24 years ago |
Richard Levitte
|
5270e7025e
Merge the engine branch into the main trunk. All conflicts resolved.
|
24 years ago |
Richard Levitte
|
645749ef98
On VMS, stdout may very well lead to a file that is written to in a
|
24 years ago |
Dr. Stephen Henson
|
688fbf5475
Fix a typo in apps/pkcs12.c which was using the wrong part of
|
24 years ago |
Richard Levitte
|
623eea376a
siglen is unsigned, so comparing it to less than 0 is silly, and
|
24 years ago |
Dr. Stephen Henson
|
7df1c720f6
Fix typo in i2d_ASN1_ENUMERATED
|
24 years ago |
Richard Levitte
|
3009458e2f
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Ralf S. Engelschall
|
667ac4ec6a
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
|
25 years ago |
Bodo Möller
|
d58d092bc9
Avoid warnings.
|
25 years ago |
Bodo Möller
|
b1c4fe3625
Don't mix real tabs with tabs expanded as 8 spaces -- that's
|
25 years ago |
Bodo Möller
|
54a29df0ec
argc counting bug fixed.
|
25 years ago |
Ulf Möller
|
a9be3af5ad
Remove NOPROTO definitions and error code comments.
|
25 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 years ago |
Ben Laurie
|
e778802f53
Massive constification.
|
25 years ago |
Ralf S. Engelschall
|
dfeab0689f
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
|
26 years ago |
Ralf S. Engelschall
|
58964a4922
Import of old SSLeay release: SSLeay 0.9.0b
|
26 years ago |
Ralf S. Engelschall
|
d02b48c63a
Import of old SSLeay release: SSLeay 0.8.1b
|
26 years ago |