summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bumped versionNikos Mavrogiannopoulos2014-06-191-4/+4
* doc updateNikos Mavrogiannopoulos2014-06-191-2/+1
* doc updateNikos Mavrogiannopoulos2014-06-171-0/+3
* doc updateNikos Mavrogiannopoulos2014-06-171-1/+7
* doc updateNikos Mavrogiannopoulos2014-06-171-1/+1
* corrected file nameNikos Mavrogiannopoulos2014-06-171-1/+1
* doc updateNikos Mavrogiannopoulos2014-06-091-2/+2
* When encoding DER note the positions of the DER start and end.Nikos Mavrogiannopoulos2014-06-091-0/+3
* Added new test that combines asn1_der_decoding_startEnd() with asn1_der_codin...Nikos Mavrogiannopoulos2014-06-093-3/+233
* Added copyright informationNikos Mavrogiannopoulos2014-06-091-0/+20
* Added test for asn1_der_decoding_startEnd() after an asn1_dup_node().Nikos Mavrogiannopoulos2014-06-091-0/+27
* 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
* remove -Werror from automakeNikos Mavrogiannopoulos2014-06-081-1/+1
* build: tests: fix Test_choice within separate builddirAlon Bar-Lev2014-06-082-2/+6
* 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-054-7/+7
* doc updateNikos Mavrogiannopoulos2014-06-041-0/+2
* 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
* doc updateNikos Mavrogiannopoulos2014-06-041-0/+3
* 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-302-4/+8
* Added asn1_copy_node2()Nikos Mavrogiannopoulos2014-05-304-8/+23
* Added test for asn1_copy_node()Nikos Mavrogiannopoulos2014-05-302-2/+192
* simplified and optimized asn1_der_decoding_startEnd().Nikos Mavrogiannopoulos2014-05-302-372/+32
* Added check for decoding_startEnd().Nikos Mavrogiannopoulos2014-05-301-0/+40
* Simplify temporary value storage during coding.Nikos Mavrogiannopoulos2014-05-301-13/+7
* Simplify temporary value storage during decoding.Nikos Mavrogiannopoulos2014-05-302-20/+16
* doc updateNikos Mavrogiannopoulos2014-05-271-0/+4
* 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
* released 3.6libtasn1_3_6Nikos Mavrogiannopoulos2014-05-251-1/+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
* updated TODONikos Mavrogiannopoulos2014-05-221-0/+2
* bumped versionNikos Mavrogiannopoulos2014-05-222-3/+3
* doc updateNikos Mavrogiannopoulos2014-05-221-3/+2
* doc updateNikos Mavrogiannopoulos2014-05-221-1/+2
* 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-172-2/+5