summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* released 4.9libtasn1_4_9Nikos Mavrogiannopoulos2016-07-251-1/+1
* asn1_get_object_id_der: doc updateNikos Mavrogiannopoulos2016-07-081-1/+2
* encode and decode object identifiers with elements larger than 2^32 in 32-bit...Nikos Mavrogiannopoulos2016-07-085-6/+12
* _asn1_objectid_der: encode object identifiers with elements larger than 2^32Nikos Mavrogiannopoulos2016-07-071-1/+1
* decoding: removed unused constantsNikos Mavrogiannopoulos2016-04-201-5/+0
* decoding: added null pointer checkNikos Mavrogiannopoulos2016-04-201-0/+8
* _asn1_append_sequence_set: fail if _asn1_copy_structure3 failsNikos Mavrogiannopoulos2016-04-201-0/+3
* coding: prevented an unsigned to signed conversionNikos Mavrogiannopoulos2016-04-201-1/+1
* _asn1_expand_object_id: addressed crash when no value is present is nodeNikos Mavrogiannopoulos2016-04-081-0/+3
* decoding: removed redundant functionsNikos Mavrogiannopoulos2016-04-081-223/+150
* asn1_decode_simple_ber: simplified and cleaned upNikos Mavrogiannopoulos2016-04-082-45/+73
* asn1_get_octet_der: doc updateNikos Mavrogiannopoulos2016-04-071-4/+6
* _asn1_extract_der_octet: properly account the bytes read through indefinite e...Nikos Mavrogiannopoulos2016-04-061-4/+8
* libtasn1.h: updated for 4.8Nikos Mavrogiannopoulos2016-04-041-1/+1
* _asn1_extract_der_octet: catch invalid input cases earlyNikos Mavrogiannopoulos2016-04-041-1/+8
* Simplify _asn1_append_value() and avoid memcpy's with zero lengthNikos Mavrogiannopoulos2016-04-041-9/+19
* use a safer variant of reallocNikos Mavrogiannopoulos2016-04-043-4/+20
* decoding: improved tail cache in _asn1_append_sequence_setNikos Mavrogiannopoulos2016-04-043-16/+27
* fixed incorrect parameter to _asn1_append_sequence_set()Nikos Mavrogiannopoulos2016-04-031-1/+1
* Revert "optimized _asn1_find_up()."Nikos Mavrogiannopoulos2016-04-037-51/+38
* %x expects an unsigned int, but unsigned char is promoted to intPascal Cuoq2016-04-031-5/+5
* coding: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-3/+5
* der_coding: always null terminate errorDescriptionNikos Mavrogiannopoulos2016-01-081-0/+3
* asn1_array2tree: always null terminate errorDescriptionNikos Mavrogiannopoulos2016-01-081-0/+2
* libtasn1.h updated versionlibtasn1_4.7Nikos Mavrogiannopoulos2015-09-141-1/+1
* corrected regression in multi-byte tag handlingNikos Mavrogiannopoulos2015-09-141-12/+21
* updated for 4.6libtasn1_4_6Nikos Mavrogiannopoulos2015-09-051-1/+1
* don't export asn1_get_time_derNikos Mavrogiannopoulos2015-06-203-30/+15
* Allow decoding octet strings with multi-byte tagsNikos Mavrogiannopoulos2015-06-081-3/+12
* simplified asn1_get_time_derNikos Mavrogiannopoulos2015-06-082-18/+31
* export asn1_get_time_der()Nikos Mavrogiannopoulos2015-06-023-6/+23
* export asn1_get_object_id_derNikos Mavrogiannopoulos2015-06-022-4/+21
* enforce type checks in asn1_decode_simple_der and berNikos Mavrogiannopoulos2015-06-022-7/+9
* _asn1_extract_der_octet: prevent past of boundary accessNikos Mavrogiannopoulos2015-04-201-1/+2
* bumped versionslibtasn1_4_4Nikos Mavrogiannopoulos2015-03-291-1/+1
* increased size of LTOSTR_MAX_SIZE to account for sign and null byteNikos Mavrogiannopoulos2015-03-262-4/+5
* 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