CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/11/23 00:04:18

Modified files:
        usr.bin/ssh    : ssh-pkcs11.c 

Log message:
pkcs11_fetch_ecdsa_pubkey: use ASN1_STRING accessors

In anticipation of davidben and beck making ASN1_STRING opaque in
OpenSSL 4 with the aim of enabling surgery to make the X509 data
structure less bad [1], we need to use dumb accessors to avoid build
breakage. Fortunately only in one spot.

This is OpenSSL 1.1 API and available in all members of the fork family.

ok beck djm

[1]: https://github.com/openssl/openssl/issues/29117

Reply via email to