[openssl.org #3246] CSR version is not printed properly

2014-08-29 Thread Rich Salz via RT
Fixed in head: -commit b09eb246e2385ff629e365043290bbb485e99588 Author: Rich Salz rs...@akamai.com Date: Tue Aug 26 22:31:11 2014 -0400 RT3246: req command prints version number wrong Make X509_REQ_print_ex do the same thing that X509_REQ_print does. Reviewed-by: Matt Caswell m...@openssl.org

[openssl.org #3246] CSR version is not printed properly

2014-01-25 Thread Manuel Pégourié-Gonnard via RT
Hi, When printing the content of a CSR with 'openssl req -text', the version is not correct. For example, with a v1 request (generated with OpenSSL): % openssl req -noout -text -in server9.csr | grep Version Version: 0 (0x0) The expected output is: Version: 1 (0x0) since 0