From: David Crawshaw Date: Thu, 16 Jul 2015 19:30:47 +0000 (-0400) Subject: doc: document ios build tag for crypto/x509 X-Git-Tag: go1.5beta3~167 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ebb67836f9dfec6016a1fb7922872cb0c1c0d4bc;p=gostls13.git doc: document ios build tag for crypto/x509 Change-Id: I6e6d38ae347b4f5a33dff609b89785a038bc384c Reviewed-on: https://go-review.googlesource.com/12304 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.5.html b/doc/go1.5.html index 7d0e6e357f..87dbfde33b 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -242,6 +242,11 @@ On NaCl, Go 1.5 requires SDK version pepper-39 or above because it now uses the get_random_bytes system call.

+

+On Darwin, the use of the system X.509 certificate interface can be disabled +with the ios build tag. +

+

Tools

Translating