summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-15Imported Upstream version 4.13upstream/4.13Dariusz Michaluk16-46/+96
2018-06-15Imported Upstream version 4.12upstream/4.12Dariusz Michaluk44-155/+238
2018-06-15Imported Upstream version 4.10upstream/4.10Dariusz Michaluk167-2149/+4902
2018-06-15Imported Upstream version 4.9upstream/4.9Dariusz Michaluk29-771/+1157
2016-06-08Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414sangsu256-2909/+98536
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com>
2014-06-26released 4.0upstream/4.0Nikos Mavrogiannopoulos1-1/+1
2014-06-26doc: Added new functionsNikos Mavrogiannopoulos1-0/+4
2014-06-26doc updateNikos Mavrogiannopoulos1-1/+1
2014-06-20bumped versionNikos Mavrogiannopoulos1-1/+1
2014-06-20doc updateNikos Mavrogiannopoulos1-0/+6
2014-06-20Renamed asn1_der_decoding_relaxed(), added ASN1_DECODE_FLAG_ALLOW_PADDING.Karel Slany3-24/+18
2014-06-20Added asn1_der_decoding_relaxed().Karel Slany3-13/+61
2014-06-19doc updateNikos Mavrogiannopoulos1-2/+3
2014-06-19bumped versionNikos Mavrogiannopoulos1-4/+4
2014-06-19doc updateNikos Mavrogiannopoulos1-2/+1
2014-06-17doc updateNikos Mavrogiannopoulos1-0/+3
2014-06-17doc updateNikos Mavrogiannopoulos1-1/+7
2014-06-17doc updateNikos Mavrogiannopoulos1-1/+1
2014-06-17corrected file nameNikos Mavrogiannopoulos1-1/+1
2014-06-09doc updateNikos Mavrogiannopoulos1-2/+2
2014-06-09When encoding DER note the positions of the DER start and end.Nikos Mavrogiannopoulos1-0/+3
That will allow using asn1_der_decoding_startEnd() without performing decoding.
2014-06-09Added new test that combines asn1_der_decoding_startEnd() with ↵Nikos Mavrogiannopoulos3-3/+233
asn1_der_coding().
2014-06-09Added copyright informationNikos Mavrogiannopoulos1-0/+20
2014-06-09Added test for asn1_der_decoding_startEnd() after an asn1_dup_node().Nikos Mavrogiannopoulos1-0/+27
2014-06-09When duplicating a node, keep the DER start and end information.Nikos Mavrogiannopoulos1-0/+2
2014-06-09decoding: corrected the end position of the total structure.Nikos Mavrogiannopoulos1-1/+1
2014-06-08remove -Werror from automakeNikos Mavrogiannopoulos1-1/+1
2014-06-08build: tests: fix Test_choice within separate builddirAlon Bar-Lev2-2/+6
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2014-06-05Document that ider and ider_len are optional in asn1_der_decoding_startEnd()Nikos Mavrogiannopoulos1-0/+6
2014-06-05updated map file for asn1_dup_nodeNikos Mavrogiannopoulos1-1/+1
2014-06-05renamed asn1_copy_node2 to asn1_dup_nodeNikos Mavrogiannopoulos4-7/+7
2014-06-04doc updateNikos Mavrogiannopoulos1-0/+2
2014-06-04DER decoding: optimize tail seek by using the value providing by ↵Nikos Mavrogiannopoulos1-6/+2
_asn1_append_sequence_set.
2014-06-04Optimized _asn1_append_sequence_set() by caching the tail of the element to ↵Nikos Mavrogiannopoulos3-8/+22
append on.
2014-06-04doc updateNikos Mavrogiannopoulos1-0/+3
2014-06-04asn1_read_value() and friends understand the ?CURRENT keyword.Nikos Mavrogiannopoulos2-4/+14
That keyword allows to specify the current element if the given node is a node in a sequence or set.
2014-06-04optimized _asn1_find_up().Nikos Mavrogiannopoulos7-32/+48
2014-06-04more efficient check for '?LAST' and error checking.Nikos Mavrogiannopoulos1-5/+5
2014-06-03Add a sanity check in asn1_der_decoding_startEnd()Nikos Mavrogiannopoulos1-0/+3
2014-05-30removed unused variableNikos Mavrogiannopoulos1-1/+1
2014-05-30doc updateNikos Mavrogiannopoulos2-4/+8
2014-05-30Added asn1_copy_node2()Nikos Mavrogiannopoulos4-8/+23
2014-05-30Added test for asn1_copy_node()Nikos Mavrogiannopoulos2-2/+192
2014-05-30simplified and optimized asn1_der_decoding_startEnd().Nikos Mavrogiannopoulos2-372/+32
The second pass decoding is now avoided as the start and end values are cached during decoding.
2014-05-30Added check for decoding_startEnd().Nikos Mavrogiannopoulos1-0/+40
2014-05-30Simplify temporary value storage during coding.Nikos Mavrogiannopoulos1-13/+7
2014-05-30Simplify temporary value storage during decoding.Nikos Mavrogiannopoulos2-20/+16
2014-05-27doc updateNikos Mavrogiannopoulos1-0/+4
2014-05-27safe_memset: allow memset of zero bytes.Nikos Mavrogiannopoulos1-1/+1
2014-05-26removed unnecessary and wrong test.Nikos Mavrogiannopoulos1-3/+0