summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-06-20bumped versionNikos Mavrogiannopoulos1-1/+1
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-17doc updateNikos Mavrogiannopoulos1-0/+3
2014-06-17doc updateNikos Mavrogiannopoulos1-1/+7
2014-06-09When encoding DER note the positions of the DER start and end.Nikos Mavrogiannopoulos1-0/+3
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-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 Mavrogiannopoulos2-3/+3
2014-06-04DER decoding: optimize tail seek by using the value providing by _asn1_append...Nikos Mavrogiannopoulos1-6/+2
2014-06-04Optimized _asn1_append_sequence_set() by caching the tail of the element to a...Nikos Mavrogiannopoulos3-8/+22
2014-06-04asn1_read_value() and friends understand the ?CURRENT keyword.Nikos Mavrogiannopoulos2-4/+14
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 Mavrogiannopoulos1-4/+5
2014-05-30Added asn1_copy_node2()Nikos Mavrogiannopoulos3-6/+23
2014-05-30simplified and optimized asn1_der_decoding_startEnd().Nikos Mavrogiannopoulos2-372/+32
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-27safe_memset: allow memset of zero bytes.Nikos Mavrogiannopoulos1-1/+1
2014-05-26removed unnecessary and wrong test.Nikos Mavrogiannopoulos1-3/+0
2014-05-26fixes in length calculation in _asn1_extract_der_octet().Nikos Mavrogiannopoulos1-2/+2
2014-05-26asn1_der_decoding_element() is no more; it is simply an alias to asn1_der_dec...Nikos Mavrogiannopoulos1-751/+1
2014-05-25doc updateNikos Mavrogiannopoulos1-2/+2
2014-05-22Allow a NULL value in asn1_read_value() for all types.Nikos Mavrogiannopoulos2-21/+31
2014-05-22bumped versionNikos Mavrogiannopoulos1-1/+1
2014-05-17Reverted ltostr() changes as the cause a significant delay to the library.Nikos Mavrogiannopoulos5-7/+8
2014-05-17Revert "simplify ltostr()"Nikos Mavrogiannopoulos2-8/+35
2014-05-17Revert "made _asn1_ltostr() safer."Nikos Mavrogiannopoulos4-11/+13
2014-05-17doc updateNikos Mavrogiannopoulos1-1/+2
2014-05-17Marked asn1_der_decoding_element() as deprecated.Nikos Mavrogiannopoulos2-1/+15
2014-05-17Use the new functions in asn1_decoding_element()Nikos Mavrogiannopoulos1-7/+5
2014-05-17Revert "asn1_der_decoding_element is just an alias of asn1_der_decoding()."Nikos Mavrogiannopoulos1-6/+761
2014-05-17made _asn1_ltostr() safer.Nikos Mavrogiannopoulos4-13/+11
2014-05-17safer usage of memcpy().Nikos Mavrogiannopoulos1-4/+7
2014-05-17check for zero size in time and object ids.Nikos Mavrogiannopoulos1-2/+4
2014-05-17Allow for zero strings.Nikos Mavrogiannopoulos1-4/+10
2014-05-16simplify ltostr()Nikos Mavrogiannopoulos2-35/+8
2014-05-16Do not return illegal values in asn1_get_bit_der().Nikos Mavrogiannopoulos1-2/+5
2014-05-16return the correct error code in asn1_read_value_type()Nikos Mavrogiannopoulos1-16/+21
2014-05-16removed debug definitionNikos Mavrogiannopoulos1-2/+0
2014-05-16use DECR_LEN() in _asn1_get_indefinite_length_string().Nikos Mavrogiannopoulos1-11/+17
2014-05-16use DECR_LEN in _asn1_get_octet_string()Nikos Mavrogiannopoulos1-2/+12
2014-05-16Fixes in _asn1_extract_der_octet() and usage of DECR_LEN().Nikos Mavrogiannopoulos1-12/+19
2014-05-16use DECR_LEN() in _asn1_extract_tag_der()Nikos Mavrogiannopoulos1-14/+14
2014-05-16simplified check for indefinite.Nikos Mavrogiannopoulos1-27/+24