gcc/libgo/go/crypto/tls/testdata
Ian Lance Taylor 1a2f01efa6 libgo: update to Go1.10beta1
Update the Go library to the 1.10beta1 release.
    
    Requires a few changes to the compiler for modifications to the map
    runtime code, and to handle some nowritebarrier cases in the runtime.
    
    Reviewed-on: https://go-review.googlesource.com/86455

gotools/:
	* Makefile.am (go_cmd_vet_files): New variable.
	(go_cmd_buildid_files, go_cmd_test2json_files): New variables.
	(s-zdefaultcc): Change from constants to functions.
	(noinst_PROGRAMS): Add vet, buildid, and test2json.
	(cgo$(EXEEXT)): Link against $(LIBGOTOOL).
	(vet$(EXEEXT)): New target.
	(buildid$(EXEEXT)): New target.
	(test2json$(EXEEXT)): New target.
	(install-exec-local): Install all $(noinst_PROGRAMS).
	(uninstall-local): Uninstasll all $(noinst_PROGRAMS).
	(check-go-tool): Depend on $(noinst_PROGRAMS).  Copy down
	objabi.go.
	(check-runtime): Depend on $(noinst_PROGRAMS).
	(check-cgo-test, check-carchive-test): Likewise.
	(check-vet): New target.
	(check): Depend on check-vet.  Look at cmd_vet-testlog.
	(.PHONY): Add check-vet.
	* Makefile.in: Rebuild.

From-SVN: r256365
2018-01-09 01:23:08 +00:00
..
Client-TLSv10-ClientCert-ECDSA-ECDSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv10-ClientCert-ECDSA-RSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv10-ClientCert-RSA-ECDSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv10-ClientCert-RSA-RSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv10-ECDHE-ECDSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv10-ECDHE-RSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv10-RSA-RC4 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv11-ECDHE-ECDSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv11-ECDHE-RSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv11-RSA-RC4 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-AES128-GCM-SHA256 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-AES128-SHA256 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-AES256-GCM-SHA384 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ALPN libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ALPN-NoMatch
Client-TLSv12-ClientCert-ECDSA-ECDSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ClientCert-ECDSA-RSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ClientCert-RSA-ECDSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ClientCert-RSA-RSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-ECDSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-ECDSA-AES-GCM libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-ECDSA-AES128-SHA256 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-RSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-RSA-AES128-SHA256 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-ECDHE-RSA-CHACHA20-POLY1305 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-RenegotiateOnce libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-RenegotiateTwice libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-RenegotiateTwiceRejected libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-RenegotiationRejected libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-RSA-RC4 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-SCT libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Client-TLSv12-X25519-ECDHE-RSA-AES-GCM libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-SSLv3-RSA-3DES
Server-SSLv3-RSA-AES
Server-SSLv3-RSA-RC4
Server-TLSv10-ECDHE-ECDSA-AES
Server-TLSv10-RSA-3DES
Server-TLSv10-RSA-AES
Server-TLSv10-RSA-RC4
Server-TLSv11-FallbackSCSV
Server-TLSv11-RSA-RC4
Server-TLSv12-ALPN libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-ALPN-NoMatch libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-CipherSuiteCertPreferenceECDSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-CipherSuiteCertPreferenceRSA libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-ClientAuthRequestedAndECDSAGiven libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-ClientAuthRequestedAndGiven libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-ClientAuthRequestedNotGiven libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-ECDHE-ECDSA-AES libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-IssueTicket
Server-TLSv12-IssueTicketPreDisable
Server-TLSv12-Resume
Server-TLSv12-ResumeDisabled
Server-TLSv12-RSA-3DES
Server-TLSv12-RSA-AES
Server-TLSv12-RSA-AES-GCM libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-RSA-AES256-GCM-SHA384 libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
Server-TLSv12-RSA-RC4
Server-TLSv12-SNI
Server-TLSv12-SNI-GetCertificate
Server-TLSv12-SNI-GetCertificateNotFound
Server-TLSv12-X25519-ECDHE-RSA-AES-GCM libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00