Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 1 | -13/+15 | |
2018-06-15 | Imported Upstream version 4.13upstream/4.13 | Dariusz Michaluk | 1 | -2/+26 | |
2018-06-15 | Imported Upstream version 4.12upstream/4.12 | Dariusz Michaluk | 1 | -7/+24 | |
2018-06-15 | Imported Upstream version 4.10upstream/4.10 | Dariusz Michaluk | 1 | -14/+14 | |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 1 | -7/+11 | |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 1 | -233/+511 | |
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
2014-06-20 | Renamed asn1_der_decoding_relaxed(), added ASN1_DECODE_FLAG_ALLOW_PADDING. | Karel Slany | 1 | -21/+11 | |
2014-06-20 | Added asn1_der_decoding_relaxed(). | Karel Slany | 1 | -13/+56 | |
2014-06-09 | decoding: corrected the end position of the total structure. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-06-05 | Document that ider and ider_len are optional in asn1_der_decoding_startEnd() | Nikos Mavrogiannopoulos | 1 | -0/+6 | |
2014-06-04 | DER decoding: optimize tail seek by using the value providing by ↵ | Nikos Mavrogiannopoulos | 1 | -6/+2 | |
_asn1_append_sequence_set. | |||||
2014-06-04 | Optimized _asn1_append_sequence_set() by caching the tail of the element to ↵ | Nikos Mavrogiannopoulos | 1 | -3/+7 | |
append on. | |||||
2014-06-04 | optimized _asn1_find_up(). | Nikos Mavrogiannopoulos | 1 | -10/+10 | |
2014-06-03 | Add a sanity check in asn1_der_decoding_startEnd() | Nikos Mavrogiannopoulos | 1 | -0/+3 | |
2014-05-30 | doc update | Nikos Mavrogiannopoulos | 1 | -4/+5 | |
2014-05-30 | simplified and optimized asn1_der_decoding_startEnd(). | Nikos Mavrogiannopoulos | 1 | -372/+30 | |
The second pass decoding is now avoided as the start and end values are cached during decoding. | |||||
2014-05-30 | Simplify temporary value storage during decoding. | Nikos Mavrogiannopoulos | 1 | -20/+13 | |
2014-05-26 | removed unnecessary and wrong test. | Nikos Mavrogiannopoulos | 1 | -3/+0 | |
2014-05-26 | fixes in length calculation in _asn1_extract_der_octet(). | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
2014-05-26 | asn1_der_decoding_element() is no more; it is simply an alias to ↵ | Nikos Mavrogiannopoulos | 1 | -751/+1 | |
asn1_der_decoding(). | |||||
2014-05-25 | doc update | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
2014-05-22 | Allow a NULL value in asn1_read_value() for all types. | Nikos Mavrogiannopoulos | 1 | -3/+3 | |
2014-05-17 | Reverted ltostr() changes as the cause a significant delay to the library. | Nikos Mavrogiannopoulos | 1 | -3/+3 | |
The best approach would be to eliminate the need for ltostr() completely. Added LTOSTR_MAX_SIZE, to avoid overflows. | |||||
2014-05-17 | Revert "made _asn1_ltostr() safer." | Nikos Mavrogiannopoulos | 1 | -5/+5 | |
This reverts commit 07a5adb87880f3fce80aa12121409bbf652f1b6d. | |||||
2014-05-17 | doc update | Nikos Mavrogiannopoulos | 1 | -1/+2 | |
2014-05-17 | Marked asn1_der_decoding_element() as deprecated. | Nikos Mavrogiannopoulos | 1 | -0/+2 | |
2014-05-17 | Use the new functions in asn1_decoding_element() | Nikos Mavrogiannopoulos | 1 | -7/+5 | |
2014-05-17 | Revert "asn1_der_decoding_element is just an alias of asn1_der_decoding()." | Nikos Mavrogiannopoulos | 1 | -6/+761 | |
This reverts commit a8866ebf9a62386bd24f107e8384bbbf032baa52. | |||||
2014-05-17 | made _asn1_ltostr() safer. | Nikos Mavrogiannopoulos | 1 | -5/+5 | |
2014-05-17 | check for zero size in time and object ids. | Nikos Mavrogiannopoulos | 1 | -2/+4 | |
2014-05-17 | Allow for zero strings. | Nikos Mavrogiannopoulos | 1 | -4/+10 | |
2014-05-16 | Do not return illegal values in asn1_get_bit_der(). | Nikos Mavrogiannopoulos | 1 | -2/+5 | |
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 | |
This eliminates the need of massive code duplication. | |||||
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 | 1 | -1/+1 | |
2014-05-04 | Corrected an off-by-one error. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
The issue was discovered using the codenomicon TLS suite. | |||||
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2014-04-17 | simplified asn1_find_structure_from_oid() and asn1_expand_any_defined_by(). | Nikos Mavrogiannopoulos | 1 | -7/+5 | |
2014-03-28 | extract_tag_der_recursive: fix compilation errors | Jean-Louis Thekekara | 1 | -2/+2 | |
Fix the following errors introduced by extract_tag_der_recursive usage: decoding.c: In function 'extract_tag_der_recursive': decoding.c:560:5: error: 'ris' may be used uninitialized in this function [-Werror=maybe-uninitialized] decoding.c: In function 'asn1_der_decoding_startEnd': decoding.c:2192:40: error: unused variable 'p3' [-Werror=unused-variable] Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | |||||
2014-03-14 | corrected delete_unneeded_choice_fields(). | Nikos Mavrogiannopoulos | 1 | -2/+5 | |