index
:
platform/upstream/libtasn1
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-4.0
sandbox/sdi2/up_yocto
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_ivi_genivi
upstream
Domain: Security / Utilities;
Dong Sun Lee <ds73.lee@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
decoding.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-14
Handle recursive CHOICEs.
Nikos Mavrogiannopoulos
1
-3
/
+8
2014-03-14
Use special function for common usage of _asn1_extract_tag_der().
Nikos Mavrogiannopoulos
1
-56
/
+41
2013-03-24
Fix syntax-check warnings.
Simon Josefsson
1
-1
/
+1
2013-03-24
Indent code.
Simon Josefsson
1
-72
/
+75
2013-03-24
Silence warnings.
Simon Josefsson
1
-5
/
+3
2013-01-01
More precise overflow checks using gnulib's intprops module.
Nikos Mavrogiannopoulos
1
-34
/
+44
2012-11-24
some simplifications in time handling
Nikos Mavrogiannopoulos
1
-1
/
+1
2012-11-24
Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
Nikos Mavrogiannopoulos
1
-18
/
+12
2012-11-23
simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()
Nikos Mavrogiannopoulos
1
-16
/
+14
2012-11-23
renamed types
Nikos Mavrogiannopoulos
1
-32
/
+32
2012-11-23
Added asn1_decode_string_der() and asn1_encode_string_der().
Nikos Mavrogiannopoulos
1
-4
/
+59
2012-11-22
small simplifications
Nikos Mavrogiannopoulos
1
-1
/
+2
2012-11-22
Added more ASN.1 string types and several simplifications.
Nikos Mavrogiannopoulos
1
-176
/
+123
2012-10-11
Renamed structures.
Nikos Mavrogiannopoulos
1
-19
/
+19
2012-10-06
asn_ -> asn1_
Nikos Mavrogiannopoulos
1
-19
/
+19
2012-10-06
Set the error description to null initialy.
Nikos Mavrogiannopoulos
1
-0
/
+3
2012-10-01
Renamed types.
Nikos Mavrogiannopoulos
1
-32
/
+32
2012-10-01
asn1_retCode -> int
Nikos Mavrogiannopoulos
1
-11
/
+11
2012-09-23
small optimizations to avoid recalculation of hashes when copying nodes.
Nikos Mavrogiannopoulos
1
-2
/
+2
2012-09-20
Some small optimizations and better checking of tree accesses.
Nikos Mavrogiannopoulos
1
-4
/
+17
2012-09-12
name is now a statically allocated string and other optimizations.
Nikos Mavrogiannopoulos
1
-3
/
+3
2012-05-31
Fix syntax-check warnings.
Simon Josefsson
1
-2
/
+2
2012-05-31
Silence compiler warnings about unsigned vs signed comparisons.
Simon Josefsson
1
-6
/
+7
2012-04-06
long is always signed.
Nikos Mavrogiannopoulos
1
-2
/
+2
2012-04-01
Simplified the overflow tests by using unsigned int numbers, suggested by Nie...
Nikos Mavrogiannopoulos
1
-49
/
+31
2012-03-31
Added overflow detection that does not depend on specific compiler, and asn1_...
Nikos Mavrogiannopoulos
1
-13
/
+44
2012-03-19
Indent code.
Simon Josefsson
1
-46
/
+46
2012-03-14
Simplify overflow check.
Simon Josefsson
1
-72
/
+34
2012-03-13
for some reason the tot < 0 test wasn't successful on negative results. Repla...
Nikos Mavrogiannopoulos
1
-2
/
+2
2012-03-13
reverted to the old ABI.
Nikos Mavrogiannopoulos
1
-56
/
+69
2012-03-13
check for overflows
Nikos Mavrogiannopoulos
1
-4
/
+6
2012-03-13
int is signed.
Nikos Mavrogiannopoulos
1
-5
/
+5
2012-03-13
Added asn1_get_length_der_checked() to put some of the common checks in a sin...
Nikos Mavrogiannopoulos
1
-51
/
+54
2012-03-13
cleanups in asn1_der_decoding_element().
Nikos Mavrogiannopoulos
1
-66
/
+111
2012-03-13
API is based on integers instead of long to prevent errors in systems where s...
Nikos Mavrogiannopoulos
1
-3
/
+3
2012-03-13
asn1_get_length_der() may handle up to signed long values.
Nikos Mavrogiannopoulos
1
-1
/
+1
2012-03-13
better cleanup in decoding.
Nikos Mavrogiannopoulos
1
-58
/
+104
2012-01-23
Bump copyright years.
Simon Josefsson
1
-2
/
+1
2011-11-20
Silence warnings.
Simon Josefsson
1
-13
/
+13
2011-10-25
Remove unused variable.
Simon Josefsson
1
-2
/
+1
2011-01-08
Update copyright years.
Simon Josefsson
1
-1
/
+1
2010-04-13
Indent code.
Simon Josefsson
1
-10
/
+14
2010-04-13
Indent examples. Fix syntax-check warnings.
Simon Josefsson
1
-2
/
+2
2010-03-16
Doc fixes.
Simon Josefsson
1
-51
/
+28
2010-03-16
Doc fixes.
Simon Josefsson
1
-41
/
+22
2010-02-17
Improve GTK-DOC comments.
Simon Josefsson
1
-125
/
+120
2010-01-11
Merge Fabio and Nikos copyrights to the FSF, both have signed papers.
Simon Josefsson
1
-3
/
+2
2010-01-11
Update copyright notices.
Simon Josefsson
1
-2
/
+3
2010-01-10
Typos: sructure, stucture. There is no function named create_stucture, but on...
Andreas Metzler
1
-4
/
+4
2009-07-26
more careful decoding of OID.
Nikos Mavrogiannopoulos
1
-6
/
+37
[prev]
[next]