Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@filipecosta90
Copy link
Contributor

@filipecosta90 filipecosta90 commented Dec 6, 2020

This rather simple PR will enable configuring and enabling very important OpenSSL features using the standard openssl.cnf file.
One example of it are Engines ( introduced in OpenSSL 0.9.6 ).
More information of the current bultin engines of opensll for the following crypto devices:

  • Microsoft CryptoAPI
  • VIA Padlock
  • nCipher CHIL

In addition, dynamic binding to external ENGINE implementations is now provided. An example of dynamic agent is Intel® QAT OpenSSL* Engine.
Given we're using OPENSSL_config() and OPENSSL_init_crypto() we're compatible with versions >= 0.9.6.

@filipecosta90 filipecosta90 force-pushed the openssl.engines branch 2 times, most recently from 5c652aa to 10a4542 Compare December 6, 2020 20:17
@yossigo yossigo merged commit b5e99bd into redis:unstable Dec 7, 2020
@yossigo
Copy link
Collaborator

yossigo commented Dec 7, 2020

Thanks @filipecosta90 !

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

Successfully merging this pull request may close these issues.

2 participants