===> config ==== run-regress-configtest ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/lib/libtls/config/configtest.c cc -o configtest configtest.o -lcrypto -lssl -ltls ./configtest ===> keypair ==== regress-keypairtest ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -I/home/src/regress/lib/libtls/keypair/../../../../lib/libtls -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/lib/libtls/keypair/keypairtest.c cc -o keypairtest keypairtest.o -lcrypto -lssl -Wl,-Bstatic -ltls -Wl,-Bdynamic ./keypairtest /home/src/regress/lib/libtls/keypair/../../libssl/certs/ca-root-rsa.pem /home/src/regress/lib/libtls/keypair/../../libssl/certs/server1-rsa.pem /home/src/regress/lib/libtls/keypair/../../libssl/certs/server1-rsa.pem ===> gotls ==== regress-gotls ==== cd /home/src/regress/lib/libtls/gotls && go test -test.v . === RUN TestTLSBasic tls_test.go:214: Connecting to 127.0.0.1:23934 tls_test.go:229: Wrote 16 bytes... tls_test.go:236: Read 129 bytes... --- PASS: TestTLSBasic (0.03s) === 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 2024/11/14 08:56:30 http: TLS handshake error from 127.0.0.1:8324: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 300:301 2024/11/14 08:56:30 http: TLS handshake error from 127.0.0.1:3983: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 300:300 2024/11/14 08:56:30 http: TLS handshake error from 127.0.0.1:39724: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 301:301 2024/11/14 08:56:30 http: TLS handshake error from 127.0.0.1:42791: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 302:302 2024/11/14 08:56:30 http: TLS handshake error from 127.0.0.1:17023: tls: client offered only unsupported versions: [304 303] tls_test.go:262: Testing handshake with protocols 303:303 --- PASS: TestTLSVersions (0.15s) === RUN TestTLSSingleByteReadWrite tls_test.go:315: Connecting to 127.0.0.1:7586 --- PASS: TestTLSSingleByteReadWrite (0.02s) === RUN TestTLSInfo tls_test.go:384: Connecting to 127.0.0.1:9092 tls_test.go:439: Protocol version: TLSv1.3 tls_test.go:444: Cipher: TLS_AES_128_GCM_SHA256 tls_test.go:449: Cipher Strength: 128 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.02s) PASS ok gotls 0.254s ===> signer ==== run-regress-signertest ==== cc -O2 -pipe -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -I/home/src/regress/lib/libtls/signer/../../../../lib/libtls/ -DCERTSDIR=\"/home/src/regress/lib/libtls/signer/../../libssl/certs\" -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/lib/libtls/signer/signertest.c cc -o signertest signertest.o -lcrypto -lssl -Wl,-Bstatic -ltls -Wl,-Bdynamic ./signertest ===> tls ==== regress-tlstest ==== cc -O2 -pipe -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/lib/libtls/tls/tlstest.c cc -o tlstest tlstest.o -lcrypto -lssl -ltls ./tlstest /home/src/regress/lib/libtls/tls/../../libssl/certs/ca-root-rsa.pem /home/src/regress/lib/libtls/tls/../../libssl/certs/server1-rsa-chain.pem /home/src/regress/lib/libtls/tls/../../libssl/certs/server1-rsa.pem == TLS tests == INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: file descriptor TLS handshake completed successfully INFO: file descriptor TLS close completed successfully INFO: socket TLS handshake completed successfully INFO: socket TLS close completed successfully == TLS ordering tests == == TLS version tests == INFO: version test 0 - client versions 'tlsv1.3' and server versions 'all' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 1 - client versions 'tlsv1.2' and server versions 'all' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 2 - client versions 'all' and server versions 'tlsv1.3' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 3 - client versions 'all' and server versions 'tlsv1.2' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 4 - client versions 'all:!tlsv1.1' and server versions 'tlsv1.2' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 5 - client versions 'all:!tlsv1.2' and server versions 'tlsv1.3' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 6 - client versions 'all:!tlsv1.3' and server versions 'tlsv1.2' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 7 - client versions 'all:!tlsv1.2:!tlsv1.1' and server versions 'tlsv1.3' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 8 - client versions 'all:!tlsv1.2:!tlsv1.1:!tlsv1.0' and server versions 'tlsv1.3' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 9 - client versions 'tlsv1.3' and server versions 'tlsv1.3' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully INFO: version test 10 - client versions 'tlsv1.2' and server versions 'tlsv1.2' INFO: callback TLS handshake completed successfully INFO: callback TLS close completed successfully ===> verify ==== run-regress-verifytest ==== cc -O2 -pipe -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /home/src/regress/lib/libtls/verify/verifytest.c cc -o verifytest verifytest.o -lcrypto -lssl -Wl,-Bstatic -ltls -Wl,-Bdynamic ./verifytest