summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* When encoding DER note the positions of the DER start and end.Nikos Mavrogiannopoulos2014-06-091-0/+3
* When duplicating a node, keep the DER start and end information.Nikos Mavrogiannopoulos2014-06-091-0/+2
* decoding: corrected the end position of the total structure.Nikos Mavrogiannopoulos2014-06-091-1/+1
* Document that ider and ider_len are optional in asn1_der_decoding_startEnd()Nikos Mavrogiannopoulos2014-06-051-0/+6
* updated map file for asn1_dup_nodeNikos Mavrogiannopoulos2014-06-051-1/+1
* renamed asn1_copy_node2 to asn1_dup_nodeNikos Mavrogiannopoulos2014-06-052-3/+3
* DER decoding: optimize tail seek by using the value providing by _asn1_append...Nikos Mavrogiannopoulos2014-06-041-6/+2
* Optimized _asn1_append_sequence_set() by caching the tail of the element to a...Nikos Mavrogiannopoulos2014-06-043-8/+22
* asn1_read_value() and friends understand the ?CURRENT keyword.Nikos Mavrogiannopoulos2014-06-042-4/+14
* optimized _asn1_find_up().Nikos Mavrogiannopoulos2014-06-047-32/+48
* more efficient check for '?LAST' and error checking.Nikos Mavrogiannopoulos2014-06-041-5/+5
* Add a sanity check in asn1_der_decoding_startEnd()Nikos Mavrogiannopoulos2014-06-031-0/+3
* removed unused variableNikos Mavrogiannopoulos2014-05-301-1/+1
* doc updateNikos Mavrogiannopoulos2014-05-301-4/+5
* Added asn1_copy_node2()Nikos Mavrogiannopoulos2014-05-303-6/+23
* simplified and optimized asn1_der_decoding_startEnd().Nikos Mavrogiannopoulos2014-05-302-372/+32
* Simplify temporary value storage during coding.Nikos Mavrogiannopoulos2014-05-301-13/+7
* Simplify temporary value storage during decoding.Nikos Mavrogiannopoulos2014-05-302-20/+16
* safe_memset: allow memset of zero bytes.Nikos Mavrogiannopoulos2014-05-271-1/+1
* removed unnecessary and wrong test.Nikos Mavrogiannopoulos2014-05-261-3/+0
* fixes in length calculation in _asn1_extract_der_octet().Nikos Mavrogiannopoulos2014-05-261-2/+2
* asn1_der_decoding_element() is no more; it is simply an alias to asn1_der_dec...Nikos Mavrogiannopoulos2014-05-261-751/+1
* doc updateNikos Mavrogiannopoulos2014-05-251-2/+2
* Allow a NULL value in asn1_read_value() for all types.Nikos Mavrogiannopoulos2014-05-222-21/+31
* bumped versionNikos Mavrogiannopoulos2014-05-221-1/+1
* Reverted ltostr() changes as the cause a significant delay to the library.Nikos Mavrogiannopoulos2014-05-175-7/+8
* Revert "simplify ltostr()"Nikos Mavrogiannopoulos2014-05-172-8/+35
* Revert "made _asn1_ltostr() safer."Nikos Mavrogiannopoulos2014-05-174-11/+13
* doc updateNikos Mavrogiannopoulos2014-05-171-1/+2
* Marked asn1_der_decoding_element() as deprecated.Nikos Mavrogiannopoulos2014-05-172-1/+15
* Use the new functions in asn1_decoding_element()Nikos Mavrogiannopoulos2014-05-171-7/+5
* Revert "asn1_der_decoding_element is just an alias of asn1_der_decoding()."Nikos Mavrogiannopoulos2014-05-171-6/+761
* made _asn1_ltostr() safer.Nikos Mavrogiannopoulos2014-05-174-13/+11
* safer usage of memcpy().Nikos Mavrogiannopoulos2014-05-171-4/+7
* check for zero size in time and object ids.Nikos Mavrogiannopoulos2014-05-171-2/+4
* Allow for zero strings.Nikos Mavrogiannopoulos2014-05-171-4/+10
* simplify ltostr()Nikos Mavrogiannopoulos2014-05-162-35/+8
* Do not return illegal values in asn1_get_bit_der().Nikos Mavrogiannopoulos2014-05-161-2/+5
* return the correct error code in asn1_read_value_type()Nikos Mavrogiannopoulos2014-05-161-16/+21
* removed debug definitionNikos Mavrogiannopoulos2014-05-161-2/+0
* use DECR_LEN() in _asn1_get_indefinite_length_string().Nikos Mavrogiannopoulos2014-05-161-11/+17
* use DECR_LEN in _asn1_get_octet_string()Nikos Mavrogiannopoulos2014-05-161-2/+12
* Fixes in _asn1_extract_der_octet() and usage of DECR_LEN().Nikos Mavrogiannopoulos2014-05-161-12/+19
* use DECR_LEN() in _asn1_extract_tag_der()Nikos Mavrogiannopoulos2014-05-161-14/+14
* simplified check for indefinite.Nikos Mavrogiannopoulos2014-05-161-27/+24
* expanded usage of DECR_LEN().Nikos Mavrogiannopoulos2014-05-161-38/+131
* simplified _asn1_get_octet_string().Nikos Mavrogiannopoulos2014-05-161-10/+8
* simplified _asn1_get_indefinite_length_string()Nikos Mavrogiannopoulos2014-05-161-12/+10
* More precise tracking of data.Nikos Mavrogiannopoulos2014-05-161-48/+124
* asn1_der_decoding_element is just an alias of asn1_der_decoding().Nikos Mavrogiannopoulos2014-05-161-761/+6