Is it possible to debug inside the bctls-fips JAR? #2163
Replies: 2 comments 1 reply
-
|
Which version of the jar are you looking at? |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions