Projects STRLCPY dnstt Commits 169a43e6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG
     1 +## v0.20210424.0
     2 + 
     3 +dnstt was part of a software security audit done by Cure53. The report
     4 +found issues of severity levels Low–Medium in dnstt and in one of its
     5 +dependencies, a package used for Noise cryptography. This release fixes
     6 +the following issues:
     7 + * UCB-02-002: Memory leak in acceptStreams() routine of dnstt server (Low)
     8 + * UCB-02-003: Potential nonce overflow in Noise protocol (Medium)
     9 + * UCB-02-004: Deprecated DH25519 Golang API used by Noise (Low)
     10 + * UCB-02-006: DoS due to unconditional nonce increment (Low)
     11 + * UCB-02-007: DoS due to missing socket timeouts (Low)
     12 +Unaddressed in this release are:
     13 + * UCB-02-005: Client ID security considerations & Noise authenticated data (Low)
     14 + * UCB-02-008: Lack of rate limiting in Snowflake and dnstt (Info)
     15 +Two other issues in the report, UCB-02-001 and UCB-02-009, do not have
     16 +to do with dnstt. For more details and the text of the report, see
     17 +https://www.bamsoftware.com/software/dnstt/security.html#cure53-turbotunnel-2021
     18 + 
     19 +Added man pages for dnstt-client and dnstt-server.
     20 + 
     21 + 
     22 +## v0.20200506.0
     23 + 
     24 +Documentation updates.
     25 + 
     26 + 
    1 27  ## v0.20200504.0
    2 28   
    3 29  Documentation updates and link to web page.
    skipped 33 lines
Please wait...
Page is in error, reload to recover