Lutz Jänicke
|
a92ebf2290
Provide information about "openssl dgst" -hmac option.
|
16 years ago |
Dr. Stephen Henson
|
8dbdf6314c
Typo.
|
17 years ago |
Dr. Stephen Henson
|
9c54e18bf0
Fixes for dgst tool. Initialize md_name, sig_name properly. Return error code
|
17 years ago |
Dr. Stephen Henson
|
0f9e0abbee
Set len to buffer size.
|
17 years ago |
Dr. Stephen Henson
|
e77dbf325f
Prepend signature name in dgst output.
|
17 years ago |
Dr. Stephen Henson
|
f03620ea15
Use default md if none specified in dgst utility.
|
17 years ago |
Dr. Stephen Henson
|
47b2e238e5
Use EVP_DigestVerify() in dgst.c if verifying.
|
17 years ago |
Andy Polyakov
|
6ef18c21c9
Bug in apps/dgst.c.
|
17 years ago |
Dr. Stephen Henson
|
2022cfe07e
New -mac and -macopt options to dgst utility. Reimplement -hmac option in
|
17 years ago |
Dr. Stephen Henson
|
d952c79a7b
New -sigopt option for dgst utility.
|
17 years ago |
Dr. Stephen Henson
|
5d5ca32fa1
Updates from 0.9.8-stable branch.
|
18 years ago |
Dr. Stephen Henson
|
52cfa39716
Add -hmac option to dgst from 0.9.7 stable branch.
|
18 years ago |
Nils Larsch
|
7806f3dd4b
replace macros with functions
|
18 years ago |
Dr. Stephen Henson
|
246e09319c
Fix bug where freed OIDs could be accessed in EVP_cleanup() by
|
18 years ago |
Andy Polyakov
|
7b1b47a8e6
Mention Whirlpool in dgst -help.
|
19 years ago |
Dr. Stephen Henson
|
5b40d7dd97
Add -passin argument to dgst command.
|
20 years ago |
Dr. Stephen Henson
|
c128bb0fa2
Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.
|
20 years ago |
Andy Polyakov
|
c88f8f76b5
'apps/openssl dgst -help' update and minor apps/speed.c update.
|
20 years ago |
Richard Levitte
|
d420ac2c7d
Use BUF_strlcpy() instead of strcpy().
|
21 years ago |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 years ago |
Richard Levitte
|
1c3e4a3660
EXIT() may mean return(). That's confusing, so let's have it really mean
|
22 years ago |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
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 |