CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/05 03:33:15
Modified files:
usr.sbin/rpki-client: ip.c mft.c
Log message:
rpki-client: convert ip.c and mft.c to ASN1_BIT_STRING_get_length()
This isn't the greatest of APIs, but we're going to be stuck with it
since better APIs depend on libcrypto not doing the implicit truncation
nonsense, which only OpenSSL 4 and BoringSSL dropped by now.
Some of the error checks become now unreachable. This will be cleaned
up another time.
ok claudio job