)]}'
{
  "log": [
    {
      "commit": "97d1805e71b7a6770093c5e6790d46611680d563",
      "tree": "a6f0dd30370cad1af265c846219b699e3675bd09",
      "parents": [
        "ae2c5f71e8f9965219a4bba9436c684a7484f49c"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Jun 03 12:44:11 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 03 12:44:11 2020 -0700"
      },
      "message": "Add ECDH for X25519 (#123)\n\n* Add ECDH for X25519\r\n\r\n* Fix gnu compiler error\r\n\r\nIt doesn\u0027t like jumping things it should not care about.\r\nTry using a different checkout code\r\nStill track down how to do OpenSSL 1.1 on appveyor\r\n\r\n* Fix errors\r\n\r\nFix compiler error - context error\r\nFix crash from missing - error ptr \u003d\u003d null\r\n\r\n* Fix MBEDTLS crash\r\n\r\nNeed to clear a pointer in one case and change the return error for unknown curves.\r\n\r\n* Remove support for Openssl pre 1.1\r\n\r\n* Deal with flag for doing compressed vs uncompressed points\r\n* Use EVP everywhere but ECDSA signing - should do that too\r\n\r\n* Correct no context compiler error\r\n\r\n* Run clang-format"
    },
    {
      "commit": "ae2c5f71e8f9965219a4bba9436c684a7484f49c",
      "tree": "4c99e4a05e41a96530a3a15827b66512fe9f2dce",
      "parents": [
        "a6c29a7d8cc2ac8b829c590d2014d84c68334247"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 22 09:58:49 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 22 09:58:49 2020 -0700"
      },
      "message": "Native key (#120)\n\n* Forgot to do the formatting.\r\n\r\n* Native keys can now be used for ECDSA\r\n\r\nNo other algoirthms are currently supported and I don\u0027t know what the behavior would be.  Probably crash as that is what ECDH did on me. (I think.)\r\n\r\n* Fix the error from the unuseful error message\r\n\r\n* Is that the compile error - bad version of openssl\r\n\r\n* If def with the Openssl version #\r\n\r\n* Short cut native keys if openssl version not high enough.\r\n\r\n* Is this compiling?\r\n\r\n* Correct version number check for openssl\r\n\r\n* Get the version checking right"
    },
    {
      "commit": "a6c29a7d8cc2ac8b829c590d2014d84c68334247",
      "tree": "67d3cc7e920e32ce041d4cfe9722cdc1dac86fc1",
      "parents": [
        "5dac0e701ee58f150c717c5e287bc8fd74a37f10"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed May 20 15:04:11 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 20 15:04:11 2020 -0700"
      },
      "message": "Forgot to do the formatting. (#119)\n\n"
    },
    {
      "commit": "5dac0e701ee58f150c717c5e287bc8fd74a37f10",
      "tree": "1b28bce88f3b411c73c3c5bd9c5e2fdd59674335",
      "parents": [
        "c199b185ce62179e978f2379821543897aa55d29"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed May 20 13:58:30 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 20 13:58:30 2020 -0700"
      },
      "message": "Add CounterSign1 to code base (#117)\n\n* Add CounterSign0 to code base\r\n\r\n* Fix compiler errors\r\n\r\n* Fix context compiler issues\r\n\r\n* Fix testing errors\r\n\r\n* Fix 2 compiler errors and a crash\r\n\r\n* See if the crashes go away\r\n\r\n* More bug fixes\r\n\r\n* It would be nice if both compilers look at this the same\r\n\r\n* Update SignerInfo.cpp\r\n\r\nstupid gcc compiler.  does not actually do this right\r\n\r\n* More memory leak checks\r\n\r\n* Fix bug\r\n\r\ncorrect free code\r\n\r\n* Deal with counterisign1 issues\r\n\r\n* Context needs to be ifdef dependent\r\n\r\n* Remove unused function call\r\n\r\n* Allocation failures\r\n\r\n* Fix errors from new test cases\r\n\r\n* Correct building COSE from EC key for OpenSSL\r\n\r\n* Update build scripts\r\n\r\nBuild countersign1 on appveyor and github\r\nCorrect the path from the countersign1 rename in cmake.\r\n\r\n* Increase coverage\r\n\r\n* FIx apveyor build script\r\n* Add countersign1 testing to Sign1"
    },
    {
      "commit": "c199b185ce62179e978f2379821543897aa55d29",
      "tree": "56c244f6bc7c8a9482e1bc878b4701f66ef36f50",
      "parents": [
        "2ee0fbfa443aa7c5e4398e1fc8439c7949167a1e"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Mon May 11 10:19:39 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 11 01:19:39 2020 -0700"
      },
      "message": "refactor: use nullptr (#115)\n\n* refactor: use nullptr\r\n\r\n* ci: use cpp on travis\r\n\r\n* chore: use cpp 11\r\n\r\n* revert: nullptr for test files"
    },
    {
      "commit": "2ee0fbfa443aa7c5e4398e1fc8439c7949167a1e",
      "tree": "55ca6cebb86354e298eb79d5ce80d368680c28bd",
      "parents": [
        "e61400752eb09fa69a1032bf47ee2a1665814459"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Mon May 11 04:14:46 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 10 19:14:46 2020 -0700"
      },
      "message": "refactor: cpp improvements (#114)\n\n* build: use cpp standard if not set\r\n\r\n* fix: remove more compiler warnigns\r\n\r\n* chore: initial usage of shared pointers\r\n\r\n* chore: remove dupplicate code\r\n\r\n* chore: use cose_free\r\n\r\n* chore: less warnings\r\n\r\n* chore: less warnings\r\n\r\n* chore: remove auto\r\n\r\n* chore: only use context if needed"
    },
    {
      "commit": "e61400752eb09fa69a1032bf47ee2a1665814459",
      "tree": "0c7ca340d4a7f450583cd8810b8c4b5b7353823a",
      "parents": [
        "30ece3d9adf3ed56b6bcf9ae66558d62a9895560"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 08 21:04:55 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 08 22:35:01 2020 -0700"
      },
      "message": "Make MBED Studio happy\n"
    },
    {
      "commit": "30ece3d9adf3ed56b6bcf9ae66558d62a9895560",
      "tree": "64c0e8977f49cc51c74aade403dc17ec43e64d1d",
      "parents": [
        "af45a12895dca16c3a9d648beb5d9e8fb3b7cca9"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 08 12:52:35 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 08 12:52:35 2020 -0700"
      },
      "message": "Change to CPP for all of the internal files (#113)\n\n* REname everything and get it to compile\r\n\r\nNeed to check if this goes past gcc and clang, it does now pass VC.\r\n\r\n* Fix round1 of errors\r\n\r\nI have a different version of openssl\r\ngcc is strictor on jump to label and initializations that don\u0027t matter\r\n\r\n* next batch of compiler errors\r\n\r\n* Next round of updates\r\n\r\n* Next set\r\n\r\n* Last one?\r\n\r\n* Add back the initializer\r\n\r\n* Turn off gcc std option\r\n\r\n* Fix tidy errors\r\n\r\n* Code review"
    },
    {
      "commit": "af45a12895dca16c3a9d648beb5d9e8fb3b7cca9",
      "tree": "6c2865dc72917607cc6b96771a0136da70d36250",
      "parents": [
        "4c0e0743d7807e0f525ba70c8da936cc4685e0cc"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu May 07 12:27:59 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 07 12:27:59 2020 -0700"
      },
      "message": "First pass at getting COSE_KEY written (#112)\n\n* First pass at getting COSE_KEY written\r\n\r\n* Always set a context even if null\r\n\r\n* Correct context parameters\r\n\r\n* Fix a memoy leak, an object leak and an incorrect return code\r\n\r\n* Fix compile error.\r\n\r\n* Reduce test count\r\n\r\nWindows only does one compiler\r\n\r\n* Wrong level"
    },
    {
      "commit": "4c0e0743d7807e0f525ba70c8da936cc4685e0cc",
      "tree": "27567d63cd821aa52383d4feaba5a3ea34ca89a9",
      "parents": [
        "1017afc78345e6034f30261a5dee9fbc5e25cd60"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Thu May 07 18:22:02 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 07 09:22:02 2020 -0700"
      },
      "message": "refactor: remove redefinition of byte, clean up more extern (#111)\n\n"
    },
    {
      "commit": "1017afc78345e6034f30261a5dee9fbc5e25cd60",
      "tree": "625b1009a1ba296b261d0032945b4f2845e0b0bf",
      "parents": [
        "b220bbdbd1d924bf22b594c801fd069dd852a9fd"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed May 06 22:12:46 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 06 13:12:46 2020 -0700"
      },
      "message": "build: add option for sanitizers and valgrind (#109)\n\n* build: add support for sanitzers over cmake\r\n\r\n* refactor: random cleanups\r\n\r\n* fix: use-of-uninitialized-value\r\n\r\n* chore: add valgrind also to cmake"
    },
    {
      "commit": "b220bbdbd1d924bf22b594c801fd069dd852a9fd",
      "tree": "658a8bdeb9ba29191388f82c1a4e68b8d0025d66",
      "parents": [
        "b19568e98003f4683eef7fea81df34c1e1637216"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue May 05 19:33:02 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 05 19:33:02 2020 -0700"
      },
      "message": "Fix more Memory leaks from the tests\n\n* Clean all memory leaks from the RFC test\r\n\r\nNow find out how many others exit\r\n\r\n* Fix countersign memory leak problems.\r\n\r\n* Clean up mbed leaks\r\n\r\n* Undo the fix that crashed"
    },
    {
      "commit": "b19568e98003f4683eef7fea81df34c1e1637216",
      "tree": "b0dce42f2dc4b4f6dca086951849745df49d3551",
      "parents": [
        "bc7da3960c82fe0536e5abe8ec2261625e0cb803"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri May 01 08:21:17 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "feat: add clang compilation and tests\n"
    },
    {
      "commit": "bc7da3960c82fe0536e5abe8ec2261625e0cb803",
      "tree": "7dcd3c662a10e25e7a5adbb3360446625a930ffd",
      "parents": [
        "24fa4729f3cfabafa06bf1a1ba3cef8b199c28ca"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 29 21:40:19 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "style: add trailing line\n"
    },
    {
      "commit": "24fa4729f3cfabafa06bf1a1ba3cef8b199c28ca",
      "tree": "89124f7216cd98ca32eaec6a00d730b27d55f84f",
      "parents": [
        "11fe87186fea8b4b0ea2be3d94b32f92deb29210"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 11:45:46 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "ci: only build once\n"
    },
    {
      "commit": "11fe87186fea8b4b0ea2be3d94b32f92deb29210",
      "tree": "be13fd7d845671f519e33b8167a590ecb63e3099",
      "parents": [
        "af30e02ee78c32acfd89a84446043785b90ab56f"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 11:42:32 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "chore: clean up\n"
    },
    {
      "commit": "af30e02ee78c32acfd89a84446043785b90ab56f",
      "tree": "789b9ce58264f3b2ff1d036bc2151ac7777ea50c",
      "parents": [
        "78acc5cd0a87612cb31d1cff24bea5ae48295708"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 29 11:03:57 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "chore: use debug\n"
    },
    {
      "commit": "78acc5cd0a87612cb31d1cff24bea5ae48295708",
      "tree": "97dea3958317eb0afa5ad34576e4054f8c0f83a6",
      "parents": [
        "456e91c571094d396c2c8560d04e94e16cc737b7"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 10:49:58 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "debug\n"
    },
    {
      "commit": "456e91c571094d396c2c8560d04e94e16cc737b7",
      "tree": "a89886bd0cae4287816c5bbbadd0f6f54c6b732f",
      "parents": [
        "e5b84eef58b61d1243f87111fecba2acea30f759"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 10:43:40 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "chore: remove working dir\n"
    },
    {
      "commit": "e5b84eef58b61d1243f87111fecba2acea30f759",
      "tree": "b5be120e7dad8a107a12322ea724d7869620108a",
      "parents": [
        "f1e5bf347db028f38846632bff5a523d9ff50e94"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 10:22:37 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "chore: use release build type\n"
    },
    {
      "commit": "f1e5bf347db028f38846632bff5a523d9ff50e94",
      "tree": "7923e896728fef68f18bb176ea1a774b501cd3da",
      "parents": [
        "7c10b0f344d770ce2c2183acdccd71e50bae5f0a"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 09:47:59 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "chore: debug windows tests\n"
    },
    {
      "commit": "7c10b0f344d770ce2c2183acdccd71e50bae5f0a",
      "tree": "f29e8feb589ab1335ca9bdc09b073f6be3a2c105",
      "parents": [
        "4432ae11f7a9711c46e8b4442fa2b35055c5cf98"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 28 17:26:20 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri May 01 08:28:26 2020 -0700"
      },
      "message": "ci: enable tests on github ci\n\nci: fix path to examples\n\nUpdate main.yml\n\nchore: get examples then test\n\nchore: disable tests on windows\n"
    },
    {
      "commit": "4432ae11f7a9711c46e8b4442fa2b35055c5cf98",
      "tree": "8bdfb2fc53c332f19241db0de0b96562319b7e70",
      "parents": [
        "18ccd6149183ec0012d859cdd9f7875b4656103c"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 19:02:53 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 19:30:57 2020 -0700"
      },
      "message": "Force a new test run\n\nTravis did the wrong thing\n"
    },
    {
      "commit": "18ccd6149183ec0012d859cdd9f7875b4656103c",
      "tree": "7146101c6ef690da71775d174e02a75e98855d85",
      "parents": [
        "f3c75444c328fc8b77bd9c2e94c4daf329e660dc"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 17:52:09 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 19:30:57 2020 -0700"
      },
      "message": "CLang-Format pass\n\nAlso reduce the travis load since most of it is on github now.\n"
    },
    {
      "commit": "f3c75444c328fc8b77bd9c2e94c4daf329e660dc",
      "tree": "73747d515113f5e56319b24892c79b2e22937e53",
      "parents": [
        "e8c4cb71ca09b3d03df86ccbe70d5854a331e37c"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 17:46:24 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 19:30:57 2020 -0700"
      },
      "message": "Remove more openssl code.\n"
    },
    {
      "commit": "e8c4cb71ca09b3d03df86ccbe70d5854a331e37c",
      "tree": "c22d4ce3b3e1716d3c07ed5bf019f542365d9fa0",
      "parents": [
        "4e3b4430a8a9cc7e9e87e9641996ab07033596ce"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 15:33:38 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 19:30:57 2020 -0700"
      },
      "message": "Add and fix algorithms for MBEDTLS\n\n* Don\u0027t double defined COSE_C_USE_MBEDTLS\n* Add an error to deal with MBEDTLS not supporting compressed points\n* Fix key wrap bug\n"
    },
    {
      "commit": "4e3b4430a8a9cc7e9e87e9641996ab07033596ce",
      "tree": "7f0cba88a7c244755de77c7e9369f07a983a573d",
      "parents": [
        "0fd0263e6b31af43a269d56b9dca58bd77091af4"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 09:10:35 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 30 19:30:57 2020 -0700"
      },
      "message": "Clean up commented out code\n\nAlso enable some algorithms that weren\u0027t previously.\n"
    },
    {
      "commit": "0fd0263e6b31af43a269d56b9dca58bd77091af4",
      "tree": "5d0266a4beb5501d0fd42cf904ccb4c397676d1d",
      "parents": [
        "0b9e7b539f196c92557b23c85c09c4d4fb154358"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 15:01:12 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 16:14:10 2020 -0700"
      },
      "message": "Rename crypto.h to cose_crypto.h\n\nThis is needed to make MBed-Studio happy because it does a really bad job of setting the include path\n"
    },
    {
      "commit": "0b9e7b539f196c92557b23c85c09c4d4fb154358",
      "tree": "9f03741c5f7686c175b48485b308a01d963838a3",
      "parents": [
        "a59cc6564d51fa566ca3e3819ab448ad983d8cd3"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 13:32:48 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:41:38 2020 -0700"
      },
      "message": "Increase coverage?\n\nRemove some unused code\nMonky with the coveralls script\n"
    },
    {
      "commit": "a59cc6564d51fa566ca3e3819ab448ad983d8cd3",
      "tree": "b34cd769f0a33921015bfc6e577b06e9f361cb41",
      "parents": [
        "29814e85526184416005029faf06fd4a3cc046ee"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 09:46:07 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:41:38 2020 -0700"
      },
      "message": "Add an additional test to RunMemory\n\nMake sure that all of the handles have been freed so that we don\u0027t do stupid things.\n"
    },
    {
      "commit": "29814e85526184416005029faf06fd4a3cc046ee",
      "tree": "5bc0f0b12d0b6bd5ccab758b39d89332ab6bf15c",
      "parents": [
        "7b8f978efd9388f91a13fe765c8dcd0c24c18e66"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 28 21:36:24 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:41:38 2020 -0700"
      },
      "message": "And more ifdefs.\n"
    },
    {
      "commit": "7b8f978efd9388f91a13fe765c8dcd0c24c18e66",
      "tree": "88f3042089dd67765dcb736eaad6dbd321fe2139",
      "parents": [
        "dcf2a59cb4bfd854c0c9ddfa4e6e725b096f43d2"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 28 21:31:41 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:41:38 2020 -0700"
      },
      "message": "Need to conditionalize\n"
    },
    {
      "commit": "dcf2a59cb4bfd854c0c9ddfa4e6e725b096f43d2",
      "tree": "7cc288d33502a72b6d4540278eb0bcfcfc87463f",
      "parents": [
        "0b77cb618e80843dfa5139936d1cd730b09f5e51"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 28 21:25:59 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:41:38 2020 -0700"
      },
      "message": "Add corner cases for CounterSign\n\nThis should increase coverage\n"
    },
    {
      "commit": "0b77cb618e80843dfa5139936d1cd730b09f5e51",
      "tree": "c6b123111620e21aa90ba8ec87c2b746c2c44bea",
      "parents": [
        "ae621aede8a8714cb22d39bbb8a2f9cf3bec199d"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 29 21:29:11 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:37:29 2020 -0700"
      },
      "message": "fix: typos\n"
    },
    {
      "commit": "ae621aede8a8714cb22d39bbb8a2f9cf3bec199d",
      "tree": "8324a694316b93ba1d6d4fe77e9aeba9dbd6307e",
      "parents": [
        "14d05d2c2cf00a2599e68f2de35b1a3457fc212e"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 29 18:12:23 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:37:29 2020 -0700"
      },
      "message": "style: format code\n"
    },
    {
      "commit": "14d05d2c2cf00a2599e68f2de35b1a3457fc212e",
      "tree": "ff942b1b026eda3d982f78db8ad2a4dd4fb5a8f2",
      "parents": [
        "a974cdff260acfbef2294622b3d848e706ddaf07"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 29 18:10:57 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:37:29 2020 -0700"
      },
      "message": "fix: clang compilation\n"
    },
    {
      "commit": "a974cdff260acfbef2294622b3d848e706ddaf07",
      "tree": "cac11eab4d4c86f71b04248b659a6a956c1e8e45",
      "parents": [
        "f8434ce66663652c179bde87f7fb18de075d62e4"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 29 12:32:48 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 29 14:37:29 2020 -0700"
      },
      "message": "refacttor: create configure.h at compile time\n"
    },
    {
      "commit": "f8434ce66663652c179bde87f7fb18de075d62e4",
      "tree": "26431edf445433c7026be905b3492ec9c0f0311e",
      "parents": [
        "7b19c2779e66785908c92ea49ae59b10cc13377f"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 28 15:42:10 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 28 15:42:10 2020 -0700"
      },
      "message": "Add CounterSignature support to the code base (#97)\n\nAdd support for full Counter Signatures to all of the base objects.\r\nAdd back parens to most of the code"
    },
    {
      "commit": "7b19c2779e66785908c92ea49ae59b10cc13377f",
      "tree": "8d3b465e0c77f015cffff03fedd47ae6a50f9c94",
      "parents": [
        "9223f01b6849a5991f384d5ae86b9bb6b9e69840"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 28 14:47:25 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 28 08:35:01 2020 -0700"
      },
      "message": "build: set c standard if not set\n"
    },
    {
      "commit": "9223f01b6849a5991f384d5ae86b9bb6b9e69840",
      "tree": "22896a1810fb0849c495d09cf59c102936009de8",
      "parents": [
        "3a1319d1cd29140a18261f34dd3685486db1e628"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 24 09:42:16 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 24 08:41:58 2020 -0700"
      },
      "message": "style: format source code\n"
    },
    {
      "commit": "3a1319d1cd29140a18261f34dd3685486db1e628",
      "tree": "c0cef302a9631478e087ef8f287fecc99d9f4b2e",
      "parents": [
        "d8a4ba027375abef05dd7274eca81d93a8b88bb6"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 24 09:38:46 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 24 08:41:58 2020 -0700"
      },
      "message": "style: adapt clang-format\n"
    },
    {
      "commit": "d8a4ba027375abef05dd7274eca81d93a8b88bb6",
      "tree": "a3e191a456512192dd16c60f60a48c4150fbee89",
      "parents": [
        "b189570d1b509826abef179ea4ba7dff80dc952f"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Thu Apr 23 09:55:46 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 10:33:42 2020 -0700"
      },
      "message": "refactor: remove more extern\n"
    },
    {
      "commit": "b189570d1b509826abef179ea4ba7dff80dc952f",
      "tree": "ff6bf617e12fadf05caed2e70849d404a7867eaf",
      "parents": [
        "87be7a0e7f3b2663a76d0558a1cb94c8e69c7e09"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Thu Apr 23 09:42:04 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 10:33:42 2020 -0700"
      },
      "message": "refactor: fix some clang-tidy warnings and remove unneeded extern\n"
    },
    {
      "commit": "87be7a0e7f3b2663a76d0558a1cb94c8e69c7e09",
      "tree": "8df28ae95c523d340f295eec831dffcbe063b37f",
      "parents": [
        "a80d6c129ce318fdefd7211b731b2d7eb34a6e1b"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 22:18:02 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 07:50:41 2020 -0700"
      },
      "message": "revert: restore defaults in cmake\n"
    },
    {
      "commit": "a80d6c129ce318fdefd7211b731b2d7eb34a6e1b",
      "tree": "74e75b9172edb6a0d41941eca36b858a84b774c6",
      "parents": [
        "dcdf4bc7f6374220b29cf3cd1c8e430cd6e436e8"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 22:16:43 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 07:50:41 2020 -0700"
      },
      "message": "chore: disable coveralls\n"
    },
    {
      "commit": "dcdf4bc7f6374220b29cf3cd1c8e430cd6e436e8",
      "tree": "25cf29adadeda324f65b355d15a70267be49317c",
      "parents": [
        "0dc732a13e4a45bfbf5a205253a8d75f9299736c"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 22:09:45 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 07:50:41 2020 -0700"
      },
      "message": "ci: disable coveralls\n"
    },
    {
      "commit": "0dc732a13e4a45bfbf5a205253a8d75f9299736c",
      "tree": "1953acab477904bc5eb072a8d35141206adbe537",
      "parents": [
        "f0757d1469ea33e5837c9485667d0b5df2a46879"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 22:05:55 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 07:50:41 2020 -0700"
      },
      "message": "ci: do not build shared libs under windows\n"
    },
    {
      "commit": "f0757d1469ea33e5837c9485667d0b5df2a46879",
      "tree": "3d5778f6b215c330449d55a746a4d2a00feebc1a",
      "parents": [
        "fd4489984698aa6cfff6000b42987a69e29da87b"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 21:48:09 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 23 07:50:41 2020 -0700"
      },
      "message": "ci: enable windows\n"
    },
    {
      "commit": "fd4489984698aa6cfff6000b42987a69e29da87b",
      "tree": "28ec2ccb7ae20b9d979b87fee212a79d7f0aab13",
      "parents": [
        "6bce8f23cb5455000098bb2f6163a3696301fe92"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 22 18:17:14 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 22 09:17:14 2020 -0700"
      },
      "message": "ci: add more jobs to ci (#92)\n\n* build: simplify depenencies\r\n\r\n* chore: fetch content for mbedtls\r\n\r\n* chore: do not run cbor tests\r\n\r\n* fix: typos\r\n\r\n* build: use source dir from mbedtls\r\n\r\n* chore: only export targets on demand\r\n\r\n* ci: add more jobs to ci\r\n\r\n* build: only add fatal warnings to lib, not dependencies\r\n\r\n* chore: install cmake and openssl\r\n\r\n* chore: install openssl on windows\r\n\r\n* ci: only use ubuntu"
    },
    {
      "commit": "6bce8f23cb5455000098bb2f6163a3696301fe92",
      "tree": "8b3f8512f5a6a4a6822166399f42a4283810b51b",
      "parents": [
        "2a14519500712c2357f547b863d5ece650963b46"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Wed Apr 22 18:09:27 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 22 09:09:27 2020 -0700"
      },
      "message": "build: simplify dependencies (#88)\n\n* build: simplify depenencies\r\n\r\n* chore: fetch content for mbedtls\r\n\r\n* chore: do not run cbor tests\r\n\r\n* fix: typos\r\n\r\n* build: use source dir from mbedtls\r\n\r\n* chore: only export targets on demand\r\n\r\n* build: only add fatal warnings to lib, not dependencies\r\n\r\n* chore: only add mbedtls target if not already existing"
    },
    {
      "commit": "2a14519500712c2357f547b863d5ece650963b46",
      "tree": "9ba56143ae1a80b9655d4cc3d398a84d9b7a64e6",
      "parents": [
        "75633777fd94c45e88f6d652331f1c638f0f594f"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 16:25:59 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 22 07:25:59 2020 -0700"
      },
      "message": "refactor: add missing headers, remove compiler warnings (#86)\n\n* refactor: add missing headers\r\n\r\n* refactor: reduce warnings\r\n\r\n* chore: remove more unsed stuff\r\n\r\n* refactor: remove some sign compare warnings\r\n\r\n* fix: less warnings\r\n\r\n* fix: more warnings\r\n\r\n* refactor: remove UNUSED_PARAM\r\n\r\n* fix: typos\r\n\r\n* revert: removing f var from test.c\r\n\r\n* revert: remove debug info from testing files\r\n\r\n* revert: changing build script\r\n\r\n* fix: tests"
    },
    {
      "commit": "75633777fd94c45e88f6d652331f1c638f0f594f",
      "tree": "17d941a698c57260a9d6a0a3abacd1d971d16887",
      "parents": [
        "588dbf61550ddcf4b31804838634a09acba85036"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Wed Apr 22 08:34:26 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 22 07:16:02 2020 -0700"
      },
      "message": "build: remove old options"
    },
    {
      "commit": "588dbf61550ddcf4b31804838634a09acba85036",
      "tree": "9611e441c34f615a042808b8d25ff6398fdcf870",
      "parents": [
        "992eff4edd12eef3c3acecd08f7420c68a520105"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 21 21:47:23 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 22 07:16:02 2020 -0700"
      },
      "message": "build; remove old options COSE_C_INCLUDE_SIGN0\n"
    },
    {
      "commit": "992eff4edd12eef3c3acecd08f7420c68a520105",
      "tree": "09b6df8c20dac064dc38c563a6d1013d1c24bb1f",
      "parents": [
        "0ac64817ee696bf08ce6973e9d6024970af3cff4"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 14:00:27 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 14:30:26 2020 -0700"
      },
      "message": "Remove UNICODE characters\n\nThis fixes the coveralls issue.\n"
    },
    {
      "commit": "0ac64817ee696bf08ce6973e9d6024970af3cff4",
      "tree": "1c88efa52db046e8c531072b1ea3cdd5d9254e94",
      "parents": [
        "103ea1947c1e278e8b13e4218414a99326af05b4"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 21 11:04:31 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "chore: simplify clang tidy usage\n"
    },
    {
      "commit": "103ea1947c1e278e8b13e4218414a99326af05b4",
      "tree": "abab44668743769923fc2957d112bac06e0ab668",
      "parents": [
        "4173737e369660ae3a0773c3262abffc09f7ee92"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 21 11:01:49 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "fix: typos\n"
    },
    {
      "commit": "4173737e369660ae3a0773c3262abffc09f7ee92",
      "tree": "4ccb3c8bb234bf835a7d4285b9491945da3cc23f",
      "parents": [
        "30e438f7db5eba5a1034301368361c45560e12c2"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Mon Apr 20 10:44:03 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "refactor: move clang tidy script to scripts directory\n"
    },
    {
      "commit": "30e438f7db5eba5a1034301368361c45560e12c2",
      "tree": "f8d825c5b8b72221806297c179e7fe8c062ce2d6",
      "parents": [
        "e240a3326ca46de052378e05461de07e856d1533"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Mon Apr 20 10:42:33 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "chore: add instructiosn on how to use clang tidy script"
    },
    {
      "commit": "e240a3326ca46de052378e05461de07e856d1533",
      "tree": "3e384da4a477c74667916fbea29dabbede0855bb",
      "parents": [
        "6ca8a45f1c6337c7f8b7274c44bb0da8789ee788"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Mon Apr 20 09:50:36 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "fix: typos\n"
    },
    {
      "commit": "6ca8a45f1c6337c7f8b7274c44bb0da8789ee788",
      "tree": "776ee7378cb2864632eadb23f01af2822579ce3a",
      "parents": [
        "760956ec72511329733656a6201a843ae3fe025b"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Mon Apr 20 09:19:22 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "ci: add clang tidy for github ci\n"
    },
    {
      "commit": "760956ec72511329733656a6201a843ae3fe025b",
      "tree": "b373369b6468357ea1bda5e84deafc368464a68a",
      "parents": [
        "429422492c821341bd44db69b5e45eb192eee643"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Mon Apr 20 09:09:26 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "chore: remove target warnings\n"
    },
    {
      "commit": "429422492c821341bd44db69b5e45eb192eee643",
      "tree": "98a489af6ab858df196f612d02008228be37cb47",
      "parents": [
        "b3d06a6772d19feced1bafad245fae4ada4e2469"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Mon Apr 20 08:57:48 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 10:29:01 2020 -0700"
      },
      "message": "chore: add clang-tidy\n"
    },
    {
      "commit": "b3d06a6772d19feced1bafad245fae4ada4e2469",
      "tree": "f2047ee38560a8501b53de0c42759aa775d8e78a",
      "parents": [
        "f207f3f10e237be740eb41de156a297ced503a8a"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Mon Apr 20 15:17:29 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 21 07:38:45 2020 -0700"
      },
      "message": "build: do not stop if package is not found\n"
    },
    {
      "commit": "f207f3f10e237be740eb41de156a297ced503a8a",
      "tree": "8d3aec7739489e0b00e0ce099d781ca613be97cd",
      "parents": [
        "b77aa9f1797e93c23ae1448286d83638c18026c5"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Sat Apr 18 10:08:41 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 10:08:41 2020 -0700"
      },
      "message": "EdDSA support added for openssl (#82)\n\n* Add EDDSA for OpenSSL\r\n\r\n* No support for EdDSA in MBEDTLS\r\n\r\n* Install OpenSSL v1.1.1f in order to get EdDSA support in OpenSSL"
    },
    {
      "commit": "b77aa9f1797e93c23ae1448286d83638c18026c5",
      "tree": "3fbf565b883b7190e4dd4bb3e84e60a175595aa5",
      "parents": [
        "d9fdcf22f4ce68e9f68b6a4a6bc40b6376cb81a9"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 11:30:59 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "chore: fix include dirs for mbedtls\n"
    },
    {
      "commit": "d9fdcf22f4ce68e9f68b6a4a6bc40b6376cb81a9",
      "tree": "b0807865bfdad89325a1dcb102821f1cd2675553",
      "parents": [
        "4a376740d36449292e8dd9e02565fd437e05baeb"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 10:56:09 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "build: add needed targets for find package\n"
    },
    {
      "commit": "4a376740d36449292e8dd9e02565fd437e05baeb",
      "tree": "4f92def4d9e600ff070960a01bb3b45c982b07c0",
      "parents": [
        "8de27c75f81ada60a780ee33385aeaa0972d8493"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 10:48:47 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "docs: add build and usage instructions to readme\n"
    },
    {
      "commit": "8de27c75f81ada60a780ee33385aeaa0972d8493",
      "tree": "7d5cebcf9e7da99244fa7433efaf2b904369bd72",
      "parents": [
        "d911a147fef1f0c55f22ceac7c969bf3a6ccc7d4"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 10:39:15 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "chore: fix path to header install dir\n"
    },
    {
      "commit": "d911a147fef1f0c55f22ceac7c969bf3a6ccc7d4",
      "tree": "aa232c3b1e9c67938936cdb8daaa60b006e9678a",
      "parents": [
        "e7957bffddbfee3f9c42ee2a0c00549c7f40d676"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 10:31:12 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "chore: backport renaming of vars to this one\n"
    },
    {
      "commit": "e7957bffddbfee3f9c42ee2a0c00549c7f40d676",
      "tree": "087c587ecf1d6a4fd91b71fbd5b5a1afd7e6c848",
      "parents": [
        "ee84afbe32b21cc91ec8f3cda3ca61a688823e58"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 10:10:02 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "style: add format script for cmake\n"
    },
    {
      "commit": "ee84afbe32b21cc91ec8f3cda3ca61a688823e58",
      "tree": "16626dac12ff273794f0b54801bdce6b39b79eac",
      "parents": [
        "f8181759543dbf8fb00760ff5d7d31395c75710a"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Fri Apr 17 09:39:50 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Apr 17 12:39:55 2020 -0700"
      },
      "message": "refactor: clean up cmake\n"
    },
    {
      "commit": "f8181759543dbf8fb00760ff5d7d31395c75710a",
      "tree": "3272b9ea01c001c43bd113380eb556fe779a33df",
      "parents": [
        "9af4622ed1a6eea5c04a1d02121a735633be1dce"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Thu Apr 16 13:33:31 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 16 13:34:32 2020 -0700"
      },
      "message": "fix: typos\n"
    },
    {
      "commit": "9af4622ed1a6eea5c04a1d02121a735633be1dce",
      "tree": "6f1f5bca020de01ed3ed74af65d5582f6495dd4e",
      "parents": [
        "76a1f63b3ab735ff45f126b4e17f9dc7e39789a9"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Thu Apr 16 09:52:53 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Thu Apr 16 13:34:32 2020 -0700"
      },
      "message": "build: rename variables to be upper case\n"
    },
    {
      "commit": "76a1f63b3ab735ff45f126b4e17f9dc7e39789a9",
      "tree": "6fe0226ce5cbe3a3a400c9e6e26883d200fb2b94",
      "parents": [
        "2a18a858051c626c0b1f0c33c4d4cca032d3be59"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Tue Apr 14 16:21:19 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 08:46:19 2020 -0700"
      },
      "message": "build: add cmake folder to module path\n"
    },
    {
      "commit": "2a18a858051c626c0b1f0c33c4d4cca032d3be59",
      "tree": "f26e426e9336a20a8cffd39a3b70e88c2fbf262f",
      "parents": [
        "799074cdef409c20b6a45c9c2a86dbdd91f19c8f"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Tue Apr 14 16:12:29 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 08:46:19 2020 -0700"
      },
      "message": "chore: add find_package for mbedtls and cn-cbor\n"
    },
    {
      "commit": "799074cdef409c20b6a45c9c2a86dbdd91f19c8f",
      "tree": "a3afdbf38efd664c57092bf4e70e172bee3dce43",
      "parents": [
        "cbe415fc73ed0b7f04239fead72da71bb579b3d0"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Tue Apr 14 14:34:28 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 08:46:19 2020 -0700"
      },
      "message": "build: rename cmake options to reduce conflicts\n"
    },
    {
      "commit": "cbe415fc73ed0b7f04239fead72da71bb579b3d0",
      "tree": "1ca6a5556c2247850e2679088c6970093df520eb",
      "parents": [
        "237c965be2ba7a660a06a5d9dd189c4d161c4a7f"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "kmartinho8@gmail.com",
        "time": "Tue Apr 14 16:02:03 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 07:49:39 2020 -0700"
      },
      "message": "refactor: rename configure.h to cose_configure.h\n"
    },
    {
      "commit": "237c965be2ba7a660a06a5d9dd189c4d161c4a7f",
      "tree": "b0e6d7674fc2b1b0dff22fda3a2c9048e74aaab1",
      "parents": [
        "138e8df2aa54afb9a558ba64b01940f362f98e16"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 14 12:34:53 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 07:49:39 2020 -0700"
      },
      "message": "fix: encoding of embedtls.c\n"
    },
    {
      "commit": "138e8df2aa54afb9a558ba64b01940f362f98e16",
      "tree": "e6528110be4a9b1dffed4ecd86719aeea7dbda5a",
      "parents": [
        "64cf7cf3f1367f0992098ecaa42d880f6eb40756"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 14 12:29:28 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 07:49:39 2020 -0700"
      },
      "message": "chore: add more pragmas\n"
    },
    {
      "commit": "64cf7cf3f1367f0992098ecaa42d880f6eb40756",
      "tree": "b49788431c957339a675bc6e93ffe4ade76bd670",
      "parents": [
        "abf9f1246ea781333353309cb9db638be1b7a812"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Apr 14 12:18:33 2020 +0200"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Apr 14 07:49:39 2020 -0700"
      },
      "message": "refactor: move headers into namespace folder and add missing include guards\n"
    },
    {
      "commit": "abf9f1246ea781333353309cb9db638be1b7a812",
      "tree": "dec227ef894e08d8f61403ce245ab08d63357266",
      "parents": [
        "716576f0d63d2253e4a9306ce0509cdac6e5bfaf"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 20:03:02 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 20:23:27 2020 -0700"
      },
      "message": "Change the build options for sign0 \u003d\u003d\u003e sign1\n"
    },
    {
      "commit": "716576f0d63d2253e4a9306ce0509cdac6e5bfaf",
      "tree": "f0f344fd2f292b43e3d85c099fc54d235a2ccb93",
      "parents": [
        "113e72adb4fe143e82f4de64237cbe7f8948ca52"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 19:59:12 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 20:23:27 2020 -0700"
      },
      "message": "Restore Coveralls.cmake\n"
    },
    {
      "commit": "113e72adb4fe143e82f4de64237cbe7f8948ca52",
      "tree": "082f58ad70a4c1348afa07dd918ae6c5e7e8759f",
      "parents": [
        "7e3dbbaed508636ebd5b0333bb6f3f2402caa2a1"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 19:41:56 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 20:23:27 2020 -0700"
      },
      "message": "Fix setting INCLUDE_SIGN0\u003d0\n"
    },
    {
      "commit": "7e3dbbaed508636ebd5b0333bb6f3f2402caa2a1",
      "tree": "ca3d9e6e5bb23092a9340993ec9bf8c9639239b5",
      "parents": [
        "313e8bcc4e1a19c8eb4a108f7567456e63ac4c91"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 18:50:49 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 20:23:27 2020 -0700"
      },
      "message": "Rename Sign0 to Sign1\n\nChange all of the internal and interface names from Sign0 to Sign1 which is what is in the RFC.\nCreate a set of defines so that old code will continue to work.\n"
    },
    {
      "commit": "313e8bcc4e1a19c8eb4a108f7567456e63ac4c91",
      "tree": "40bf074f4f347809755df1448088b4ec76361234",
      "parents": [
        "e3b7f2cef60090133f567ee6145aff0e8cf444ec"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 17:27:27 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 18:20:01 2020 -0700"
      },
      "message": "Command line option changed\n"
    },
    {
      "commit": "e3b7f2cef60090133f567ee6145aff0e8cf444ec",
      "tree": "5294a346ece014abed65d6f88980e4a5601443e7",
      "parents": [
        "bd79cef4672caf8d070f01365f8ab048257cacab"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 16:59:03 2020 -0700"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 08 18:20:01 2020 -0700"
      },
      "message": "Update which branch we are doing\n\nAlso fix bugs from dumping  hash signtures\n"
    },
    {
      "commit": "bd79cef4672caf8d070f01365f8ab048257cacab",
      "tree": "a65a0afc1604deba9d000139e755b7c70c7ba989",
      "parents": [
        "fdabbdca31f7b214f0e1abe79a7b91ea384906ac"
      ],
      "author": {
        "name": "Carlos Gomes Martinho",
        "email": "carlos.gomes_martinho@siemens.com",
        "time": "Tue Feb 25 10:09:25 2020 +0100"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue Feb 25 09:19:44 2020 -0800"
      },
      "message": "chore: make tests optional during build\n"
    },
    {
      "commit": "fdabbdca31f7b214f0e1abe79a7b91ea384906ac",
      "tree": "9ab633cc5c3a59736d6d61612ada79ddd21dfdb5",
      "parents": [
        "e25ca116716d485ae08671dc201837b080fbb868"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Sat Jun 08 20:25:31 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 08 20:25:31 2019 -0700"
      },
      "message": "Add more mbedtls updates (#65)\n\nPerform some warning clean up\r\nInitialize the mbedtls rng generator\r\nAdd more mbedtls support for various algorithms - Note we cannot currently support ECDH because of the lack of support for compressed points in mbedtls."
    },
    {
      "commit": "e25ca116716d485ae08671dc201837b080fbb868",
      "tree": "7ed1f990cd882deafdcaae6e8ac773533f4dfb73",
      "parents": [
        "e1015d497d0bb9cb8a08f7950d488d35e7f2c676"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Jun 07 22:05:41 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 07 22:05:41 2019 -0700"
      },
      "message": "Rename config file (#70)\n\nRename the configuration file."
    },
    {
      "commit": "e1015d497d0bb9cb8a08f7950d488d35e7f2c676",
      "tree": "7ed1f990cd882deafdcaae6e8ac773533f4dfb73",
      "parents": [
        "d6f46a3b87503631f6545c27181bd1ba7c29f445"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Fri Jun 07 21:40:50 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 07 21:40:50 2019 -0700"
      },
      "message": "catchup (#69)\n\n* FIx the unit test\r\n\r\n* Correct the string for encrypt0\r\n\r\nFailing unit tests did not find this\r\n\r\n* Second pass at getting this right\r\n"
    },
    {
      "commit": "d6f46a3b87503631f6545c27181bd1ba7c29f445",
      "tree": "7ed1f990cd882deafdcaae6e8ac773533f4dfb73",
      "parents": [
        "ba835ff20a6a7668d4a225badf66b6bcdced0f3a"
      ],
      "author": {
        "name": "wgtdkp",
        "email": "wgtdkp@163.com",
        "time": "Wed May 15 01:59:31 2019 +0800"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Tue May 14 10:59:31 2019 -0700"
      },
      "message": "move configure.h to include/ (issue #63) (#64)\n\n* move configure.h to include/ (issue #63)\r\n\r\n* remove configure.h from cose.h\r\n\r\n* fixbug: includes configure.h in tests\r\n"
    },
    {
      "commit": "ba835ff20a6a7668d4a225badf66b6bcdced0f3a",
      "tree": "757dd3e3fb718519f5fb4614f96bcf8dcc15430d",
      "parents": [
        "4a8de0af9b3f88d3cf9ccb62395d80a0a2fd00ab"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Sun Dec 16 12:58:02 2018 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 16 12:58:02 2018 -0800"
      },
      "message": "Ace updates (#62)\n\nDeal with the changes that are needed to get mbed-cli to correctly build the system.  These include adding a .mbedignore and allowing for creating an Encrypt object directly from the tree rather than from a byte sting"
    },
    {
      "commit": "4a8de0af9b3f88d3cf9ccb62395d80a0a2fd00ab",
      "tree": "3b794b747d1d81549b7c52a1723cdd2c78f0af0f",
      "parents": [
        "fbdb5b156c6b09edaae1d8e463e4fa5593784975"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Aug 01 12:02:42 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 01 12:02:42 2018 -0700"
      },
      "message": "FIx the unit test (#59)\n\nThere was an error in the Encrypt0 code which was not being detected by the Unit tests.  Both the source and the unit tests have been updated to fix this.\r\n\r\n* FIx the unit test\r\n* Correct the string for encrypt0\r\n"
    },
    {
      "commit": "fbdb5b156c6b09edaae1d8e463e4fa5593784975",
      "tree": "ca9cac857cc0fd741010f20b33515794c45d7a50",
      "parents": [
        "efa681ea12daffcf3a876a00bd17a053c2b9e1c8"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Aug 01 10:29:12 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 01 10:29:12 2018 -0700"
      },
      "message": "Update the readme file (#57)\n\nDo an edit pass to make things a bit more current"
    },
    {
      "commit": "efa681ea12daffcf3a876a00bd17a053c2b9e1c8",
      "tree": "aeff5da1c7e3d1c7d0cd8d51598989de2da949ca",
      "parents": [
        "acc638b53de7335071ab7f334387c08f9ae92091"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 25 16:35:23 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 25 16:35:23 2018 -0700"
      },
      "message": "Only do coveralls for build all (#55)\n\nWe should probably turn off optimizations too.\r\n\r\nCoveralls has a problem with source files which have no executable code in them. "
    },
    {
      "commit": "acc638b53de7335071ab7f334387c08f9ae92091",
      "tree": "5abae652be29b9857e35da59ce39c3eb2927adf6",
      "parents": [
        "f694970fabe73cb615340839e2d2e8850cb765fa"
      ],
      "author": {
        "name": "Scott Bertin",
        "email": "sbertin@telular.com",
        "time": "Wed Apr 25 17:01:47 2018 -0400"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 25 14:01:47 2018 -0700"
      },
      "message": "Memory reduction (#54)\n\n* Reduce memory usage for determining encoding size.\r\n\r\nSome devices don\u0027t have the memory to spare to use an 8K buffer to\r\ndetermine the size of buffer that is needed for encoding.\r\n\r\n* Enable limiting decoders\r\n\r\n* Add COSE_ERR_UNSUPPORTED_COSE_TYPE\r\n\r\n* Adapt tests for decoders not configured\r\n\r\n* Setup to build individuals\r\n\r\nSetup to do indivual COSE elements.  We are going to assume that if individuals build and all build then all combinations are going to build\r\n\r\n* Pass NULL to cn_cbor_encoder_write to get the size.\r\n\r\n* Conditional compilation based on INCLUDE_* defines\r\n\r\n* Revert \"Adapt tests for decoders not configured\"\r\n\r\nThis reverts commit a66f0a7568beecec7e78275c4fa9e1bc92e328f1.\r\n\r\n* Add missing compile checks in sign corner cases\r\n\r\n* Fix cmake check for excluding sign0\r\n\r\n* Fix unintentional whitespace differences\r\n"
    },
    {
      "commit": "f694970fabe73cb615340839e2d2e8850cb765fa",
      "tree": "97adb30989d1e851afe280aa6a2b746e8b49763e",
      "parents": [
        "b3b39e5349c51af389349deb30f8dfec85342916"
      ],
      "author": {
        "name": "Scott Bertin",
        "email": "sbertin@telular.com",
        "time": "Mon Apr 16 14:19:21 2018 -0400"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Mon Apr 16 11:19:21 2018 -0700"
      },
      "message": "Add ECDSA support for mbedtls (#53)\n\n* Add ECDSA support for mbedtls\r\n\r\n* Fix build with USE_CONTEXT\u003dOFF\r\n\r\n* Remove incorrect checks for CN_CBOR_INT\r\n"
    },
    {
      "commit": "b3b39e5349c51af389349deb30f8dfec85342916",
      "tree": "75bf8eff52080f15e0ed9421bd94e117e85d2449",
      "parents": [
        "da36fbf7e587c0b32126d9606e6c057f5c9b16ab"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Sun Apr 15 22:45:24 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 15 22:45:24 2018 -0700"
      },
      "message": "Remove coverage for CLANG\n\nWe don\u0027t really need it and trying to do it is failing - "
    },
    {
      "commit": "da36fbf7e587c0b32126d9606e6c057f5c9b16ab",
      "tree": "04692ab6e69898f9126a62de889c6021d6fd9e23",
      "parents": [
        "e8427268ab18ff53fb383f9c8abcb75bcab31ca9"
      ],
      "author": {
        "name": "Scott Bertin",
        "email": "sbertin@telular.com",
        "time": "Wed Apr 11 17:17:12 2018 -0400"
      },
      "committer": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Wed Apr 11 14:17:12 2018 -0700"
      },
      "message": "Fix incorrect checks of cn_cbor_encoder_write result. (#52)\n\ncn_cbor_encoder_write returns -1 on error. In several cases any\r\nnon-zero result was treated as success. In two cases, a -1 result\r\nwould be converted to size_t and returned when a 0 result should\r\nbe returned."
    },
    {
      "commit": "e8427268ab18ff53fb383f9c8abcb75bcab31ca9",
      "tree": "7931f57d3a15fdf2a4198eca459d4550aec2bc3c",
      "parents": [
        "c516f7536aee814b0a3556daa4857d9b74c47d59"
      ],
      "author": {
        "name": "Jim Schaad",
        "email": "ietf@augustcellars.com",
        "time": "Mon Mar 26 12:58:41 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 26 12:58:41 2018 -0700"
      },
      "message": "Start building w/ AppVeyor (#51)\n\nBuild 3 versions under AppVeyor so that we know that no gcc specific items get pulled in."
    }
  ],
  "next": "c516f7536aee814b0a3556daa4857d9b74c47d59"
}
