commit | 3cea73a7fcaaada1ea0ee4b4353ed0176fee1112 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Mon Jul 18 17:52:56 2016 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Jul 18 17:53:05 2016 +0100 |
tree | 5f38be17af4757ff61cb77ad1c400b9bcf9c82db | |
parent | 23dd09b5e96039300ba0196c122046d1d0b31af1 [diff] |
Fix print of ASN.1 BIGNUM type. The ASN.1 BIGNUM type needs to be handled in a custom way as it is not a generic ASN1_STRING type. Reviewed-by: Rich Salz <rsalz@openssl.org>