Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 years ago |
Rich Salz
|
222561fe8e
free NULL cleanup 5a
|
9 years ago |
Rich Salz
|
c5ba2d9904
free NULL cleanup
|
9 years ago |
Rich Salz
|
ca3a82c3b3
free NULL cleanup
|
9 years ago |
Matt Caswell
|
266483d2f5
RAND_bytes updates
|
9 years ago |
Dr. Stephen Henson
|
f422a51486
Remove old ASN.1 code.
|
9 years ago |
Emilia Kasper
|
c225c3cf9b
PKCS#7: avoid NULL pointer dereferences with missing content
|
9 years ago |
Dr. Stephen Henson
|
9b0a453190
Make X509_ATTRIBUTE opaque.
|
9 years ago |
Rich Salz
|
02a938c953
Dead code removal: #if 0 asn1, pkcs7
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
2d2e0479eb
Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in PR#3339
|
10 years ago |
Ben Laurie
|
4ba5e63bfd
Fix double frees.
|
10 years ago |
Veres Lajos
|
478b50cf67
misspellings fixes by https://github.com/vlajos/misspell_fixer
|
11 years ago |
Dr. Stephen Henson
|
f404acfa2c
Submitted by: Markus Friedl <mfriedl@gmail.com>
|
12 years ago |
Dr. Stephen Henson
|
146b52edd1
Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and
|
12 years ago |
Ben Laurie
|
c8bbd98a2b
Fix warnings.
|
14 years ago |
Dr. Stephen Henson
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 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 |