CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/05/14 02:52:09
Modified files:
security/p5-Crypt-OpenSSL-PKCS10: Makefile
Added files:
security/p5-Crypt-OpenSSL-PKCS10/patches: patch-PKCS10_xs
patch-lib_Crypt_OpenSSL_PKCS10_pm
patch-t_Mytest_t
Log message:
p5-Crypt-OpenSSL-PKCS10: fix after X509V3_EXT_add_alias() removal
This isn't a complete fix but it is good enough for it to do what
henning needs it to do. For some reason this code was left in the
state it was in for ~20 years without any update. No idea why it
could not support things like basic constraints or subject/authority
info access using proper NIDs.
ok henning