summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* removed debug flagNikos Mavrogiannopoulos2015-03-061-1/+0
* asn1_decode_simple_ber() will decode unsupported types as DERNikos Mavrogiannopoulos2015-03-062-32/+38
* doc updateNikos Mavrogiannopoulos2015-03-041-1/+1
* doc updateNikos Mavrogiannopoulos2015-03-041-3/+2
* Added asn1_decode_simple_ber()Nikos Mavrogiannopoulos2015-03-043-2/+187
* only assign value if the previous node has oneNikos Mavrogiannopoulos2015-02-051-3/+6
* bumped versionNikos Mavrogiannopoulos2014-09-151-1/+1
* enforce the new time tests only in strict DER modeNikos Mavrogiannopoulos2014-09-151-26/+28
* avoid warningNikos Mavrogiannopoulos2014-09-041-1/+1
* corrected regression which caused the failure of octet string extractionNikos Mavrogiannopoulos2014-09-041-1/+2
* added more warningsNikos Mavrogiannopoulos2014-09-041-4/+16
* perform sanity checks in Time fieldNikos Mavrogiannopoulos2014-08-291-4/+51
* released 4.1libtasn1_4_1Nikos Mavrogiannopoulos2014-08-231-1/+1
* Added decoding flag ASN1_DECODE_FLAG_STRICT_DERNikos Mavrogiannopoulos2014-08-202-22/+47
* corrected check for infinite encodingNikos Mavrogiannopoulos2014-08-201-4/+6
* BER decoding: corrected indefinite tag check in ANY constructionsNikos Mavrogiannopoulos2014-08-201-22/+24
* bumped versionNikos Mavrogiannopoulos2014-06-201-1/+1
* Renamed asn1_der_decoding_relaxed(), added ASN1_DECODE_FLAG_ALLOW_PADDING.Karel Slany2014-06-203-24/+18
* Added asn1_der_decoding_relaxed().Karel Slany2014-06-203-13/+61
* doc updateNikos Mavrogiannopoulos2014-06-171-0/+3
* doc updateNikos Mavrogiannopoulos2014-06-171-1/+7
* 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