summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* decoding: removed redundant functionssimpler-ber-decodingNikos Mavrogiannopoulos2016-04-071-231/+151
* tests: added various octet string encoding/decoding testsNikos Mavrogiannopoulos2016-04-072-2/+178
* asn1_decode_simple_ber: simplified and cleaned upNikos Mavrogiannopoulos2016-04-072-50/+79
* asn1_get_octet_der: doc updateNikos Mavrogiannopoulos2016-04-071-4/+6
* tests: removed non-existant file from MakefileNikos Mavrogiannopoulos2016-04-071-1/+1
* _asn1_extract_der_octet: properly account the bytes read through indefinite e...Nikos Mavrogiannopoulos2016-04-061-4/+8
* tests: corrected invalid input to asn1DecodingNikos Mavrogiannopoulos2016-04-052-2/+2
* tests: enhance the test suite with more invalid X.509 inputNikos Mavrogiannopoulos2016-04-0538-3/+26
* libtasn1.h: updated for 4.8Nikos Mavrogiannopoulos2016-04-041-1/+1
* tests: avoid errors on known memory leaks from _asn1_add_static_nodeNikos Mavrogiannopoulos2016-04-042-1/+4
* document the global state issueNikos Mavrogiannopoulos2016-04-041-0/+2
* tests: added missing decoding-infNikos Mavrogiannopoulos2016-04-041-0/+34
* bumped versionNikos Mavrogiannopoulos2016-04-041-2/+2
* doc updateNikos Mavrogiannopoulos2016-04-041-1/+2
* _asn1_extract_der_octet: catch invalid input cases earlyNikos Mavrogiannopoulos2016-04-041-1/+8
* tests: added check on infinite recursionNikos Mavrogiannopoulos2016-04-042-2/+2
* 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
* doc updateNikos Mavrogiannopoulos2016-04-031-0/+4
* %x expects an unsigned int, but unsigned char is promoted to intPascal Cuoq2016-04-031-5/+5
* .gitlab-ci.yml: added libubsan buildsNikos Mavrogiannopoulos2016-02-291-0/+8
* coding: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-3/+5
* .gitlab-ci.yml: don't build documentationNikos Mavrogiannopoulos2016-02-291-2/+2
* configure: added --disable-docNikos Mavrogiannopoulos2016-02-292-1/+10
* Added .gitlab-ci.ymlNikos Mavrogiannopoulos2016-02-291-0/+12
* der_coding: always null terminate errorDescriptionNikos Mavrogiannopoulos2016-01-081-0/+3
* asn1_array2tree: always null terminate errorDescriptionNikos Mavrogiannopoulos2016-01-081-0/+2
* doc enhanced the asn1Coding exampleNikos Mavrogiannopoulos2015-09-181-3/+16
* asn1Coding: Allow handling NULL valuesNikos Mavrogiannopoulos2015-09-181-1/+6
* libtasn1.h updated versionlibtasn1_4.7Nikos Mavrogiannopoulos2015-09-141-1/+1
* bumped versionNikos Mavrogiannopoulos2015-09-141-2/+2
* doc updateNikos Mavrogiannopoulos2015-09-141-1/+1
* doc updateNikos Mavrogiannopoulos2015-09-141-0/+4
* tests: added check for EXPLICIT encoding of tagged valuesNikos Mavrogiannopoulos2015-09-142-0/+9
* corrected regression in multi-byte tag handlingNikos Mavrogiannopoulos2015-09-141-12/+21
* updated for 4.6libtasn1_4_6Nikos Mavrogiannopoulos2015-09-054-6/+8
* don't export asn1_get_time_derNikos Mavrogiannopoulos2015-06-204-31/+15
* doc updateNikos Mavrogiannopoulos2015-06-081-0/+1
* tests: added encoding and decoding check with multi-byte tagsNikos Mavrogiannopoulos2015-06-083-1/+27
* Allow decoding octet strings with multi-byte tagsNikos Mavrogiannopoulos2015-06-081-3/+12
* simplified asn1_get_time_derNikos Mavrogiannopoulos2015-06-082-18/+31
* doc updateNikos Mavrogiannopoulos2015-06-021-0/+1
* export asn1_get_time_der()Nikos Mavrogiannopoulos2015-06-023-6/+23
* doc updateNikos Mavrogiannopoulos2015-06-021-0/+4
* 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
* released 4.5libtasn1_4_5Nikos Mavrogiannopoulos2015-04-291-1/+1