Replies: 1 comment 2 replies
-
Hi Piotr, we do continue to test Botan's TLS implementation with boringssl's test suite and there are no plans to abandon them. The TLS Anvil tests were added additionally. If you happen to use Visual Studio Code, the easiest way to run them is as follows:
./configure.py --build-targets=static,bogo_shim --without-documentation --build-tool=make
make -j8
ln -s src/editors/vscode .vscode
code .
If you don't use VS Code, you can also run the python script behind this IDE task straight from the command line. It assumes that Botan is built as shown above and automatically takes care of setting up the appropriate boringssl fork. python3 src/editors/vscode/scripts/bogo.py |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Recently I tried to launch bogo_shim with botan 3.0.0 and boringssl fork (rene/runner-20230705 branch), as I did it with 2.x.x release in the past.
But now I'm getting all tests marked as UNIMPLEMENTED, i.e.:
UNIMPLEMENTED (FragmentAlert-DTLS)
Are boringssl & bogo_shim still in use?
I noticed that TLS-Anvil is now used for testing of TLS functionality and thought that maybe boringssl was abandoned?
Best regards,
Piotr
Beta Was this translation helpful? Give feedback.
All reactions