commit | fa2274e805b9787d90306963e3921a9e6f7010eb | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Apr 11 01:33:50 2017 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Wed Apr 12 12:30:38 2017 +0200 |
tree | 4a8f599d6c6b807e3458c0c09ca5beb7420d0565 | |
parent | cbf0cfafd14038a7bc9674aaf9200eced7fcc842 [diff] |
In asn1_encode_test.c, add custom DER encoding checks We're already checking that custom DER decodes to expected values (or fails to do so), but we didn't check if values encode back to expected DER. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3174)