summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doc updatetmp-test-suite-spcNikos Mavrogiannopoulos2016-10-241-2/+4
|
* Add spc_pe_image_data testAndreas Schneider2016-10-244-3/+169
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* doc updateNikos Mavrogiannopoulos2016-10-111-1/+1
|
* benchmark: made alarm handler staticNikos Mavrogiannopoulos2016-10-041-1/+1
| | | | This prevents a compiler warning.
* .gitlab-ci.yml: added mingw32 buildNikos Mavrogiannopoulos2016-09-271-0/+21
|
* Makefile.am: only build examples if documentation is also builtNikos Mavrogiannopoulos2016-09-271-2/+2
|
* tests: use the 'rb' modifier in fopenNikos Mavrogiannopoulos2016-09-272-2/+2
| | | | This allows the tests to be run under wine.
* 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 ↵Nikos Mavrogiannopoulos2016-07-085-6/+12
| | | | 32-bit systems
* doc updateNikos Mavrogiannopoulos2016-07-071-0/+3
|
* tests: add test for OIDs with elements larger than 2^32Nikos Mavrogiannopoulos2016-07-072-2/+207
| | | | | That is, add a check which re-encodes a certificate which contains OIDs with elements of size > 2^32.
* _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
| | | | Based on patch and suggestions by Pascal Cuoq.
* 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
| | | | Provided by Pascal Cuoq.
* 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
| | | | | | | With a specially crafted ASN.1 description _asn1_expand_object_id, passes a null pointer as p4->value to the function _asn1_str_cat, which expects a pointer to a string. This patch addresses the issue. Reported by Pascal Cuoq.
* 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
| | | | | OCSP is defined in an EXPLICIT tags module, and as such we must tag explicitly all of its tags.
* decoding: removed redundant functionsNikos Mavrogiannopoulos2016-04-081-223/+150
| | | | | Simplified the STRING BER decoding by using asn1_decode_simple_ber(). This removes complex duplicate code.
* tests: added various octet string encoding/decoding testsNikos Mavrogiannopoulos2016-04-082-2/+176
| | | | This includes BER and DER decodings.
* 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
|