START lib/libtls/gotls 2024-10-28T11:01:10Z ==== regress-gotls ==== cd /usr/src/regress/lib/libtls/gotls && go test -test.v . === RUN TestTLSBasic tls_test.go:214: Connecting to 127.0.0.1:1573 tls_test.go:229: Wrote 16 bytes... tls_test.go:236: Read 129 bytes... --- PASS: TestTLSBasic (0.20s) === RUN TestTLSVersions tls_test.go:262: Testing handshake with protocols 301:304 2024/10/28 12:03:17 http: TLS handshake error from 127.0.0.1:28706: read tcp 127.0.0.1:31323->127.0.0.1:28706: use of closed network connection tls_test.go:262: Testing handshake with protocols 300:303 tls_test.go:262: Testing handshake with protocols 301:303 tls_test.go:262: Testing handshake with protocols 302:303 tls_test.go:262: Testing handshake with protocols 300:302 2024/10/28 12:03:18 http: TLS handshake error from 127.0.0.1:41721: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 300:301 2024/10/28 12:03:18 http: TLS handshake error from 127.0.0.1:30959: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 300:300 2024/10/28 12:03:18 http: TLS handshake error from 127.0.0.1:19227: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 301:301 2024/10/28 12:03:18 http: TLS handshake error from 127.0.0.1:18709: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 302:302 2024/10/28 12:03:18 http: TLS handshake error from 127.0.0.1:3525: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 303:303 --- PASS: TestTLSVersions (1.00s) === RUN TestTLSSingleByteReadWrite tls_test.go:315: Connecting to 127.0.0.1:38121 --- PASS: TestTLSSingleByteReadWrite (0.21s) === RUN TestTLSInfo tls_test.go:384: Connecting to 127.0.0.1:6114 tls_test.go:439: Protocol version: TLSv1.3 tls_test.go:444: Cipher: TLS_CHACHA20_POLY1305_SHA256 tls_test.go:449: Cipher Strength: 256 bits tls_test.go:464: Issuer: /O=Acme Co tls_test.go:469: Subject: /O=Acme Co tls_test.go:476: Hash: SHA256:1153aa0230ee0481b36bdd83ddb04b607340dbda35f3a4fff0615e4d9292d687 tls_test.go:483: NotBefore: 1970-01-01 00:00:00 +0000 UTC tls_test.go:490: NotAfter: 2084-01-29 16:00:00 +0000 UTC --- PASS: TestTLSInfo (0.17s) PASS ok gotls 1.668s PASS lib/libtls/gotls Duration 2m09.46s