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

FIPS mode support #628

Merged
merged 12 commits into from
Jan 15, 2016
Merged

FIPS mode support #628

merged 12 commits into from
Jan 15, 2016

Commits on Feb 23, 2015

  1. Configuration menu
    Copy the full SHA
    27f3901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d506bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c59e1d View commit details
    Browse the repository at this point in the history
  4. alter tls_drv spec if env varialbe OPENSSL_LIB is set

    to compile MongooseIM with other openssl lib than default
    OPENSSL_LIB and OPENSSL_INC env vars have to be set before compilation
    f.e:
    OPENSSL_LIB=/home/vagrant/openssl/lib OPENSSL_INC=/home/vagrant/openssl/include make rel
    
    or (as separate commands)
    export OPENSSL_LIB=/home/vagrant/openssl/lib
    export OPENSSL_INC=/home/vagrant/openssl/include
    make rel
    michalwski committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    53a0a15 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. fix rebar.config.script

    michalwski committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    6f93c5c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Configuration menu
    Copy the full SHA
    ffd169e View commit details
    Browse the repository at this point in the history
  2. doc FIPS mode

    michalwski committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    e7179e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

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

Commits on Jan 5, 2016

  1. fix rebar.config.script

    michalwski committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    91a23ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f92860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef84298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b8735 View commit details
    Browse the repository at this point in the history