)]}'
{
  "log": [
    {
      "commit": "8414f8ace98bab1f835b494c85e3a6d8144341c9",
      "tree": "4d4edb2f1a911980c60acb5a1f73a4df8127ff9f",
      "parents": [
        "178b945e5497b813b1239e2fbf57e34b7488745f"
      ],
      "author": {
        "name": "Simon Bernard",
        "email": "sbernard@sierrawireless.com",
        "time": "Tue Oct 30 18:25:41 2018 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Dec 19 09:44:20 2018 +0100"
      },
      "message": "Fix dtls-client.c"
    },
    {
      "commit": "178b945e5497b813b1239e2fbf57e34b7488745f",
      "tree": "b3bb615f0361ac9db3a66066f762644ee1a5fb23",
      "parents": [
        "12cb03a6a150fb4edae2d696b4305b82a10926f3"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Dec 14 17:00:37 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Dec 14 17:00:37 2017 +0100"
      },
      "message": "Revert \"dtls.c: fix memory leak in dtls_free_context()\"\n\nThis reverts commit 12cb03a6a150fb4edae2d696b4305b82a10926f3.\n\nnetq_delete_all() is most likely called too late because the peer\nalready have been destroyed.\n"
    },
    {
      "commit": "12cb03a6a150fb4edae2d696b4305b82a10926f3",
      "tree": "6ca41668b8a6071ae76377a9e4f0ae729008bcc1",
      "parents": [
        "ac5de3ec5bc270c7fd8b0b663deb482fc4e1ea60"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Dec 14 16:14:11 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Dec 14 16:14:11 2017 +0100"
      },
      "message": "dtls.c: fix memory leak in dtls_free_context()\n\nIn [1], Anton Meier points out that the nodes in the sendqueue are\nnot freed when the context is destroyed. This change adds the\nsuggested fix.\n\n[1] https://dev.eclipse.org/mhonarc/lists/tinydtls-dev/msg00139.html\n\nChange-Id: Ia248b0fbe4c5adb56ee883ac05001eefc67c0d8c\n"
    },
    {
      "commit": "ac5de3ec5bc270c7fd8b0b663deb482fc4e1ea60",
      "tree": "b3bb615f0361ac9db3a66066f762644ee1a5fb23",
      "parents": [
        "ef0912f0170a4cab5ca6259f3995f0ed48a3f17d"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Dec 08 11:50:57 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Dec 08 11:50:57 2017 +0100"
      },
      "message": "update to latest version of uthash\n\nTo fix warning messages with recent compilers (e.g., GCC 7) the files\nuthash.h and utlist.h have been updated to the latest version, see also\nCQ #15163 [1].\n\n[1] https://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d15163\n\nChange-Id: I28712b3c5bfcbd017b7c3d2d92f72f0270868676\n"
    },
    {
      "commit": "ef0912f0170a4cab5ca6259f3995f0ed48a3f17d",
      "tree": "7a1179fcdc04fc8435d14ab0671b8381ce8a9ddd",
      "parents": [
        "12edf4defb527a5f5c25b7f1cc6681e54063629a"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Nov 30 11:09:11 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Nov 30 11:09:11 2017 +0100"
      },
      "message": "dtls.c: initialize hmac storage in dtls_init()\n\nRaul Fuentes has pointed out[1] that dtls_hmac_storage_init() must\nbe called when working with static memory allocation. The proposed\nfix was to call this function from dtls_init().\n\n[1] http://dev.eclipse.org/mhonarc/lists/tinydtls-dev/msg00159.html\n\nChange-Id: I6916905d0e968089a531b09c2c08b97b7a9c8a68\n"
    },
    {
      "commit": "12edf4defb527a5f5c25b7f1cc6681e54063629a",
      "tree": "03ee9654d4388f6c2cbb7e4dcfc2d5a22093006c",
      "parents": [
        "f94dc0a2e058835cbc5228e7a0d50195fd75c5c6"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Nov 30 11:07:21 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Nov 30 11:07:21 2017 +0100"
      },
      "message": "hmac.[hc]: move dtls_hmac_storage_init() to .c file\n\nFor platforms other than Contiki, dtls_hmac_storage_init() was\ndefined inline in hmac.h which cluttered the interface.\n\nChange-Id: I9eb1f0b6a299ef3b60560b3d529dde39d610cd33\n"
    },
    {
      "commit": "f94dc0a2e058835cbc5228e7a0d50195fd75c5c6",
      "tree": "ef8fc842696beb2263d2d96c76c9cabcde1dbc80",
      "parents": [
        "cc5863fa0e438ba1fa46c05f2a27cd8dd3d85b96"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Apr 26 11:22:05 2017 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Apr 26 11:22:05 2017 +0200"
      },
      "message": "README: Quick fix to document how to rebuild the configure script\n\nChange-Id: I8712b7a865afe2072fb7dbcbc34804587f6aad42\n"
    },
    {
      "commit": "cc5863fa0e438ba1fa46c05f2a27cd8dd3d85b96",
      "tree": "dc87c64cfdef1091d8fc2da522cc5b3426b6893b",
      "parents": [
        "5fece11e282816f8ab9046c9019b0189eeea6e56"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Apr 18 16:19:38 2017 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Apr 18 16:19:38 2017 +0200"
      },
      "message": "fixed Makefile variables for cross-compilation\n\nWhen configured for a different host, the variables CC, AR and\nRANLIB have not been set correctly. With this fix, tinydtls can\nbe compiled for another platform when it is configured as a\nsubmodule of an automake-enabled project.\n\nFor example, when the dtls branch of libcoap[1] can be cross-compiled\nfor the raspberry pi as follows:\n\n  ./configure --with-host\u003darm-linux-gnueabihf --disable-shared\n\nNote that cross-compilation does not yet work without automake as the\nm4 macro AM_PROG_AR depends on automake.\n\n[1] https://github.com/obgm/libcoap/tree/dtls\n\nChange-Id: If23080dc7754a48434e7ac787c0bddda1dd9530b\n"
    },
    {
      "commit": "5fece11e282816f8ab9046c9019b0189eeea6e56",
      "tree": "9b12789831163399652e40f03d9e3c37e0c10205",
      "parents": [
        "830ff5c2ec9e77a1fd9b7d3e791f7b1dc8e9e0ca"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Apr 18 15:53:33 2017 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Apr 18 15:53:33 2017 +0200"
      },
      "message": "ecc/Makefile.in: fix target clean\n\nAfter renaming OBJECTS to ECC_OBJECTS, the clean target was not\nupdated.\n\nChange-Id: I0b70e1875d46e59d5df51e78176b09672f285ab7\n"
    },
    {
      "commit": "830ff5c2ec9e77a1fd9b7d3e791f7b1dc8e9e0ca",
      "tree": "da704d814afde76c543d87b7ebbcc1f6d046c617",
      "parents": [
        "43c7265e0b079ea8be5b6f4608b7d36af7967156"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Wed Apr 05 17:04:45 2017 +0200"
      },
      "committer": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Wed Apr 05 17:07:23 2017 +0200"
      },
      "message": "contiki: Fix BYTE_ORDER setting to UIP_BYTE_ORDER\n\nThere was the wrong #ifdef which prevented setting BYTE_ORDER.\nIt was working for LITTLE_ENDIAN platforms as defaulting to it.\n\nChange-Id: Ia8028c654f04f92e43b8e0ad24e1a18177a975e7\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "43c7265e0b079ea8be5b6f4608b7d36af7967156",
      "tree": "7480229574730a5d6c6c6ca352790c556778b7e2",
      "parents": [
        "320c04b96d495c05d41599b40b47b680d68d5bec"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Wed Mar 01 13:47:13 2017 +0100"
      },
      "committer": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Wed Mar 01 13:55:56 2017 +0100"
      },
      "message": "contiki: re-add dtls_package_name and dtls_package_version\n\nStatically define PACKAGE_NAME and PACKAGE_VERSION in contiki platform header.\nThis will require maintaining them in addition to values in configure.ac.\n\nChange-Id: I08948dfdb4ddeafeed273a917367ee5ad237df8f\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "320c04b96d495c05d41599b40b47b680d68d5bec",
      "tree": "28715b23c98449b25aed2837d6cd5997faf6b76c",
      "parents": [
        "c04557d2bd624ea2611cc447356c1d077df8610a"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:32:14 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:32:14 2017 +0100"
      },
      "message": "Fixes for compiler warnings\n\nThe code has been cleaned up to\n1. provide proper prototypes for functions that take no arguments (void),\n2. avoid signedness issues, and\n3. provide missing cases for switch statements.\n\nChange-Id: I9e84ddb9ef6594c374ad817330a43b22642ebb33\n"
    },
    {
      "commit": "c04557d2bd624ea2611cc447356c1d077df8610a",
      "tree": "a3f22513ba568dc2f0bc66e92c5f08743dc9295d",
      "parents": [
        "cbd170584b3ed6ad7e73786f2bfddce62f0637c2"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:29:04 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:29:04 2017 +0100"
      },
      "message": "sha2.c: Changed address calculation to avoid type punning.\n\nUse pointer arithmetics instead of taking the address of a\ndereferenced array value to quiet warning about type punned pointer.\n\nChange-Id: I6c833dafbf26502c8b4d132f21a733cc4f133bdb\n"
    },
    {
      "commit": "cbd170584b3ed6ad7e73786f2bfddce62f0637c2",
      "tree": "d64e14ae0cf4967a7275472a5ebac9da38985f53",
      "parents": [
        "3e022210b3d7c82596d9b845d9eba4611b32df37"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:28:16 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:28:16 2017 +0100"
      },
      "message": "uthash.h: Added missing default case for switch statement\n\nChange-Id: I07b7e200e2d8d75049fd98915a437ebdcc41bd8b\n"
    },
    {
      "commit": "3e022210b3d7c82596d9b845d9eba4611b32df37",
      "tree": "4cf78b8b8cb4cc7cc85ea082ba15d5a3a4bb3651",
      "parents": [
        "794e7e3185a84d1cee47b926711a3afc275479f2"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:25:53 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed Mar 01 13:25:53 2017 +0100"
      },
      "message": "Makefile: increase level of compiler warnings\n\nChange-Id: I3865e17cdede51681e64d1b7385725747b38fbaa\n"
    },
    {
      "commit": "794e7e3185a84d1cee47b926711a3afc275479f2",
      "tree": "757e1117409fa9d1e57485bdffcbdb49fcde139b",
      "parents": [
        "53756a6cd0f0d85dc07b4c8348a82311de7a12ef"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 15:03:48 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 15:03:48 2017 +0100"
      },
      "message": "dtls-{client,server}.c: cleanup, fix compiler warnings\n\nExclude static objects for ECC when configured without ECC support\nto remove compiler warnings.\n\nChange-Id: I780408124b717598c4f10151ad0cf92a1a1edbe8\n"
    },
    {
      "commit": "53756a6cd0f0d85dc07b4c8348a82311de7a12ef",
      "tree": "c50ccfb87e3f711eab6662e881db5bce5f63c5a7",
      "parents": [
        "4a90b20b52dee5241abbf4b8edbfb7f4c583e806"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 15:02:11 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 15:02:11 2017 +0100"
      },
      "message": "dtls_debug.c: fix output of IP addresses for Contiki\n\n* UIP_CONF_IPV6 is now called NETSTACK_CONF_WITH_IPV6\n* As sprintf() is used anyway when NDEBUG is not set, we can also\n  use it for printing IPv4 addresses.\n\nChange-Id: I91247ba0292c23a2e389a4a6a8f15c6204473b5f\n"
    },
    {
      "commit": "4a90b20b52dee5241abbf4b8edbfb7f4c583e806",
      "tree": "ff595cfc8c057ceaa1b10b27423d13ff52c02926",
      "parents": [
        "184a41ed716ab9c9f56969a0eb179d4b95c87163"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 14:52:01 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 14:52:01 2017 +0100"
      },
      "message": "dtls.c: fix compiler warnings\n\nDepending on the system\u0027s word size, different prefixes must be\nused in a printf format string to output a uint64_t. This change\nmakes use of PRIu64 where possible to avoid compiler warnings.\n\nChange-Id: I0d3c5508dbd0b49d1922369b6b2b1ef064ddc718\n"
    },
    {
      "commit": "184a41ed716ab9c9f56969a0eb179d4b95c87163",
      "tree": "457dfe1ad85d971628481f813df2c915358454df",
      "parents": [
        "7b0bc19cd9d6a486c5a325c6654c508e4989e016",
        "30a11a5a280724aa0404d0d930053aa8e441bc8c"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:57:36 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:57:36 2017 +0100"
      },
      "message": "Merge branch \u0027develop\u0027 of ssh://git.eclipse.org:29418/tinydtls/org.eclipse.tinydtls into develop\n"
    },
    {
      "commit": "7b0bc19cd9d6a486c5a325c6654c508e4989e016",
      "tree": "457dfe1ad85d971628481f813df2c915358454df",
      "parents": [
        "151ddf9d73d901bf30259cc18c0b6737e413cf15"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Jan 16 12:12:30 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:56:49 2017 +0100"
      },
      "message": "configure.in: Remove AC_FUNC_MALLOC\n\nThe check for malloc usually is not required but can fail when\ncross-compiling. In that case, autoconf looks for rpl_malloc()\nwhich would need to be implemented by the application. A common\nway of dealing with this is to remove AC_FUNC_MALLOC from\nconfigure and have the user provide a malloc() wrapper if required.\n\nChange-Id: I24ab688d0ffdcf7233db9f250a5d8255d72a9ad4\n"
    },
    {
      "commit": "151ddf9d73d901bf30259cc18c0b6737e413cf15",
      "tree": "c0e3d6f99f93b8230ec4752bd8a33e8592170197",
      "parents": [
        "bc7a8f42f46eacad545dcf07a748cf0a66274490"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Nov 22 12:58:20 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:56:49 2017 +0100"
      },
      "message": "Delete obsolete code for openssl-based test server\n\nSee https://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10521#c15\nand following.\n\nChange-Id: I5a2caf1c713ada011dfc6bb11b30401304a06f12\n"
    },
    {
      "commit": "bc7a8f42f46eacad545dcf07a748cf0a66274490",
      "tree": "21e0c7f408ee5be9e850a1757fdc4849ae60e8ab",
      "parents": [
        "bcfcf1645575e1961d8c8bcddc270cfd298d36e2"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Nov 22 12:56:26 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:56:49 2017 +0100"
      },
      "message": "Re-license test CBC and CCM testvectors tp EPL/EDL\n\nSee https://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10521#c15\nand following.\n\nChange-Id: I1247c618d36c2e1afd73b76ea1e39a8b97668b85\n"
    },
    {
      "commit": "bcfcf1645575e1961d8c8bcddc270cfd298d36e2",
      "tree": "825a04f8fc238f2e04c3485a0534fcb64bd89982",
      "parents": [
        "72028c54d9050fab35a280f44e2a5d2877a695f3"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed May 18 12:02:55 2016 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:56:49 2017 +0100"
      },
      "message": "Updated contribution information to include Gerrit and code style\n\nAs patches must be contributed by means of Gerrit as decribed in [1],\nthe file CONTRIBUTING.md needs some guidance on this. Moreover, some\ninformation on code style has been added as well.\n\n[1] https://www.eclipse.org/projects/handbook/#resources-source\n\nChange-Id: Ib415a548f39e3c6b5025d89873d7a85b71ea5d5c\n"
    },
    {
      "commit": "72028c54d9050fab35a280f44e2a5d2877a695f3",
      "tree": "7b6e2579c925f1ed171a53482fdd4fd1801db8df",
      "parents": [
        "f4a0d5ab3766f39a2b2d60f3a5539ac3b40aa379"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:45:16 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 13:45:16 2017 +0100"
      },
      "message": "configure.ac: rename configure.in to .ac\n\nChange deprecated .in extension to .ac to silent warning.\n\n https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Writing-Autoconf-Input.html\n\nChange-Id: Ic6ef8374ddc927481262c982a2579cd45dc41b84\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "f4a0d5ab3766f39a2b2d60f3a5539ac3b40aa379",
      "tree": "9a033782931850bcf5b2ec87c9d15861b2e7acf9",
      "parents": [
        "425835b67e96b6454a18115538d60a652be09abb"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 12:11:36 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 08:35:58 2017 -0400"
      },
      "message": "netq: netq_insert_node: error when re-adding a node.\n\nDetect when adding an already present node.\n\nChange-Id: I38b1540141ce3fbe739923584d2b80746af1e319\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "425835b67e96b6454a18115538d60a652be09abb",
      "tree": "1f48fce9a8c1857bc21d522b433145801953ecfb",
      "parents": [
        "62797ee85f11f61a490092e0fde0a92c7b71b8ed"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 12:14:22 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 08:16:34 2017 -0400"
      },
      "message": "dtls: contiki dtls_retransmit_process: remove node before transmit\n\nMimic the default \u0027dtls_check_retransmit\u0027 implementation.\nThe node should be popped before calling \u0027retransmit\u0027 and not freed after\ntransmit.\n\nChange-Id: If1c11184e27025dc69c672588b946e3cf61054e1\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "62797ee85f11f61a490092e0fde0a92c7b71b8ed",
      "tree": "8858414a6cdf03cf152dcba56c50ccc5d9df2055",
      "parents": [
        "f11270a00e6b51cf541a53e2edf84de3335f3cda"
      ],
      "author": {
        "name": "Jannis Konrad",
        "email": "Jannis.Konrad@h-brs.de",
        "time": "Thu Nov 17 14:59:27 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 28 05:29:55 2017 -0400"
      },
      "message": "check sequence Numbers of received messages\n\nSigned-off-by: Jannis Konrad \u003cjannis.Konrad@h-brs.de\u003e\n"
    },
    {
      "commit": "f11270a00e6b51cf541a53e2edf84de3335f3cda",
      "tree": "958dfee7567a34ae4720cd72bae9adcf2f0e9765",
      "parents": [
        "bc548b7ce8a2b4fedaf94271e368288b3d19edc6"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Fri Dec 09 15:28:23 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 14:36:53 2017 -0400"
      },
      "message": "contiki/sky: remove useless \u0027ssize_t\u0027 definition\n\nconfig-sky only defines ssize_t which is unused.\n\nThere is no more platform-specific headers, so remove the comment.\n\nChange-Id: I6aea9f21fe1cb4109cfa7d2f6d8b42dcbc3b85b7\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "bc548b7ce8a2b4fedaf94271e368288b3d19edc6",
      "tree": "81fd0c1162b0a2ae982544212961ffd1a704cab0",
      "parents": [
        "e79636b07c7c753c253ae2167c15dadede025be1"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 19:35:10 2017 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 19:35:10 2017 +0100"
      },
      "message": "Makefile: add @top_srcdir@ to include flags\n\nsha2/sha2.h now includes tinydtls.h hence the -I path must be\nset explicitly.\n"
    },
    {
      "commit": "e79636b07c7c753c253ae2167c15dadede025be1",
      "tree": "16216931bdae41253f1f639e48a3bde4243f9f48",
      "parents": [
        "aa55f1b106c0aedfdc8564795b876ecc25e6f989"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Fri Dec 09 15:25:26 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "contiki: set HAVE_ASSERT_H by default\n\nRemove empty platform configurations.\n\nChange-Id: I66aad9d3c69d1afa854d5747b42afb21d101d6c7\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "aa55f1b106c0aedfdc8564795b876ecc25e6f989",
      "tree": "414fee221386d7247844696a7898678945f6c9c9",
      "parents": [
        "d1ea35bfb7d3f7e6451029549e6875c51b735006"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Fri Dec 09 14:09:05 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "contiki: define BYTE_ORDER according to UIP_BYTE_ORDER\n\nAlso mimic UIP values for LITTLE_ENDIAN and BIG_ENDIAN.\n\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\nChange-Id: Ideec80ea365e046eeca5235707653ece6e4775fd\n"
    },
    {
      "commit": "d1ea35bfb7d3f7e6451029549e6875c51b735006",
      "tree": "65fd78b1514fcd1b753b0ba5b607745973f42c26",
      "parents": [
        "080013fd2d70ab9c0b35094dd2afc1cb2747b7a9"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Fri Dec 09 14:30:20 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "contiki: set SHA2_USE_INTTYPES by default\n\nChange-Id: If218a4c434663a008721340b8a11107f2e8a8d7d\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "080013fd2d70ab9c0b35094dd2afc1cb2747b7a9",
      "tree": "d2b56ecb306351731d7f033b470e5ba15a7d7fd1",
      "parents": [
        "90c9aea771b8fb3ada57d8229d963d1956ea5eb3"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Fri Dec 09 13:59:29 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "contiki: work without running configure\n\nWhen building with contiki, \u0027CONTIKI\u0027 is defined and is used to detect contiki.\nConfigure options can be configured with:\n\n    DTLS_CONF_ECC, DTLS_CONF_PSK, DTLS_CONF_NDEBUG\n\nAll files now include \u0027tinydtls.h\u0027 instead of \u0027dtls_config.h\u0027.\n\nChange-Id: I9a558a7d6bd777656d7b29028852bfc08911b8b7\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "90c9aea771b8fb3ada57d8229d963d1956ea5eb3",
      "tree": "15b4c1ceea026eac5995e52e4f62162e072efaa8",
      "parents": [
        "c9adbab6550b9cc272ba89b6413f72ac78a334a1"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Thu Dec 01 14:48:29 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "Makefile.tinydtls: disable ECC and PSK being enabled by default\n\nStill keep ecc.c in the library though.\n\nChange-Id: I4f750839def4465ee0a343d2be5db434ce866969\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "c9adbab6550b9cc272ba89b6413f72ac78a334a1",
      "tree": "321446e1e7e1d873d9fb6fa54d2c25ec9f98d8c8",
      "parents": [
        "091d1345996b0c653ab1e30473afba3ab6e93716"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 14:12:30 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "tinydtls.h: include dtls_config.h in tinydtls.h\n\nFixes dtls_config.h not visible in headers\nInclude dtls_config.h in tinydtls.h and include tinydtls.h in all necessary\nheaders.\n\nRemaining headers do not use \u0027ifdef\u0027, but they may require it too.\n\nChange-Id: I39c86dffc8bbc8bd7551e74386994f92f49d00ec\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "091d1345996b0c653ab1e30473afba3ab6e93716",
      "tree": "5b57e4a0bb6aefad00e525c2932d03570cc22269",
      "parents": [
        "27965ce3c99c79ed4e2ea3d453a2fabb44eb2646"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 13:59:04 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 18:05:10 2017 +0100"
      },
      "message": "peer.h: include \u0027dtls_config.h\u0027 to have \u0027DTLS_PEERS_NOHASH\u0027 defined\n\nIn contiki mode, without this \u0027peer.c\u0027 does not take the configuration into\naccount and \u0027dtls.c\u0027 and \u0027peer.c\u0027 have a different \u0027dtls_peer_t\u0027 definition.\n\nChange-Id: I084b580bb1173a2bbf7f3a95d65b364b59706094\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "27965ce3c99c79ed4e2ea3d453a2fabb44eb2646",
      "tree": "df968cc1e866a80f7378461220617d4bc083ef6e",
      "parents": [
        "9f52b8bf829379d375f2dd396d542378e8dc20d1",
        "99879a558f8f023dd21738cf3f3089a1af3a12de"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 11:56:51 2017 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Mon Feb 27 11:56:51 2017 -0500"
      },
      "message": "Merge \"Makefile.tinydtls: fixup dtls_debug.c path\""
    },
    {
      "commit": "9f52b8bf829379d375f2dd396d542378e8dc20d1",
      "tree": "1f6df62695c1dda3c61923f1a3fd055e834dae85",
      "parents": [
        "38379f5f8a55da3ef2d2f2ff56f6c2a727bdb36c",
        "91174fe4344c594a16b1b8c74218ac8b20b25764"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Mon Feb 27 11:48:50 2017 -0500"
      },
      "committer": {
        "name": "Gerrit Code Review @ Eclipse.org",
        "email": "gerrit@eclipse.org",
        "time": "Mon Feb 27 11:48:50 2017 -0500"
      },
      "message": "Merge \"global.h: undefine utash_fatal before re-defining\""
    },
    {
      "commit": "91174fe4344c594a16b1b8c74218ac8b20b25764",
      "tree": "a2f4069c77fe30323e3efcb4dfb163f482814f45",
      "parents": [
        "0016138fe3998552eee3987a1c09da43a23c9fb5"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 13:45:54 2016 +0100"
      },
      "committer": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 13:45:54 2016 +0100"
      },
      "message": "global.h: undefine utash_fatal before re-defining\n\nRemvove compilation warning when run with \u0027UTASH\u0027 enabled.\n\nChange-Id: I032613ec5704dde1674de20676144a5969a969a9\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "38379f5f8a55da3ef2d2f2ff56f6c2a727bdb36c",
      "tree": "342422fbf1f2a8abdc0662307f7df17409c5411d",
      "parents": [
        "0016138fe3998552eee3987a1c09da43a23c9fb5"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Thu Nov 24 11:30:19 2016 +0100"
      },
      "committer": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 12:07:44 2016 +0100"
      },
      "message": "ecc/tests: rename contiki processes names\n\nBoth process in \u0027testecc.c\u0027 and \u0027testfield.c\u0027 have the same name which prevents\nlinking both in the same application.\n\nIn testecc.c change process name to \u0027ecc_test\u0027.\nIn testfield.c fix typo in the process name \u0027ecc_filed_test\u0027 to \u0027ecc_field_tset\u0027.\n\nChange-Id: Iaf13c376063a3dbabe480fdcf4de8ddc12b3f8fa\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "99879a558f8f023dd21738cf3f3089a1af3a12de",
      "tree": "0ce70dc94e13e7a43c0be2c550850df8f0b697fb",
      "parents": [
        "0016138fe3998552eee3987a1c09da43a23c9fb5"
      ],
      "author": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 12:00:55 2016 +0100"
      },
      "committer": {
        "name": "Gaëtan Harter",
        "email": "gaetan.harter@inria.fr",
        "time": "Mon Dec 05 12:02:25 2016 +0100"
      },
      "message": "Makefile.tinydtls: fixup dtls_debug.c path\n\nChange-Id: Ie388ee5d86a32abfd102e4783e6b921b0fc98cd0\nSigned-off-by: Gaëtan Harter \u003cgaetan.harter@inria.fr\u003e\n"
    },
    {
      "commit": "30a11a5a280724aa0404d0d930053aa8e441bc8c",
      "tree": "d78464c8a1e3f3fc35cfdd299ab1870d4500d845",
      "parents": [
        "5791a2e11c821c035cf5e39d008d7381530d2da3"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Nov 22 12:58:20 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Nov 22 12:58:20 2016 +0100"
      },
      "message": "Delete obsolete code for openssl-based test server\n\nSee https://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10521#c15\nand following.\n\nChange-Id: I5a2caf1c713ada011dfc6bb11b30401304a06f12\n"
    },
    {
      "commit": "5791a2e11c821c035cf5e39d008d7381530d2da3",
      "tree": "4290083bccd6c837c04042adc5ea2d28f9fb039a",
      "parents": [
        "25f420c7919e1580a93071c4b6a62cbf0729c738"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Nov 22 12:56:26 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Nov 22 12:56:26 2016 +0100"
      },
      "message": "Re-license test CBC and CCM testvectors tp EPL/EDL\n\nSee https://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10521#c15\nand following.\n\nChange-Id: I1247c618d36c2e1afd73b76ea1e39a8b97668b85\n"
    },
    {
      "commit": "25f420c7919e1580a93071c4b6a62cbf0729c738",
      "tree": "ab5689f9c02d3b3bfff30190cb2f6b2d4428fac2",
      "parents": [
        "06e2ace0b0fa3393108e7fa2b25a3d3d02d1a46e"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed May 18 12:02:55 2016 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Wed May 18 12:02:55 2016 +0200"
      },
      "message": "Updated contribution information to include Gerrit and code style\n\nAs patches must be contributed by means of Gerrit as decribed in [1],\nthe file CONTRIBUTING.md needs some guidance on this. Moreover, some\ninformation on code style has been added as well.\n\n[1] https://www.eclipse.org/projects/handbook/#resources-source\n\nChange-Id: Ib415a548f39e3c6b5025d89873d7a85b71ea5d5c\n"
    },
    {
      "commit": "0016138fe3998552eee3987a1c09da43a23c9fb5",
      "tree": "5d4f17dc4bdcc6724fbc1fa51011db8d1c762ad9",
      "parents": [
        "06e2ace0b0fa3393108e7fa2b25a3d3d02d1a46e"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Apr 22 15:15:06 2016 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Apr 22 15:15:06 2016 +0200"
      },
      "message": "dtls.h: Fixed prototype for dtls_init()\n\nChange-Id: I293342a02395c74ac814b214837f64a7050d63af\n"
    },
    {
      "commit": "06e2ace0b0fa3393108e7fa2b25a3d3d02d1a46e",
      "tree": "d47219da52e666969c032cdfbf2514aad2a0a5e0",
      "parents": [
        "ae385945edd9abd1007edd3ec6e0c940951873c7",
        "5d80ef902603fdbad5d7bb92eb50ee53afa2cdff"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Apr 22 14:59:39 2016 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Apr 22 14:59:39 2016 +0200"
      },
      "message": "Merge branch \u0027origin/develop\u0027\n\nThis merge does a cleanup of accidentally diverged histories of master\nand develop branch.\n"
    },
    {
      "commit": "ae385945edd9abd1007edd3ec6e0c940951873c7",
      "tree": "d47219da52e666969c032cdfbf2514aad2a0a5e0",
      "parents": [
        "f740941ffaaadf368b298c6ca87df02d88ca6e08"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Mar 29 16:02:43 2016 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Apr 22 14:09:51 2016 +0200"
      },
      "message": "fixed function prototypes to shutup compiler warnings\n"
    },
    {
      "commit": "f740941ffaaadf368b298c6ca87df02d88ca6e08",
      "tree": "d5b142f17acd9c6d2235f11099a50db3d4c0c3a4",
      "parents": [
        "1ddeffa2a924716d85861be6ffb962a8877e2a69"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Mar 18 11:44:31 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Apr 22 14:09:51 2016 +0200"
      },
      "message": "configure.in: bumped version number to 0.8.6\n\nThe jump in version numbers has been suggested by Raul Fuentes, see\nhttp://dev.eclipse.org/mhonarc/lists/tinydtls-dev/msg00005.html\n"
    },
    {
      "commit": "1ddeffa2a924716d85861be6ffb962a8877e2a69",
      "tree": "0eacf446d6ddec0062e6e7e08ac5bf84f9d00d9a",
      "parents": [
        "f623c23ba4b9589147a19ef25a31b4cd0a7514e3"
      ],
      "author": {
        "name": "Kyungsun Cho",
        "email": "goodsun.cho@samsung.com",
        "time": "Fri Apr 01 19:27:32 2016 +0900"
      },
      "committer": {
        "name": "Kyungsun Cho",
        "email": "goodsun.cho@samsung.com",
        "time": "Wed Apr 20 16:36:39 2016 +0900"
      },
      "message": "bug 490467: Renamed |SHA| symbol names on |sha2| module\n\nthis change is for resolving |sha2| symbol-conflict in using\n|tinydtls| with other crypto modules. this symbol-conflict could\noccur on the |tinydtls|-deployed systems with using |OpenSSL| or\n|OpenSSL|-like, which has another |SHA| symbols.\nIn case of |iotivity-tinydtls|, the conflict occurs between\n|iotivity-tinydtls| and the deployed |crypto| library, which has\nalso another |SHA|.\n\n[patch #1] initial commit\n[patch #2-3] updated commit message\n[patch #4] reverted renaming for internal symbols\n[patch #5] updated symbols with lower-case\n[patch #6] fixed typo for calling API\n\nbugs: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d490467\n\nChange-Id: I6942870c7c31544e89a20209d21730406ffb08d2\nSigned-off-by: Kyungsun Cho \u003cgoodsun.cho@samsung.com\u003e\n"
    },
    {
      "commit": "5d80ef902603fdbad5d7bb92eb50ee53afa2cdff",
      "tree": "422c3dca4b5825ebad7f2019dd13a896f4fa2729",
      "parents": [
        "1fad84b718b0db1f1b770624cc73db6fd15d5dd6"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Mar 29 16:02:43 2016 +0200"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Mar 29 16:02:43 2016 +0200"
      },
      "message": "fixed function prototypes to shutup compiler warnings\n"
    },
    {
      "commit": "1fad84b718b0db1f1b770624cc73db6fd15d5dd6",
      "tree": "8140909144e52e76a7386ae0d78fdb20848c175d",
      "parents": [
        "f623c23ba4b9589147a19ef25a31b4cd0a7514e3"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Mar 18 11:44:31 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Fri Mar 18 11:44:31 2016 +0100"
      },
      "message": "configure.in: bumped version number to 0.8.6\n\nThe jump in version numbers has been suggested by Raul Fuentes, see\nhttp://dev.eclipse.org/mhonarc/lists/tinydtls-dev/msg00005.html\n"
    },
    {
      "commit": "f623c23ba4b9589147a19ef25a31b4cd0a7514e3",
      "tree": "3bc45b989c6b7cfa1d19b00c8dc698728b1ce56c",
      "parents": [
        "0d157e83cabb864fcc0932504e35f110b4c117c7"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Mar 08 12:47:11 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Mar 08 12:47:11 2016 +0100"
      },
      "message": "renamed debug.[hc] to dtls_debug.[hc] to avoid naming conflicts\n"
    },
    {
      "commit": "0d157e83cabb864fcc0932504e35f110b4c117c7",
      "tree": "ccceecefbd1b85b90e2495588c65a55aaa627c1f",
      "parents": [
        "9e3117ad948a42fc0323fb33fad812e6ed8a6c86"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Feb 11 14:08:18 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Thu Feb 11 14:08:18 2016 +0100"
      },
      "message": "Added CONTRIBUTING information\n"
    },
    {
      "commit": "9e3117ad948a42fc0323fb33fad812e6ed8a6c86",
      "tree": "250f9a6fccd9e5cf44ed196b64017b4f80071b15",
      "parents": [
        "b11921d72f23ca1a956f3ec8fa824c2a48587ae7"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:57:56 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:57:56 2016 +0100"
      },
      "message": "Re-added ECC implementation\n\nCovered by CQ 10516:\nhttp://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10516\n"
    },
    {
      "commit": "b11921d72f23ca1a956f3ec8fa824c2a48587ae7",
      "tree": "8da6823a7ffd9dc556de76b2586763e19c37553c",
      "parents": [
        "ea53b61fe21bafcb41ea780da93de2ab19fff9d9"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:56:30 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:56:30 2016 +0100"
      },
      "message": "Re-added sha2 implementation\n\nCovered by CQ 10515:\nhttp://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10515\n"
    },
    {
      "commit": "ea53b61fe21bafcb41ea780da93de2ab19fff9d9",
      "tree": "dbd3d40b56440586ef75be53c392de4982c2d7ac",
      "parents": [
        "15e8ceb39136a0088c08e78a6451f104cd4b6432"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:54:17 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:54:17 2016 +0100"
      },
      "message": "Re-added rijndael implementation for AES\n\nCovered by CQ 10514:\nhttp://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10514\n"
    },
    {
      "commit": "15e8ceb39136a0088c08e78a6451f104cd4b6432",
      "tree": "2e849fbcce082032efe37072c8cbe06795b1800d",
      "parents": [
        "e1388b3980cbf501c03a6090ab382e080074944c"
      ],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:49:53 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:49:53 2016 +0100"
      },
      "message": "Re-added files from uthash 1.9.9\n\nCovered in CQ 10513:\nhttp://dev.eclipse.org/ipzilla/show_bug.cgi?id\u003d10513\n"
    },
    {
      "commit": "e1388b3980cbf501c03a6090ab382e080074944c",
      "tree": "90d7b5031f940da06e3bd70d2fc5d89f5ce2c30e",
      "parents": [],
      "author": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:39:21 2016 +0100"
      },
      "committer": {
        "name": "Olaf Bergmann",
        "email": "bergmann@tzi.org",
        "time": "Tue Feb 02 18:39:21 2016 +0100"
      },
      "message": "New initial commit\n"
    }
  ]
}
