eriknellessen
eriknellessen
The following code will lead to an error, if myBerTlv has a value that has over 5120 bytes: ```java BerTlvBuilder berTlvBuilder = new BerTlvBuilder(myBerTlv.getTag(), new byte[1000000], 0, 1000000); byte[] bytes...
This issue is a follow-up of this discussion from the dev-crypto mailing list: http://bouncy-castle.1462172.n4.nabble.com/TLS-handshake-debug-logging-td4659969.html For testing and debugging purposes, we need to see every detail of the TLS handshake (i.e....
When using the current Java 11 version (OpenJDK 11.0.21) in Ubuntu 22.04 and libfaketime 0.9.7-3ubuntu1, java processes do not stop anymore when getting the SIGTERM signal. I tried the following...