index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
tasn_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-4
/
+4
*
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
-1
/
+1
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-43
/
+47
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+4
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Don't write out a bad OID
Matt Caswell
2018-03-27
1
-0
/
+2
*
Check for overlows and error return from ASN1_object_size()
Dr. Stephen Henson
2016-08-02
1
-9
/
+16
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Fix ASN1_INTEGER handling.
Dr. Stephen Henson
2016-05-03
1
-2
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
New ASN.1 embed macro.
Dr. Stephen Henson
2015-09-16
1
-0
/
+10
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Make asn1_ex_i2c, asn1_ex_c2i static.
Dr. Stephen Henson
2015-03-28
1
-2
/
+4
*
Move more internal only functions to asn1_locl.h
Dr. Stephen Henson
2015-03-26
1
-6
/
+0
*
Move internal only ASN.1 functions to asn1_locl.h
Dr. Stephen Henson
2015-03-25
1
-0
/
+1
*
make ASN1_OBJECT opaque
Dr. Stephen Henson
2015-03-24
1
-0
/
+1
*
Remove old style ASN.1 support.
Dr. Stephen Henson
2015-03-24
1
-16
/
+0
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-3
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-594
/
+559
*
Memory leak and NULL dereference fixes.
Dr. Stephen Henson
2014-06-27
1
-1
/
+6
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Avoid warnings.
Dr. Stephen Henson
2008-02-28
1
-1
/
+1
*
Addenum to "Constify obj_dat.[ch]."
Andy Polyakov
2007-09-19
1
-1
/
+2
*
Initial, incomplete support for typesafe macros without using function
Dr. Stephen Henson
2006-11-16
1
-1
/
+1
*
Fixes for BOOL handling: produce errors for invalid string for mini-compiler,
Dr. Stephen Henson
2006-01-19
1
-5
/
+8
*
"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.
Andy Polyakov
2005-09-20
1
-0
/
+1
*
Extend callback function to support print customization.
Dr. Stephen Henson
2005-09-01
1
-4
/
+4
*
More ASN1 reformat/tidy.
Dr. Stephen Henson
2004-04-25
1
-7
/
+7
*
Reformat/tidy some of the ASN1 code.
Dr. Stephen Henson
2004-04-24
1
-118
/
+188
*
Fix indefinite length encoding so EOC correctly updates
Dr. Stephen Henson
2003-02-25
1
-2
/
+4
*
Oops, remove old comment out debugging printf...
Dr. Stephen Henson
2002-10-06
1
-3
/
+5
*
Please do not use C++ comments in C code.
Richard Levitte
2002-10-06
1
-1
/
+3
*
Preliminary streaming ASN1 encode support.
Dr. Stephen Henson
2002-10-03
1
-63
/
+176
*
gcc can't spot that 'derlst' is not used uninitialised, so appease it.
Geoff Thorpe
2001-08-26
1
-1
/
+1
*
avoid compiler warning
Bodo Möller
2001-03-08
1
-1
/
+1
*
Initial support for ASN1_ITEM_FUNCTION option to
Dr. Stephen Henson
2001-02-23
1
-6
/
+6
*
Include string.h so mem* functions get properly declared.
Richard Levitte
2001-02-20
1
-0
/
+1
*
Change the PKCS7 structure to use SEQUENCE OF for the
Dr. Stephen Henson
2000-12-14
1
-1
/
+12
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
1
-0
/
+485