CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/04/18 05:56:53
Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Add some more comments explaining shortcomings of the API The case in point is the incompatibility of the very ergonomic X509_ALGOR API with the RC2-derived API massacre that is EVP_CIPHER_asn1_to_param() and its "inverse". ok jsing