Richard Levitte
|
43d601641f
A few more memset()s converted to OPENSSL_cleanse().
|
22 years ago |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 years ago |
Richard Levitte
|
17ed6c06a7
Merge from 0.9.7-stable.
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Richard Levitte
|
40efa67248
Plug potential memory leak.
|
22 years ago |
Bodo Möller
|
6ff7c95843
don't memset(data,0,...) if data is NULL
|
22 years ago |
Bodo Möller
|
0bee0e6294
Use SEC1 format for EC private keys.
|
22 years ago |
Richard Levitte
|
915c6a21ba
Stop assuming the IV is 8 bytes long, use the real size instead.
|
23 years ago |
Bodo Möller
|
4d94ae00d5
ECDSA support
|
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
|
1241126adf
|
23 years ago |
Dr. Stephen Henson
|
19da130053
|
23 years ago |
Richard Levitte
|
cf1b7d9664
Make all configuration macros available for application by making
|
24 years ago |
Dr. Stephen Henson
|
ecbe07817a
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Bodo Möller
|
d6f68fa314
Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.
|
25 years ago |
Bodo Möller
|
7c472f706e
Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
|
25 years ago |
Dr. Stephen Henson
|
3142c86d65
|
25 years ago |
Dr. Stephen Henson
|
a3fe382e2d
Pass phrase reorganisation.
|
25 years ago |
Ulf Möller
|
e7f97e2d22
Check RAND_bytes() return value or use RAND_pseudo_bytes().
|
25 years ago |
Ulf Möller
|
eb952088f0
Precautions against using the PRNG uninitialized: RAND_bytes() now
|
25 years ago |
Dr. Stephen Henson
|
36217a9424
Allow passwords to be included on command line for a few
|
25 years ago |
Dr. Stephen Henson
|
525f51f6c9
Add PKCS#8 utility functions and add PBE options.
|
25 years ago |
Dr. Stephen Henson
|
53b1899e3c
Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.
|
25 years ago |
Dr. Stephen Henson
|
ce1b4fe146
Allow additional information to be attached to a
|
25 years ago |
Dr. Stephen Henson
|
f769ce3ea4
More multibyte character support.
|
25 years ago |
Bodo Möller
|
74678cc2f8
Additional user data argument to pem_password_cb function type
|
25 years ago |
Ben Laurie
|
84757d677f
Fix warnings.
|
25 years ago |
Dr. Stephen Henson
|
b7d135b353
Two new functions to write out PKCS#8 private keys. Also fixes for some of
|
25 years ago |