CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/11/29 09:18:30
Modified files:
security/uacme : Makefile
security/uacme/pkg: PLIST
Log message:
switch uacme from gnutls to libressl; I missed that libressl gained
support for the things that uacme needed.
this disables ualpn which wants SSL_CLIENT_HELLO_RETRY, SSL_set0_wbio(),
SSL_client_hello_get0_ext(), SSL_CTX_set_client_hello_cb() - I consider
that a reasonable tradeoff, but if someone really needs it I could be
persuaded to readd gnutls as a flavour.