commit | b5895815abad1b108902a55525daad7bdca02721 | [log] [tgz] |
---|---|---|
author | FdaSilvaYY <fdasilvayy@gmail.com> | Mon Oct 16 15:46:50 2017 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Mon Oct 16 15:46:50 2017 -0400 |
tree | e95112e8178460245a83d99903dde7a31540992d | |
parent | 8176431d5901ed09c8cd99c85178f43172741ddc [diff] |
Some cleanups to apps/ca.c Few code format fixup Fix limit computation; was too strict by 2 bytes. Simplify computation of buffer limits Checking is strictly same as sizeof(".pem") == 5 Simplify loop of code for certificate filename creation Fix MAX_PATH usage Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1936)