index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
asn_mime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add libctx to SMIME ASN1
Shane Lontis
2020-08-09
1
-19
/
+36
*
Remove whitespace from 'white space'
haykam821
2020-06-19
1
-2
/
+2
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Forgotten GOST2012 support in non-vital places
Nikolay Morozov
2020-02-14
1
-0
/
+8
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
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
/
+2
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-4
/
+0
*
Fix a text canonicalisation bug in CMS
Matt Caswell
2018-04-03
1
-3
/
+5
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Fix error-path memory leak in asn_mime.c
Todd Short
2018-01-24
1
-0
/
+1
*
Remove duplicate assignment.
KaoruToda
2017-10-21
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-28
/
+12
*
Ensure the mime_hdr_free function can handle NULLs
Matt Caswell
2016-08-23
1
-0
/
+2
*
Add checks on sk_TYPE_push() returned value
FdaSilvaYY
2016-07-05
1
-5
/
+19
*
Fix build break.
Rich Salz
2016-06-16
1
-2
/
+8
*
Constify asn1/asn_mime.c
FdaSilvaYY
2016-06-15
1
-16
/
+16
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-50
/
+5
*
Fix some code maintenance issues
Matt Caswell
2016-04-21
1
-1
/
+1
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-0
/
+1
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-8
/
+4
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-2
/
+2
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-4
/
+4
*
Add inclusion of internal/evp_int.h to all crypto/ files that need it
Richard Levitte
2015-12-07
1
-0
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-5
/
+5
*
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
-12
/
+17
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-3
/
+4
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-20
/
+10
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+2
*
free NULL cleanup
Rich Salz
2015-03-25
1
-2
/
+1
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+2
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-2
/
+0
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-1
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-798
/
+804
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
1
-1
/
+2
*
multi_split: check for NULL when allocating parts and bpart, and for failure ...
Jonas Maebe
2014-08-15
1
-2
/
+17
*
mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...
Jonas Maebe
2014-08-15
1
-8
/
+17
*
mime_hdr_new: free mhdr, tmpname, tmpval on error path
Jonas Maebe
2014-08-15
1
-7
/
+18
*
Memory leak and NULL dereference fixes.
Dr. Stephen Henson
2014-06-27
1
-0
/
+2
*
Add suppot for ASCII with CRLF canonicalisation.
Dr. Stephen Henson
2014-02-13
1
-5
/
+23
*
corrected fix to PR#2711 and also cover mime_param_cmp
Dr. Stephen Henson
2012-03-12
1
-3
/
+4
*
PR: 2742
Dr. Stephen Henson
2012-02-29
1
-3
/
+7
[next]