Code Monkey home page Code Monkey logo

keysinuse-openssl's Introduction

KeysInUse Engine for OpenSSL

The KeysInUse Engine for OpenSSL logs the use of private key operations through OpenSSL. The engine logs a hash of the public key, which can be used by application owners to monitor which of their certs and keys are in active use. The engine logs key usage events locally, and passes the operation through to the underlying, default crypto implementation.

Installation

Debian/Ubuntu

The latest version of the keysinuse package is hosted on packages.microsoft.com.

  1. Add azurecore repo to the sources list

    • Debian
      echo 'deb [arch=amd64] http://packages.microsoft.com/repos/azurecore/ trusty main' | sudo tee -a /etc/apt/sources.list.d/azure.list
    • Ubuntu 18.04
      echo 'deb [arch=amd64] http://packages.microsoft.com/repos/azurecore/ bionic main' | sudo tee -a /etc/apt/sources.list.d/azure.list
    • Ubuntu 20.04
      echo 'deb [arch=amd64] http://packages.microsoft.com/repos/azurecore/ focal main' | sudo tee -a /etc/apt/sources.list.d/azure.list
  2. Add repo GPG key

    • Download key
      wget https://packages.microsoft.com/keys/microsoft.asc
      wget https://packages.microsoft.com/keys/msopentech.asc
      or
      curl https://packages.microsoft.com/keys/microsoft.asc
      curl https://packages.microsoft.com/keys/msopentech.asc
    • Add downloaded key
      apt-key add microsoft.asc
      apt-key add msopentech.asc
  3. Update package list
    apt-get update

  4. Install the latest version of the keys-in-use and azsecpack packages
    apt-get install -y keysinsue

RHEL/Mariner

  1. Create /etc/yum.repos.d/azurecoretest.repo with contents:
[packages-microsoft-com-azurecore]
name=packages-microsoft-com-azurecore
baseurl=https://packages.microsoft.com/yumrepos/azurecore/
enabled=1
gpgcheck=0
  1. Install the latest version of the keys-in-use sudo yum install keysinuse

Manual Setup

  1. Create the folder /var/log/keysinuse with universal read-write permissions
  2. Place keysinuse.so on the host machine where if can be accessed by any application linking to OpenSSL. For example:
    • /usr/local/lib
    • OpenSSL engines directory (openssl version -e)
  3. Create a new *.cnf file with the following lines /usr/lib/ssl/openssl.cnf
openssl_conf = openssl_init

[ openssl_init ]
engines = engine_section

[ engine_section ]
keysinuse = keysinuse_section

[ keysinuse_section ]
engine_id = keysinuse
dynamic_path = <Path to engine SO> ; e.g. /usr/local/lib/keysinuse.so
default_algorithms = RSA,EC
init = 1
  1. Add .include <path to config from 3> to /usr/lib/ssl/openssl.cnf
  2. Restart/Reload any applications with OpenSSL loaded

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Additional Documents

keysinuse-openssl's People

Contributors

mamckee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

tony163163 sarvex

keysinuse-openssl's Issues

v0.3.4 published for Ubuntu 20.04 breaks Postgresql12

I dont know exactly why but installing v0.3.4 on a Ubuntu 20.04 vm in azure breaks the use of certificates in postgresql12 with the following error:

postgres[30072]: segfault at 0 ip 00007f8f93ec3594 sp 00007ffdcc2cf6d0 error 4 in libcrypto.so.1.1

Downgrading back to v0.3.3 resolves the issue and it is very repeatable. As a note it looks like the azure agent downgrades this package on its own if you leave it installed. This was not an easy find and leaving an issue here would help others on my path.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.