START	lib/libtls/gotls	2025-03-27T01:24:25Z

==== 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:20313
    tls_test.go:229: Wrote 16 bytes...
    tls_test.go:236: Read 129 bytes...
--- PASS: TestTLSBasic (0.01s)
=== RUN   TestTLSVersions
    tls_test.go:262: Testing handshake with protocols 301:304
    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
2025/02/20 02:25:39 http: TLS handshake error from 127.0.0.1:7399: tls: client offered only unsupported versions: [304 303]
    tls_test.go:262: Testing handshake with protocols 300:301
2025/02/20 02:25:39 http: TLS handshake error from 127.0.0.1:35994: tls: client offered only unsupported versions: [304 303]
    tls_test.go:262: Testing handshake with protocols 300:300
2025/02/20 02:25:39 http: TLS handshake error from 127.0.0.1:10011: tls: client offered only unsupported versions: [304 303]
    tls_test.go:262: Testing handshake with protocols 301:301
2025/02/20 02:25:39 http: TLS handshake error from 127.0.0.1:26031: tls: client offered only unsupported versions: [304 303]
    tls_test.go:262: Testing handshake with protocols 302:302
2025/02/20 02:25:39 http: TLS handshake error from 127.0.0.1:15667: tls: client offered only unsupported versions: [304 303]
    tls_test.go:262: Testing handshake with protocols 303:303
--- PASS: TestTLSVersions (0.03s)
=== RUN   TestTLSSingleByteReadWrite
    tls_test.go:315: Connecting to 127.0.0.1:41123
--- PASS: TestTLSSingleByteReadWrite (0.00s)
=== RUN   TestTLSInfo
    tls_test.go:384: Connecting to 127.0.0.1:23355
    tls_test.go:442: Protocol version: TLSv1.3
    tls_test.go:447: Cipher: TLS_AES_128_GCM_SHA256
    tls_test.go:452: Cipher Strength: 128 bits
    tls_test.go:467: Issuer: /O=Acme Co
    tls_test.go:472: Subject: /O=Acme Co
    tls_test.go:477: Subject: 
    tls_test.go:484: Hash: SHA256:1153aa0230ee0481b36bdd83ddb04b607340dbda35f3a4fff0615e4d9292d687
    tls_test.go:491: NotBefore: 1970-01-01 00:00:00 +0000 UTC
    tls_test.go:498: NotAfter: 2084-01-29 16:00:00 +0000 UTC
--- PASS: TestTLSInfo (0.00s)
PASS
ok  	gotls	(cached)

PASS	lib/libtls/gotls	Duration 0m00.48s