CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/12/04 05:07:01

Modified files:
        usr.sbin/rpki-client: ccr.c 

Log message:
rpki-client: convert CCR to opaque ASN1_STRINGs as far as possible

Add wrappers for hex encoding and copying an ASN.1 string similar to the
already existing base64 encoding API. Make these and the rest of the file
use accessors so that it keeps compiling with opaque ASN1_STRING.

To complete the conversion of rpki-client, which needs to know and set
unused bits in a BIT STRING, we will need to provide ASN1_BIT_STRING_set1()
and ASN1_BIT_STRING_get_length() both in libcrypto and in the portable
compat layer.

looks good to claudio

https://github.com/openssl/openssl/issues/29117
https://github.com/openssl/openssl/issues/29184
https://github.com/openssl/openssl/issues/29185

Reply via email to