tests: enable client authentication in bogo

This commit is contained in:
Henry Case 2018-06-26 18:14:37 +01:00 committed by Henry Dorsett Case
parent 6e4abe2d07
commit 3ff71dcdc5

View File

@ -23,7 +23,10 @@ RUN git clone https://github.com/henrydcase/crypto-tls-bogo-shim \
# ARG REVISION=f9729b5e4eafb1f1d313949388c3c2b167e84734 # ARG REVISION=f9729b5e4eafb1f1d313949388c3c2b167e84734
# Draft 23 # Draft 23
ARG REVISION=d07b9e80a87c871c2569ce4aabd06695336c5dc5 #ARG REVISION=d07b9e80a87c871c2569ce4aabd06695336c5dc5
# Draft 23 (+ client authentication)
ARG REVISION=cd33ad248ae9490854f0077ca046b47cac3735bf
RUN cd /go/src/github.com/henrydcase/crypto-tls-bogo-shim && \ RUN cd /go/src/github.com/henrydcase/crypto-tls-bogo-shim && \
git checkout $REVISION git checkout $REVISION