summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* increased LTOSTR_MAX_SIZE to backport overflow fix in 4.4libtasn1_3_xNikos Mavrogiannopoulos2015-03-301-1/+1
* Added test for ResponseData decoding-encoding issueNikos Mavrogiannopoulos2014-11-144-4/+50
* bumped versionlibtasn1_3_9Nikos Mavrogiannopoulos2014-09-152-3/+3
* doc updateNikos Mavrogiannopoulos2014-09-041-0/+4
* corrected regression which caused the failure of octet string extractionNikos Mavrogiannopoulos2014-09-041-1/+2
* added missing fileslibtasn1_3_8Nikos Mavrogiannopoulos2014-08-232-0/+0
* released 3.8Nikos Mavrogiannopoulos2014-08-233-3/+3
* backported test_indefiniteNikos Mavrogiannopoulos2014-08-202-6/+46
* corrected check for infinite encodingNikos Mavrogiannopoulos2014-08-201-4/+6
* corrected typoNikos Mavrogiannopoulos2014-08-201-1/+1
* doc updateNikos Mavrogiannopoulos2014-08-201-0/+5
* BER decoding: corrected indefinite tag check in ANY constructionsNikos Mavrogiannopoulos2014-08-201-22/+24
* Added another BER-encoded PKCS #12 file to test indefinite decodingNikos Mavrogiannopoulos2014-08-202-3/+45
* released 3.7libtasn1_3_7Nikos Mavrogiannopoulos2014-06-261-1/+1
* bumped versionNikos Mavrogiannopoulos2014-06-262-3/+3
* doc updateNikos Mavrogiannopoulos2014-06-191-0/+4
* remove -Werror from automakeNikos Mavrogiannopoulos2014-06-191-1/+1
* build: tests: fix Test_choice within separate builddirAlon Bar-Lev2014-06-192-2/+6
* safe_memset: allow memset of zero bytes.Nikos Mavrogiannopoulos2014-06-191-1/+1
* removed unnecessary and wrong test.Nikos Mavrogiannopoulos2014-06-191-3/+0
* fixes in length calculation in _asn1_extract_der_octet().Nikos Mavrogiannopoulos2014-06-191-2/+2
* 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
* Marked asn1_der_decoding_element() as deprecated.Nikos Mavrogiannopoulos2014-05-174-2/+18
* 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
* doc updateNikos Mavrogiannopoulos2014-05-161-0/+1
* 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
* doc updateNikos Mavrogiannopoulos2014-05-161-0/+1
* 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