From: Theo B. <no...@gi...> - 2025-01-10 15:21:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d15e4f7c4475e19945bd5043c43ad5f5fe5f3265 https://github.com/OpenSC/OpenSC/commit/d15e4f7c4475e19945bd5043c43ad5f5fe5f3265 Author: Theo Buehler <tb...@op...> Date: 2025-01-10 (Fri, 10 Jan 2025) Changed paths: M src/pkcs11/pkcs11-display.c M src/tools/pkcs11-tool.c Log Message: ----------- Use X509_NAME_print_ex() instead of X509_NAME_print() The third argument of X509_NAME_print() is obase and is intended as indentation level. This never worked though. From the flag value XN_FLAG_RFC2253 it is clear that the use of X509_NAME_print_ex() was intended. Use this instead. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |