FIPS: Session tickets and handshake logs #2181
Unanswered
Raveena1318
asked this question in
Q&A
Replies: 0 comments
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.
-
In our application, we observed that in non fips mode using tls1.2/ tls1.3 protocol, session tickets were sent, but not in fips mode where we are using bcfips-2.0.1 , bctls-fips-2.0.20, bcutil-fips-2.0.3 and bcpkix-fips-2.0.8 jars.
Is it expected behavior? Didn't find any supporting statements saying that in fips mode session tickets are not sent for any reasons.
To enable fips we are setting bcfips, bcjsse providers as 1st and 2nd priority in java.security file.
Please let me know if any other details are required.
Your response will help us in narrowing down the issue and work on the actual ones.
Beta Was this translation helpful? Give feedback.
All reactions