summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: only build examples if documentation is also builttmp-mingw32Nikos Mavrogiannopoulos2016-09-271-2/+2
* xxxNikos Mavrogiannopoulos2016-09-271-1/+1
* .gitlab-ci.yml: added mingw32 buildNikos Mavrogiannopoulos2016-09-271-0/+21
* tests: use the 'rb' modifier in fopenNikos Mavrogiannopoulos2016-09-272-2/+2
* space/tab fixesNikos Mavrogiannopoulos2016-09-111-1/+1
* space/tab fixesNikos Mavrogiannopoulos2016-09-112-11/+11
* .gitlab-ci.yml: use shared gitlab.com runners for CINikos Mavrogiannopoulos2016-09-011-5/+17
* .gitlab-ci.yml: added build with clangNikos Mavrogiannopoulos2016-07-271-0/+6
* ASN1.c: regenerated with bison 3.0.4Nikos Mavrogiannopoulos2016-07-271-133/+135
* ASN1.y: updated for new yacc syntax (according to bison warnings)Nikos Mavrogiannopoulos2016-07-271-1/+1
* Fix some typoes found by lintian.Andreas Metzler2016-07-272-3/+3
* gnulib: added missing verify.hNikos Mavrogiannopoulos2016-07-261-0/+279
* bumped versionNikos Mavrogiannopoulos2016-07-261-2/+2
* doc updateNikos Mavrogiannopoulos2016-07-261-0/+4
* tools: eliminated compiler warningsNikos Mavrogiannopoulos2016-07-263-3/+3
* parser_aux: corrected potential null pointer dereferencesNikos Mavrogiannopoulos2016-07-261-6/+6
* ASN.y: corrected compiler warningNikos Mavrogiannopoulos2016-07-261-1/+1
* configure: don't add -Werror to build flagsNikos Mavrogiannopoulos2016-07-261-2/+0
* updated gnulibNikos Mavrogiannopoulos2016-07-26133-520/+1139
* released 4.9libtasn1_4_9Nikos Mavrogiannopoulos2016-07-253-3/+3
* tests: added unit tests for asn1_get_object_id_der()Nikos Mavrogiannopoulos2016-07-082-2/+91
* asn1_get_object_id_der: doc updateNikos Mavrogiannopoulos2016-07-081-1/+2
* .gitlab-ci.yml: added separate builds for x86 and x86_64Nikos Mavrogiannopoulos2016-07-081-0/+9
* encode and decode object identifiers with elements larger than 2^32 in 32-bit...Nikos Mavrogiannopoulos2016-07-085-6/+12
* doc updateNikos Mavrogiannopoulos2016-07-071-0/+3
* tests: add test for OIDs with elements larger than 2^32Nikos Mavrogiannopoulos2016-07-072-2/+207
* _asn1_objectid_der: encode object identifiers with elements larger than 2^32Nikos Mavrogiannopoulos2016-07-071-1/+1
* asn1Decoding: Simplified allocation and copyNikos Mavrogiannopoulos2016-06-031-7/+11
* configure: enable all gcc warnings by defaultNikos Mavrogiannopoulos2016-04-291-3/+3
* 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
* added ABI check for x86-64 as part of release processNikos Mavrogiannopoulos2016-04-112-1/+1700
* tests: corrected inclusion of new fileslibtasn1_4_8Nikos Mavrogiannopoulos2016-04-111-2/+2
* released 4.8Nikos Mavrogiannopoulos2016-04-111-1/+1
* tests: added several invalid certificatesNikos Mavrogiannopoulos2016-04-08563-2/+47
* doc updateNikos Mavrogiannopoulos2016-04-081-0/+2
* _asn1_expand_object_id: addressed crash when no value is present is nodeNikos Mavrogiannopoulos2016-04-081-0/+3
* tests: removed OCSP choice known issue tags; it is now resolvedNikos Mavrogiannopoulos2016-04-081-4/+4
* tests: corrected byKey definitionNikos Mavrogiannopoulos2016-04-081-1/+1
* decoding: removed redundant functionsNikos Mavrogiannopoulos2016-04-081-223/+150
* tests: added various octet string encoding/decoding testsNikos Mavrogiannopoulos2016-04-082-2/+176
* asn1_decode_simple_ber: simplified and cleaned upNikos Mavrogiannopoulos2016-04-082-45/+73
* tests: added check on OCSP BasicOCSPResponse parsingNikos Mavrogiannopoulos2016-04-083-3/+115
* 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