mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 12:12:24 +01:00
use camel case not underscores in variable names; restore use of const int variables for buffer sizes in several spots (for ease of smallstack code paths should they be needed); use more MISRAish flow control in X509PrintSignature(). also, capture the retval from several more snprintf()s to pass directly to wolfSSL_BIO_write(), avoiding frivolous strlen()s.