[openssl/openssl] 41c1b6: ossl_print_attribute_value(): Multiple minor fixes...
Jonathan Wilbur
noreply at github.com
Fri Jun 28 07:07:54 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 41c1b6f0a549f2a6401bf06c52badd482b6bd7bc
https://github.com/openssl/openssl/commit/41c1b6f0a549f2a6401bf06c52badd482b6bd7bc
Author: Jonathan M. Wilbur <jonathan at 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 <nhorman at openssl.org>
Reviewed-by: Tomas Mraz <tomas at 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
More information about the openssl-commits
mailing list