-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with fips mode set and Openssl version 1.0.2o #96
Comments
package main import ( func init_fips() { func main() {
} func handleClient(conn net.Conn) {
} |
Here are some more observations
|
Hi,
I am using spacemonkeygo openssl for openssl binding. I have tcp server running with fips mode set.
When I use Openssl version 1.0.2o, read request at server fails with following error under load (500 requests per second).
"Errored while reading request. Error: %vSSL errors: SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac"
Above error is not seen if fips mode is off. Also above error is not seen with 1.0.1 version (with or without fips mode).
Find attached sample server code using which I am able to reproduce issue.
Thanks,
Ajay
The text was updated successfully, but these errors were encountered: