Rich Salz
|
a03f81f4ea
Fix NULL-return checks in 1.0.2
|
8 years ago |
Matt Caswell
|
ad64a69e02
Change usage of RAND_pseudo_bytes to RAND_bytes
|
8 years ago |
Matt Caswell
|
903738ac63
Fix missing malloc return value checks
|
9 years ago |
Alessandro Ghedini
|
b62a2f8a37
Remove useless code
|
9 years ago |
Emilia Kasper
|
7bc2aee4f1
PKCS#7: Fix NULL dereference with missing EncryptedContent.
|
9 years ago |
Emilia Kasper
|
c0334c2c92
PKCS#7: avoid NULL pointer dereferences with missing content
|
9 years ago |
Matt Caswell
|
ae5c8664e5
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
e0d2139045
Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in PR#3339
|
10 years ago |
Ben Laurie
|
3b21abfd6c
Fix double frees.
|
10 years ago |
Dr. Stephen Henson
|
b1cef8d984
Submitted by: Markus Friedl <mfriedl@gmail.com>
|
12 years ago |
Dr. Stephen Henson
|
8186c00ef3
Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and
|
12 years ago |
Dr. Stephen Henson
|
24d7159abd
Backport libcrypto audit: check return values of EVP functions instead
|
13 years ago |
Dr. Stephen Henson
|
e97359435e
Fix warnings (From HEAD, original patch by Ben).
|
14 years ago |
Ben Laurie
|
48bd505c0b
If you're going to check for negative, use an signed integer! Coverity ID 122.
|
17 years ago |
Nils Larsch
|
907e99623c
check return value of ASN1_item_i2d(), Coverity ID 55
|
17 years ago |
Ben Laurie
|
4f1a0b2c21
Handle bad content type. Coverity ID 99.
|
17 years ago |
Nils Larsch
|
689f9faba4
fix potential memory leaks
|
18 years ago |
Dr. Stephen Henson
|
559d50138f
Add bit I missed from PKCS#7 streaming encoder.
|
18 years ago |
Ben Laurie
|
777c47acbe
Make things static that should be. Declare stuff in headers that should be.
|
18 years ago |
Dr. Stephen Henson
|
786aa98da1
Use correct pointer types for various functions.
|
18 years ago |
Dr. Stephen Henson
|
b7683e3a5d
Allow digests to supply S/MIME micalg values from a ctrl.
|
18 years ago |
Dr. Stephen Henson
|
0e3453536e
Fix warnings.
|
18 years ago |
Dr. Stephen Henson
|
5531192151
Add -resign and -md options to smime command to support resigning an
|
18 years ago |
Dr. Stephen Henson
|
76fa8f1838
More S/MIME tidy. Place some common attribute operations in utility
|
18 years ago |
Dr. Stephen Henson
|
f2b139ed1f
Remove old digest type hacks for non RSA keys.
|
18 years ago |
Dr. Stephen Henson
|
7144c4212a
Update PKCS#7 decrypt routines to use new API.
|
18 years ago |
Dr. Stephen Henson
|
399a6f0bd1
Update PKCS#7 enveloped data to new API.
|
18 years ago |
Dr. Stephen Henson
|
3d153f7985
Remove dss1 hack from S/MIME code.
|
18 years ago |
Dr. Stephen Henson
|
f733a5ef0e
Initial functions for main EVP_PKEY_METHOD operations.
|
18 years ago |
Dr. Stephen Henson
|
8f2e4fdf86
Allow PKCS7_decrypt() to work if no cert supplied.
|
19 years ago |