Skip to content

Remove: GnuTLS support#554

Merged
dnzbk merged 1 commit intodevelopfrom
delete/gnutls-support
Apr 28, 2025
Merged

Remove: GnuTLS support#554
dnzbk merged 1 commit intodevelopfrom
delete/gnutls-support

Conversation

@dnzbk
Copy link
Copy Markdown
Collaborator

@dnzbk dnzbk commented Apr 28, 2025

Description

Reasons for removing GnuTLS support:

  • Maintenance overhead. Maintaining support for two SSL/TLS libraries (OpenSSL and GnuTLS) significantly increases our maintenance burden. Currently, we exclusively use OpenSSL in all production builds.

  • Boost.Asio incompatibility. The Boost.Asio library, which can be used for cross-platform socket and TLS handling, does not support GnuTLS. Our planned migration of network logic to Boost.Asio makes GnuTLS support redundant.

  • Updated the POSIX Documentation:

    • Removed the deprecated "Building using autotools" section

Lib changes

  • Removed GnuTLS support.

Testing

  • macOS Ventura
  • Linux Debian 12

@dnzbk dnzbk requested review from luckedea and phnzb April 28, 2025 05:49
@dnzbk dnzbk changed the title Delete: GnuTLS support Remove: GnuTLS support Apr 28, 2025
Copy link
Copy Markdown
Member

@luckedea luckedea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@dnzbk dnzbk merged commit e92cc55 into develop Apr 28, 2025
9 checks passed
@dnzbk dnzbk deleted the delete/gnutls-support branch April 28, 2025 07:18
@dnzbk dnzbk mentioned this pull request May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants