]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document ios build tag for crypto/x509
authorDavid Crawshaw <crawshaw@golang.org>
Thu, 16 Jul 2015 19:30:47 +0000 (15:30 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 17 Jul 2015 17:58:16 +0000 (17:58 +0000)
Change-Id: I6e6d38ae347b4f5a33dff609b89785a038bc384c
Reviewed-on: https://go-review.googlesource.com/12304
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.5.html

index 7d0e6e357fa40af06060b416b8413e0f5492437a..87dbfde33b7f98b813a92a66891057bd4df7ef4b 100644 (file)
@@ -242,6 +242,11 @@ On NaCl, Go 1.5 requires SDK version pepper-39 or above because it now uses the
 <code>get_random_bytes</code> system call.
 </p>
 
+<p>
+On Darwin, the use of the system X.509 certificate interface can be disabled
+with the <code>ios</code> build tag.
+</p>
+
 <h2 id="tools">Tools</h2>
 
 <h3 id="translate">Translating</h3>