Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 41c1b6f0a549f2a6401bf06c52badd482b6bd7bc https://github.com/openssl/openssl/commit/41c1b6f0a549f2a6401bf06c52badd482b6bd7bc Author: Jonathan M. Wilbur <jonathan@wilbur.space> Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths: M crypto/x509/x_attrib.c Log Message: ----------- ossl_print_attribute_value(): Multiple minor fixes for style and other errors - use correct return values - do not modify pointer in the atrtribute after decoding with d2i_X509_NAME() - make oid parameter const in print_oid - use OPENSSL_buf2hexstr_ex - simplify return code translation from BIO_printf() Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24725) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications