index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs7
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
3
-10
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
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
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-61
/
+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
8
-8
/
+8
*
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
*
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
2
-27
/
+27
*
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
2
-10
/
+10
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-2
/
+1
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-99
/
+124
*
Fix gcc-7 warnings.
Bernd Edlinger
2017-05-11
1
-0
/
+1
*
Remove dead code in crypto/pkcs7
Emilia Kasper
2017-02-28
2
-40
/
+0
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Fix mem error handling in PKCS7_simple_smimecap
FdaSilvaYY
2016-07-05
1
-10
/
+11
*
Add checks on sk_TYPE_push() returned value
FdaSilvaYY
2016-07-05
1
-1
/
+5
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
3
-3
/
+0
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-1
/
+2
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-37
/
+12
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
10
-529
/
+55
*
Free memory on error in PKCS7_dataFinal()
Matt Caswell
2016-04-28
1
-0
/
+1
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-50
/
+0
*
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
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Remove Netware and OS/2
Rich Salz
2016-03-17
1
-1
/
+1
*
Add PKCS7_NO_DUAL_CONTENT flag
Rich Salz
2016-02-23
1
-4
/
+12
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
Enhance and clear the support of linker flags
Richard Levitte
2016-02-06
1
-1
/
+1
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+4
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Configure et al: split up the lflags configuration item into two
Richard Levitte
2016-01-29
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
10
-10
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-1
/
+2
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-176
/
+68
*
make update
Richard Levitte
2016-01-12
1
-67
/
+80
*
Use X509_get0_pubkey where appropriate
Dr. Stephen Henson
2015-12-31
2
-8
/
+3
*
make update
Dr. Stephen Henson
2015-12-09
1
-9
/
+3
*
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
[next]