index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs7
/
pk7_smime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Fix PKCS7 memory leak
Matt Caswell
2016-04-18
1
-0
/
+1
*
Make many X509_xxx types opaque.
Rich Salz
2016-04-15
1
-8
/
+11
*
Add PKCS7_NO_DUAL_CONTENT flag
Rich Salz
2016-02-23
1
-4
/
+12
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Add GOST12 cms/smime capabilities
Matt Caswell
2015-09-30
1
-0
/
+2
*
Remove warning about use of uninitialised variable
Richard Levitte
2015-09-06
1
-2
/
+1
*
RT3955: Reduce some stack usage
Rich Salz
2015-09-05
1
-20
/
+34
*
GH354: Memory leak fixes
Alessandro Ghedini
2015-08-28
1
-20
/
+6
*
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
-11
/
+11
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-2
/
+1
*
Dead code removal: #if 0 asn1, pkcs7
Rich Salz
2015-01-30
1
-4
/
+5
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-497
/
+477
*
check return value of BIO_write in PKCS7_decrypt
Dr. Stephen Henson
2012-03-08
1
-1
/
+5
*
Detect symmetric crypto errors in PKCS7_decrypt.
Dr. Stephen Henson
2012-02-27
1
-2
/
+17
*
Fix from stable branch.
Dr. Stephen Henson
2009-03-15
1
-2
/
+1
*
Set memory BIOs up properly when stripping text headers from S/MIME messages.
Dr. Stephen Henson
2008-11-21
1
-0
/
+1
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Fix warnings.
Dr. Stephen Henson
2007-08-12
1
-1
/
+1
*
Don't finalize signerinfo if reuse and partial both set.
Dr. Stephen Henson
2007-04-13
1
-1
/
+2
*
remove dead code
Nils Larsch
2007-02-26
1
-7
/
+0
*
fix potential memory leaks
Nils Larsch
2007-02-03
1
-5
/
+13
*
Experimental streaming PKCS#7 support.
Dr. Stephen Henson
2006-12-24
1
-0
/
+3
*
Set detached flag in PKCS7 structure earlier to avoid eating up memory.
Dr. Stephen Henson
2006-07-09
1
-2
/
+3
*
Add AES and GOST S/MIME capabilities if algorithms are supported.
Dr. Stephen Henson
2006-06-06
1
-1
/
+13
*
Flush p7bio when all data has been copied.
Dr. Stephen Henson
2006-05-26
1
-0
/
+2
*
Fix warnings.
Dr. Stephen Henson
2006-05-24
1
-1
/
+1
*
Add -resign and -md options to smime command to support resigning an
Dr. Stephen Henson
2006-05-19
1
-0
/
+45
*
More S/MIME tidy. Place some common attribute operations in utility
Dr. Stephen Henson
2006-05-18
1
-5
/
+4
*
Tidy up of S/MIME code and add new functions which will make is easier
Dr. Stephen Henson
2006-05-17
1
-79
/
+124
*
Update S/MIME code to use default digest.
Dr. Stephen Henson
2006-05-07
1
-1
/
+1
*
Allow PKCS7_decrypt() to work if no cert supplied.
Dr. Stephen Henson
2005-08-05
1
-1
/
+1
*
fix potential memory leak
Nils Larsch
2005-05-20
1
-1
/
+6
*
fix memory leak (BIO_free_all needs pointer to first BIO)
Bodo Möller
2005-05-17
1
-4
/
+2
*
Fix possible memory leak.
Dr. Stephen Henson
2005-02-14
1
-5
/
+6
*
PKCS7_verify() performance optimization. When the content is large and a
Dr. Stephen Henson
2005-01-14
1
-4
/
+33
*
Allow CRLs to be passed into X509_STORE_CTX. This is useful when the
Dr. Stephen Henson
2004-03-27
1
-0
/
+2
*
Fix indefinite length encoding so EOC correctly updates
Dr. Stephen Henson
2003-02-25
1
-1
/
+1
*
Single pass processing to cleartext S/MIME signing.
Dr. Stephen Henson
2003-02-15
1
-10
/
+12
*
Make the necessary changes to work with the recent "ex_data" overhaul.
Geoff Thorpe
2001-09-01
1
-3
/
+12
*
Change the EVP_somecipher() and EVP_somedigest()
Dr. Stephen Henson
2001-03-09
1
-1
/
+1
*
Stop PKCS7_verify() core dumping with unknown public
Dr. Stephen Henson
2001-02-24
1
-8
/
+5
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-4
/
+4
*
Work around for Netscape PKCS#7 signedData bug.
Dr. Stephen Henson
2000-09-18
1
-0
/
+5
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-2
/
+2
*
Ugh, BIO_find_type() cannot be passed a NULL.
Dr. Stephen Henson
2000-09-07
1
-3
/
+3
*
Keep a not of original encoding in certificate requests.
Dr. Stephen Henson
2000-09-05
1
-0
/
+3
*
Typesafe Thought Police part 4.
Ben Laurie
2000-05-17
1
-4
/
+4
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-1
/
+1
[next]