index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs7
/
pk7_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-32
/
+27
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Fix safestack issues in pkcs7.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
"Downgrade" provider-native keys to legacy where needed
Richard Levitte
2020-09-03
1
-0
/
+11
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
1
-13
/
+2
*
Add libctx support to PKCS7.
Shane Lontis
2020-08-09
1
-0
/
+69
*
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...
Dr. David von Oheimb
2020-07-16
1
-2
/
+2
*
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
/
+6
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-0
/
+1
*
Following the license change, modify the boilerplates in crypto/pkcs7/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Remove redundant ASN1_INTEGER_set call
Eric Brown
2018-09-02
1
-1
/
+0
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-17
/
+17
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-7
/
+7
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-1
/
+2
*
Use X509_get0_pubkey where appropriate
Dr. Stephen Henson
2015-12-31
1
-4
/
+1
*
Add X509_up_ref function.
Dr. Stephen Henson
2015-09-01
1
-2
/
+2
*
Add X509_CRL_up_ref function
Dr. Stephen Henson
2015-09-01
1
-1
/
+1
*
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
-3
/
+3
*
free NULL cleanup 9
Rich Salz
2015-04-11
1
-10
/
+5
*
free NULL cleanup
Rich Salz
2015-03-28
1
-2
/
+1
*
Move some ASN.1 internals to asn1_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-7
/
+7
*
PKCS#7: avoid NULL pointer dereferences with missing content
Emilia Kasper
2015-03-19
1
-0
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-568
/
+546
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+0
*
Improve error detection when streaming S/MIME.
Dr. Stephen Henson
2007-05-10
1
-5
/
+0
*
fix function codes for error
Bodo Möller
2007-04-24
1
-1
/
+1
*
fix potential memory leaks
Nils Larsch
2007-02-03
1
-7
/
+33
*
Experimental streaming PKCS#7 support.
Dr. Stephen Henson
2006-12-24
1
-0
/
+50
*
Fix warnings.
Dr. Stephen Henson
2006-05-24
1
-1
/
+1
*
Update S/MIME code to use default digest.
Dr. Stephen Henson
2006-05-07
1
-0
/
+14
*
Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithm
Dr. Stephen Henson
2006-04-27
1
-6
/
+37
*
Code tidy.
Dr. Stephen Henson
2006-04-27
1
-2
/
+1
*
New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.
Dr. Stephen Henson
2006-04-27
1
-0
/
+6
*
Don't free up parameter. The public key ASN1 method can do that if it needs
Dr. Stephen Henson
2006-04-27
1
-2
/
+0
*
Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.
Dr. Stephen Henson
2006-04-17
1
-44
/
+31
*
Typo
Dr. Stephen Henson
2005-04-01
1
-1
/
+0
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-15
/
+33
*
Add support for digested data PKCS#7 type.
Dr. Stephen Henson
2003-10-12
1
-0
/
+22
*
New function to initialize a PKCS7 structure of type other.
Dr. Stephen Henson
2003-10-11
1
-0
/
+7
*
Initialize digested data type in PKCS7_set_type().
Dr. Stephen Henson
2003-10-11
1
-0
/
+5
[next]