CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/11/18 01:38:19
Modified files:
net/lagrange : Makefile
Added files:
net/lagrange/patches: patch-lib_the_Foundation_src_tlsrequest_c
Log message:
lagrange: Eliminate special casing for modern LibreSSL
We added BN_RAND_{TOP,BOTTOM}_ANY specifically for this software. So it is
great that they disabled the code path entirely. Also, ASN1_time_parse()
will go away, so switch to using ASN1_TIME_to_tm().
ok op, Florian Viehweger (MAINTAINER)