2020-04.html.j2 (986B)
1 {% extends "common/news.j2" %} 2 {% block body_content %} 3 <h1>2020-04: Exchange ready for external security audit</h1> 4 <p> 5 We received a grant from <a href="https://nlnet.nl/">NLnet 6 foundation</a> to pay for an 7 external security audit of the GNU Taler exchange cryptography, 8 code and documentation. We spent the last four months preparing 9 the code, closing almost all of the known issues, performing static analysis, 10 fixing compiler warnings, improving test code coverage, 11 fuzzing, benchmarking, and reading the code line-by-line. 12 Now, we are now ready to start the external audit. This April, 13 <a href="https://codeblau.de/">CodeBlau</a> will review the 14 code in the Master branch tagged <tt>CodeBlau-NGI-2019</tt> 15 and we will of course make their report available in full 16 once it is complete. Thanks to NLnet and the European 17 Commission's Horizion 2020 <a href="https://www.ngi.eu/">NGI initiative</a> 18 for funding this work. 19 </p> 20 {% endblock body_content %}