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

crypto: Improve control of FIPS mode #5181

Closed
wants to merge 14 commits into from

Commits on Feb 17, 2016

  1. Configuration menu
    Copy the full SHA
    b9647c3 View commit details
    Browse the repository at this point in the history
  2. WIP: Fix line endings

    stefanmb committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    a8cb1ad View commit details
    Browse the repository at this point in the history
  3. crypto: Improve control of FIPS mode

    Default to FIPS off even in FIPS builds.
    Add JS API to check and control FIPS mode.
    Add command line arguments to force FIPS on/off.
    Respect OPENSSL_CONF variable and read the config.
    Add testing for new features.
    stefanmb committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    20d8194 View commit details
    Browse the repository at this point in the history
  4. WIP: Changes from first review

    * Fix indent
    * Listen for end event
    * Undo changes to tests, provide common.js wrapper
    stefanmb committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    a3a469b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc07d92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcd6a08 View commit details
    Browse the repository at this point in the history
  7. WIP: Fixes for 2nd review

    stefanmb committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    85d0aeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48b05fd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    09be4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfe121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a208fc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66cbd1a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    a23f5e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d28064 View commit details
    Browse the repository at this point in the history