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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-16
simplify ltostr()
Nikos Mavrogiannopoulos
2
-35
/
+8
2014-05-16
Do not return illegal values in asn1_get_bit_der().
Nikos Mavrogiannopoulos
1
-2
/
+5
2014-05-16
return the correct error code in asn1_read_value_type()
Nikos Mavrogiannopoulos
1
-16
/
+21
2014-05-16
removed debug definition
Nikos Mavrogiannopoulos
1
-2
/
+0
2014-05-16
use DECR_LEN() in _asn1_get_indefinite_length_string().
Nikos Mavrogiannopoulos
1
-11
/
+17
2014-05-16
use DECR_LEN in _asn1_get_octet_string()
Nikos Mavrogiannopoulos
1
-2
/
+12
2014-05-16
Fixes in _asn1_extract_der_octet() and usage of DECR_LEN().
Nikos Mavrogiannopoulos
1
-12
/
+19
2014-05-16
use DECR_LEN() in _asn1_extract_tag_der()
Nikos Mavrogiannopoulos
1
-14
/
+14
2014-05-16
simplified check for indefinite.
Nikos Mavrogiannopoulos
1
-27
/
+24
2014-05-16
expanded usage of DECR_LEN().
Nikos Mavrogiannopoulos
1
-38
/
+131
2014-05-16
simplified _asn1_get_octet_string().
Nikos Mavrogiannopoulos
1
-10
/
+8
2014-05-16
simplified _asn1_get_indefinite_length_string()
Nikos Mavrogiannopoulos
1
-12
/
+10
2014-05-16
More precise tracking of data.
Nikos Mavrogiannopoulos
1
-48
/
+124
2014-05-16
asn1_der_decoding_element is just an alias of asn1_der_decoding().
Nikos Mavrogiannopoulos
1
-761
/
+6
2014-05-16
More precise length check in _asn1_get_indefinite_length_string().
Nikos Mavrogiannopoulos
1
-1
/
+1
2014-05-16
Use the correct max length definition.
Nikos Mavrogiannopoulos
2
-3
/
+1
2014-05-10
cleaned up a bit _asn1_remove_node().
Nikos Mavrogiannopoulos
1
-5
/
+9
2014-05-10
prevent memset() from being optimized out.
Nikos Mavrogiannopoulos
2
-2
/
+18
2014-05-04
Corrected an off-by-one error.
Nikos Mavrogiannopoulos
1
-1
/
+1
2014-05-01
bumped version
Nikos Mavrogiannopoulos
1
-1
/
+1
2014-05-01
Use the smallest of the 2 lengths for the comparison
Kurt Roeckx
1
-7
/
+4
2014-04-28
Added minmax gnulib module.
Nikos Mavrogiannopoulos
5
-2
/
+117
2014-04-27
Make asn1_ordering_set_of() return error if it can't find data for one of the...
Kurt Roeckx
1
-0
/
+5
2014-04-27
Check that p is not NULL
Kurt Roeckx
1
-0
/
+2
2014-04-27
updated bison file
Nikos Mavrogiannopoulos
1
-951
/
+766
2014-04-26
undid optimization in patch 057193dcc2089520ab36d95f42d12f4ffd8127b5
Nikos Mavrogiannopoulos
1
-0
/
+1
2014-04-26
_asn1_ordering_*(): Fix memory leak in case of error
Kurt Roeckx
1
-14
/
+52
2014-04-26
Make _asn1_ordering_* return error values and check them.
Kurt Roeckx
2
-19
/
+31
2014-04-26
Call ordering functions with the right length
Kurt Roeckx
1
-2
/
+2
2014-04-22
Fix syntax-check nits.
Simon Josefsson
2
-8
/
+8
2014-04-22
Update copyright years.
Simon Josefsson
18
-18
/
+18
2014-04-22
Update gnulib files.
Simon Josefsson
31
-83
/
+464
2014-04-17
simplified asn1_find_structure_from_oid() and asn1_expand_any_defined_by().
Nikos Mavrogiannopoulos
2
-13
/
+9
2014-04-15
Do not try to write over null values
Nikos Mavrogiannopoulos
1
-5
/
+9
2014-04-15
fixed several coverity reported bugs.
Nikos Mavrogiannopoulos
2
-8
/
+12
2014-03-28
asn1_write_value: fix segfault when deleting an unauthorized element
Jean-Louis Thekekara
1
-0
/
+6
2014-03-28
asn1_write_value: allow SET_OF elements deletion
Jean-Louis Thekekara
1
-1
/
+1
2014-03-28
extract_tag_der_recursive: fix compilation errors
Jean-Louis Thekekara
1
-2
/
+2
2014-03-14
corrected delete_unneeded_choice_fields().
Nikos Mavrogiannopoulos
1
-2
/
+5
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-11-25
exported function
Nikos Mavrogiannopoulos
1
-1
/
+1
2013-11-25
The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead...
Nikos Mavrogiannopoulos
2
-479
/
+508
2013-11-13
Added asn1_delete_structure2().
Nikos Mavrogiannopoulos
4
-7
/
+36
2013-11-13
updated ASN1.c
Nikos Mavrogiannopoulos
1
-380
/
+239
2013-11-13
doc fixes
Nikos Mavrogiannopoulos
2
-2
/
+2
2013-03-24
Bump version.
Simon Josefsson
1
-1
/
+1
2013-03-24
Fix syntax-check warnings.
Simon Josefsson
1
-2
/
+1
2013-03-24
Fix syntax-check warnings.
Simon Josefsson
4
-6
/
+4
2013-03-24
Generated.
Simon Josefsson
1
-1
/
+1
[next]