bogo: accept unimplemented, fix extra tests

This commit is contained in:
Joseph Birr-Pixton 2016-08-24 20:14:28 +01:00
parent 38a03ff6cc
commit 0cdf0c6f6c
2 changed files with 4 additions and 2 deletions

View File

@ -98,6 +98,8 @@
"Verify-ServerAuth-SignatureType": ":PEER_MISBEHAVIOUR:",
"ClientAuth-Enforced": ":PEER_MISBEHAVIOUR:",
"ServerAuth-Enforced": ":PEER_MISBEHAVIOUR:",
"UnofferedExtension-Client": ":PEER_MISBEHAVIOUR:"
"UnofferedExtension-Client": ":PEER_MISBEHAVIOUR:",
"UnknownExtension-Client": ":PEER_MISBEHAVIOUR:",
"LargePlaintext": ":PEER_MISBEHAVIOUR:"
}
}

View File

@ -15,4 +15,4 @@ fi
cd bogo && ./bogo.test -shim-path ../../target/debug/examples/bogo_shim \
-shim-config ../config.json \
-test.parallel 1 -num-workers 1 \
-pipe
-pipe -allow-unimplemented