Skip to content
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

Is it possible to set OpenSSL in FIPS mode? #758

Closed
2 of 9 tasks
diazdiego86 opened this issue Aug 16, 2016 · 6 comments
Closed
2 of 9 tasks

Is it possible to set OpenSSL in FIPS mode? #758

diazdiego86 opened this issue Aug 16, 2016 · 6 comments

Comments

@diazdiego86
Copy link

diazdiego86 commented Aug 16, 2016

Description

I've read the documentation and I was wondering if there is a configuration for setting OpenSSL in Fips mode.

Checklist

Please provide the following information:

  • librdkafka version (release number or git tag): 0.9.1
  • Apache Kafka version:
  • librdkafka client configuration:
  • Operating system: GNU/Linux
  • Using the legacy Consumer
  • Using the high-level KafkaConsumer
  • Provide logs (with debug=.. as necessary) from librdkafka
  • Provide broker log excerpts
  • Critical issue
@edenhill
Copy link
Contributor

Not currently no.

There is this, which seems simple enough:
https://wiki.openssl.org/index.php/FIPS_mode_set()

Do you think anything else is required?

@diazdiego86
Copy link
Author

I don't think so... I was just thinking it would be nice to do this FIPS_mode_set() at librdkafka, not at the application layer since this one doesn't know anything about openssl.

Thanks for the quick response, Magnus

@edenhill edenhill reopened this Aug 16, 2016
@edenhill
Copy link
Contributor

edenhill commented Aug 16, 2016

Sure, I can add a config setting for that, e.g.:
ssl.fips.mode.enable=true

Sounds good?

@diazdiego86
Copy link
Author

Yeah, sounds great!

Thanks!

@edenhill
Copy link
Contributor

Come to think of it this is a global setting covering all SSL contexts, not only those in use by librdkafka, so having this as a config option could pose a security risk to the application.

@diazdiego86
Copy link
Author

You're right. I'll need to handle this at the app level.

Thank you, again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants