It’s been almost two weeks ago now that I discovered the bug in GnuTLS now known as CVE-2020-13777. The report is issue #1011 on the GnuTLS bug tracker. Here I want to talk a bit about how I discovered the bug and some thoughts on its impact. Session resumption for mod_gnutls I was working onContinue reading “So, about THAT GnuTLS session ticket bug (CVE-2020-13777)”
Tag Archives: gnutls
GnuTLS and GLib, Part 2: Socket layer
A description of how to let GnuTLS use a GSocket as transport layer.
GnuTLS and GLib, Part 1: Threads
[Edit (2011-12-25)] It looks like the way to select the the mutex functions changed slightly since I published this post. Please consult the current documentation to see the difference! [/Edit] When a network application needs privacy and possibly authentication, using SSL or TLS is often the solution. One of the libraries that are commonly usedContinue reading “GnuTLS and GLib, Part 1: Threads”