1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/asn1
Adam Langley 566d432f54 asn1: marshal true as 255, not 1.
OS X, at least, appears to test |byte == 255|, not |byte != 0| to
establish if a bool is true or false.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4128064
2011-02-05 13:55:37 -05:00
..
asn1_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
asn1.go reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
common.go Fix certificate validation. 2010-09-20 10:32:08 -04:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
marshal_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
marshal.go asn1: marshal true as 255, not 1. 2011-02-05 13:55:37 -05:00