Is it possible to debug inside the bctls-fips JAR? #2163
Unanswered
cyberdon333
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Which version of the jar are you looking at? |
1 reply
|
Yes. You can debug the classes inside -Dorg.bouncycastle.tls.debug=true
-Dorg.bouncycastle.tls.verbose=trueAttach the provided source JARs in your IDE for step-through debugging. If |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to enable Hello Verify Request on my DTLS server using the DTLSVerifier class. However, the verifyRequest method always returns null, and I don't see the server sending a cookie with hello-verify-request to the client in Wireshark.
I know a debug version of the bcfips JAR exists. Is there a way to debug the classes inside the bctls-fips.jar?
All reactions