2

I'm running Ubuntu 14.04.5 LTS and it appears there are two libgnutls packages available: libgnutls26 and libgnutls28. According to apt-cache show, these are versions 2.12.23 and 3.2.11, respectively. The corresponding C++ runtime packages appear to be libgnutlsxx27 and libgnutlsxx28, respectively. What do the "26", "27", and "28" in the package names mean and how do they correspond to the versions (if they do)?

depquid
  • 121
  • 4

1 Answers1

0

I know this is old, but I believe that the 26, 27, 28, and further refer to it supporting: Transport Layer Security (TLS) Protocol Version 1.3 Draft number "$x"

For instance, the paper introducing draft 28 is titled

"The Transport Layer Security (TLS) Protocol Version 1.3 draft-ietf-tls-tls13-28"