CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/09/12 01:13:09

Modified files:
        usr.sbin/rpki-client: extern.h rfc3779.c 

Log message:
rpki-client: do not provide IPAddrBlocks_{new,free}() unconditionally

After sitting on the issue for over four years, a last-minute addition to
OpenSSL 4.1 provided a somewhat incorrect version of IPAddrBlocks_new(),
and versions of IPAddrBlocks_free() ith i2d and d2i and the ASN.1 item.
Until LibreSSL provides the corresponding functions, we need this compat
code in base. After that the rfc3779.c file can move to portable where it
really belongs.

With this the rpki-client code is ready for OpenSSL 4.1, provided it uses
a fixed version of lib(re)tls.

ok claudio

Reply via email to