index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs7
/
pk7_doit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+5
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-6
/
+4
*
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
Bernd Edlinger
2019-09-10
1
-4
/
+8
*
Add the ability to perform signatures in a provider
Matt Caswell
2019-09-09
1
-0
/
+36
*
Following the license change, modify the boilerplates in crypto/pkcs7/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Improve error handling in pk7_doit
Matt Caswell
2018-03-12
1
-3
/
+5
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-10
/
+10
*
Code hygiene; initialize some pointers.
Mouse
2017-10-16
1
-1
/
+1
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-3
/
+3
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-1
/
+2
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Free memory on error in PKCS7_dataFinal()
Matt Caswell
2016-04-28
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Use X509_get0_pubkey where appropriate
Dr. Stephen Henson
2015-12-31
1
-4
/
+2
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-7
/
+7
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-22
/
+36
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-7
/
+9
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-1
/
+0
*
Avoid direct X509 structure access
Dr. Stephen Henson
2015-09-06
1
-3
/
+3
*
PKCS#7: Fix NULL dereference with missing EncryptedContent.
Emilia Kasper
2015-06-11
1
-1
/
+15
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-4
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-5
/
+3
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-33
/
+15
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-4
/
+2
*
free NULL cleanup
Rich Salz
2015-03-28
1
-8
/
+5
*
free NULL cleanup
Rich Salz
2015-03-25
1
-19
/
+10
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-6
/
+6
*
PKCS#7: avoid NULL pointer dereferences with missing content
Emilia Kasper
2015-03-19
1
-14
/
+73
*
Make X509_ATTRIBUTE opaque.
Dr. Stephen Henson
2015-03-16
1
-17
/
+5
*
Dead code removal: #if 0 asn1, pkcs7
Rich Salz
2015-01-30
1
-35
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1176
/
+1092
*
Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...
Matt Caswell
2014-05-08
1
-0
/
+5
*
Fix double frees.
Ben Laurie
2014-04-22
1
-0
/
+1
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
Submitted by: Markus Friedl <mfriedl@gmail.com>
Dr. Stephen Henson
2012-03-22
1
-2
/
+14
*
Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and
Dr. Stephen Henson
2012-03-12
1
-18
/
+47
*
Fix warnings.
Ben Laurie
2010-06-12
1
-3
/
+0
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-7
/
+17
*
If you're going to check for negative, use an signed integer! Coverity ID 122.
Ben Laurie
2007-04-05
1
-1
/
+2
*
check return value of ASN1_item_i2d(), Coverity ID 55
Nils Larsch
2007-04-04
1
-0
/
+6
*
Handle bad content type. Coverity ID 99.
Ben Laurie
2007-04-04
1
-0
/
+3
*
fix potential memory leaks
Nils Larsch
2007-02-03
1
-8
/
+39
*
Add bit I missed from PKCS#7 streaming encoder.
Dr. Stephen Henson
2006-12-24
1
-10
/
+28
*
Make things static that should be. Declare stuff in headers that should be.
Ben Laurie
2006-08-28
1
-2
/
+2
*
Use correct pointer types for various functions.
Dr. Stephen Henson
2006-07-20
1
-1
/
+1
[next]