commit | 0e69e08b8a4ea0fbd49846e211075f79ca0fff4f | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <rolandshoemaker@gmail.com> | Sat Feb 13 14:23:09 2016 -0800 |
committer | Russ Cox <rsc@golang.org> | Thu Oct 06 17:46:04 2016 +0000 |
tree | ed26429fed2b548393e6b8889f1de96eb6859c13 | |
parent | 7682e7e3945130cf3cde089834664f68afdd1523 [diff] |
ocsp: add Request.Marshal method Tests that Marshaling a parsed response returns the same bytes as were parsed. Use Marshal in CreateRequest; still passes CreateRequest's golden test. Change-Id: I427ef8372d7b62c43b7718d7d90631d022377d32 Reviewed-on: https://go-review.googlesource.com/19488 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>