Add an initial regress test for libressl, which calls ressl from Go and
authorjsing <jsing@openbsd.org>
Sat, 12 Jul 2014 16:01:28 +0000 (16:01 +0000)
committerjsing <jsing@openbsd.org>
Sat, 12 Jul 2014 16:01:28 +0000 (16:01 +0000)
commit3dca1d688d6f1072e130a80c75a728c083acebfc
treeb4a0dd90724ab2226b6bb8e606a7393d264d7180
parent50a7c99b4716c24f917b3d63d102902e9955c1f7
Add an initial regress test for libressl, which calls ressl from Go and
makes it talk to a Go TLS server.
regress/lib/libressl/Makefile [new file with mode: 0644]
regress/lib/libressl/goressl/Makefile [new file with mode: 0644]
regress/lib/libressl/goressl/ressl.go [new file with mode: 0644]
regress/lib/libressl/goressl/ressl_test.go [new file with mode: 0644]