index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
tasn_dec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't set choice selector on parse failure.
Dr. Stephen Henson
2016-11-10
1
-7
/
+7
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
Don't indicate errors during initial adb decode.
Dr. Stephen Henson
2016-07-06
1
-1
/
+1
*
Change (!seqtt) to (seqtt == NULL)
Richard Levitte
2016-06-15
1
-3
/
+3
*
Always check that the value returned by asn1_do_adb() is non-NULL
Richard Levitte
2016-06-15
1
-0
/
+2
*
Check for overflows in EOC.
Dr. Stephen Henson
2016-06-04
1
-3
/
+9
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
1
-1
/
+1
*
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
*
Fix memory leaks in ASN.1
Emilia Kasper
2016-04-04
1
-1
/
+8
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix possible memory leak on BUF_MEM_grow_clean failure
FdaSilvaYY
2016-01-24
1
-8
/
+6
*
free item after sk_push fail
mrpre
2016-01-23
1
-0
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Free up ASN.1 structures at top level only.
Dr. Stephen Henson
2015-10-05
1
-28
/
+40
*
New ASN.1 embed macro.
Dr. Stephen Henson
2015-09-16
1
-0
/
+10
*
d2i: don't update input pointer on failure
Kurt Roeckx
2015-09-14
1
-2
/
+2
*
Initialize potentially uninitialized local variables
Gunnar Kudrjavets
2015-05-06
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-3
/
+2
*
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
-15
/
+6
*
Move internal only ASN.1 functions to asn1_locl.h
Dr. Stephen Henson
2015-03-25
1
-0
/
+1
*
Remove old style ASN.1 support.
Dr. Stephen Henson
2015-03-24
1
-64
/
+2
*
Free up ADB and CHOICE if already initialised.
Dr. Stephen Henson
2015-03-19
1
-3
/
+21
*
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
-1233
/
+1079
*
Fix strange formatting by indent
Matt Caswell
2015-01-22
1
-9
/
+18
*
Reject invalid constructed encodings.
Dr. Stephen Henson
2014-12-17
1
-0
/
+8
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+1
*
Update from stable branch.
Dr. Stephen Henson
2009-03-25
1
-2
/
+0
*
Update from stable branch.
Dr. Stephen Henson
2009-03-25
1
-0
/
+12
*
Update from stable branch.
Dr. Stephen Henson
2009-03-14
1
-9
/
+21
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-3
/
+2
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
size_tification.
Ben Laurie
2008-11-01
1
-2
/
+3
*
More type-checking.
Ben Laurie
2008-06-04
1
-4
/
+6
*
Update from 0.9.7-stable.
Dr. Stephen Henson
2007-01-23
1
-1
/
+1
*
Initial, incomplete support for typesafe macros without using function
Dr. Stephen Henson
2006-11-16
1
-3
/
+5
*
Fix ASN.1 parsing of certain invalid structures that can result
Mark J. Cox
2006-09-28
1
-0
/
+1
*
Fix leak
Dr. Stephen Henson
2006-08-31
1
-0
/
+3
*
Tolerate a SEQUENCE in DN components.
Dr. Stephen Henson
2006-02-19
1
-1
/
+1
*
p could be uninitialized
Nils Larsch
2006-02-08
1
-1
/
+7
*
Ignore zero length constructed segments.
Dr. Stephen Henson
2006-01-31
1
-1
/
+1
*
add additional checks + cleanup
Nils Larsch
2006-01-30
1
-0
/
+2
*
Extend callback function to support print customization.
Dr. Stephen Henson
2005-09-01
1
-4
/
+4
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-14
/
+14
*
Typo.
Dr. Stephen Henson
2005-04-30
1
-1
/
+1
*
Don't attempt to parse nested ASN1 strings by default.
Dr. Stephen Henson
2005-04-30
1
-2
/
+7
*
Use more efficient way to locate end of an ASN1 structure.
Dr. Stephen Henson
2005-04-30
1
-4
/
+59
[next]