Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-13 | Imported Upstream version 4.19.0upstream/4.19.0upstream | Dariusz Michaluk | 46 | -3494/+12280 | |
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 41 | -3276/+3824 | |
2018-06-15 | Imported Upstream version 4.13upstream/4.13 | Dariusz Michaluk | 3 | -8/+39 | |
2018-06-15 | Imported Upstream version 4.12upstream/4.12 | Dariusz Michaluk | 7 | -11/+38 | |
2018-06-15 | Imported Upstream version 4.10upstream/4.10 | Dariusz Michaluk | 26 | -723/+1403 | |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 7 | -15/+28 | |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 29 | -2295/+3673 | |
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
2014-06-20 | bumped version | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-06-20 | Renamed asn1_der_decoding_relaxed(), added ASN1_DECODE_FLAG_ALLOW_PADDING. | Karel Slany | 3 | -24/+18 | |
2014-06-20 | Added asn1_der_decoding_relaxed(). | Karel Slany | 3 | -13/+61 | |
2014-06-17 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+3 | |
2014-06-17 | doc update | Nikos Mavrogiannopoulos | 1 | -1/+7 | |
2014-06-09 | When encoding DER note the positions of the DER start and end. | Nikos Mavrogiannopoulos | 1 | -0/+3 | |
That will allow using asn1_der_decoding_startEnd() without performing decoding. | |||||
2014-06-09 | When duplicating a node, keep the DER start and end information. | Nikos Mavrogiannopoulos | 1 | -0/+2 | |
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-05 | updated map file for asn1_dup_node | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-06-05 | renamed asn1_copy_node2 to asn1_dup_node | Nikos Mavrogiannopoulos | 2 | -3/+3 | |
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 | 3 | -8/+22 | |
append on. | |||||
2014-06-04 | asn1_read_value() and friends understand the ?CURRENT keyword. | Nikos Mavrogiannopoulos | 2 | -4/+14 | |
That keyword allows to specify the current element if the given node is a node in a sequence or set. | |||||
2014-06-04 | optimized _asn1_find_up(). | Nikos Mavrogiannopoulos | 7 | -32/+48 | |
2014-06-04 | more efficient check for '?LAST' and error checking. | Nikos Mavrogiannopoulos | 1 | -5/+5 | |
2014-06-03 | Add a sanity check in asn1_der_decoding_startEnd() | Nikos Mavrogiannopoulos | 1 | -0/+3 | |
2014-05-30 | removed unused variable | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-05-30 | doc update | Nikos Mavrogiannopoulos | 1 | -4/+5 | |
2014-05-30 | Added asn1_copy_node2() | Nikos Mavrogiannopoulos | 3 | -6/+23 | |
2014-05-30 | simplified and optimized asn1_der_decoding_startEnd(). | Nikos Mavrogiannopoulos | 2 | -372/+32 | |
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 coding. | Nikos Mavrogiannopoulos | 1 | -13/+7 | |
2014-05-30 | Simplify temporary value storage during decoding. | Nikos Mavrogiannopoulos | 2 | -20/+16 | |
2014-05-27 | safe_memset: allow memset of zero bytes. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
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 | 2 | -21/+31 | |
2014-05-22 | bumped version | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-05-17 | Reverted ltostr() changes as the cause a significant delay to the library. | Nikos Mavrogiannopoulos | 5 | -7/+8 | |
The best approach would be to eliminate the need for ltostr() completely. Added LTOSTR_MAX_SIZE, to avoid overflows. | |||||
2014-05-17 | Revert "simplify ltostr()" | Nikos Mavrogiannopoulos | 2 | -8/+35 | |
This reverts commit f93acf7f0a3f19692c71fc9022981b6f64ffdbc1. | |||||
2014-05-17 | Revert "made _asn1_ltostr() safer." | Nikos Mavrogiannopoulos | 4 | -11/+13 | |
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 | 2 | -1/+15 | |
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 | 4 | -13/+11 | |
2014-05-17 | safer usage of memcpy(). | Nikos Mavrogiannopoulos | 1 | -4/+7 | |
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 | 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 | |