CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/07/15 09:43:25
Modified files: lib/libcrypto/pkcs12: p12_crt.c Log message: Fix PKCS12_create() This tries to copy some microsoft attributes which are not usually present and chokes on the now disabled EVP_PKEY_*attr* API. Instead of reviving about four layers of traps and indirection, just inline the two functions in a way that should be more obvious. found by anton via the ruby-openssl tests ok jsing