This website requires JavaScript.
Explore
Help
Sign In
kris
/
th5
Watch
1
Star
0
Fork
0
You've already forked th5
Code
Issues
Pull Requests
Releases
Wiki
Activity
36f2800cb3
th5
/
_dev
/
tris-testclient
/
Dockerfile
8 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
(tests) Fixes error: standard_init_linux.go:195: exec user process caused no such file or directory
2018-02-16 00:17:39 +00:00
FROM
buildpack-deps
tris: Add initial client interoperability tests Prepare framework for testing tls-tris as client against other servers. Currently only boringssl is implemented, but the idea is to add support for others too (NSS, OpenSSL, picotls, tris, ...). To test multiple certificate types, copy ecdsa.pem and rsa.pem from tris-localserver for boringssl. The boringssl image is reused for the server since the binaries were built anyway. Revision is bumped to something to fix a build error and make the -loop and -www options work.
2017-08-31 15:03:22 +01:00
ENV
TLSDEBUG error
ADD
tris-testclient /
ENTRYPOINT
[
"/tris-testclient"
]
Reference in New Issue
Copy Permalink