Skip to main content

Library for Cosmian MSE to bootstrap Flask application

Project description

MicroService Encryption Lib SGX

Overview

MSE lib SGX bootstraps the execution of an encrypted ASGI/WSGI Python web application for Gramine.

The library is responsible for:

  • Configuring the SSL certificates with either:
    • RA-TLS, a self-signed certificate including the Intel SGX quote in an X.509 v3 extension
    • Custom, the private key and full keychain is provided by the application owner
    • No SSL, the secure channel may be managed elsewhere by an SSL proxy
  • Decrypting Python modules encrypted with XSala20-Poly1305 AEAD
  • Running the ASGI/WSGI Python web application with hypercorn

Technical details

The flow to run an encrypted Python web application is the following:

  1. A first self-signed HTTPS server using RA-TLS is launched waiting to receive a JSON payload with:
    • UUID, a unique application identifier provided to mse-bootstrap as an argument
    • the decryption key of the code
    • Optionally the private key corresponding to the certificate provided to mse-bootstrap (for Custom certificate)
  2. If the UUID and decryption key are the expected one, the configuration server is stopped, the code is decrypted and finally run as a new server

Installation

$ pip install mse-lib-sgx

Usage

$ mse-bootstrap --help
usage: mse-bootstrap [-h] --host HOST --port PORT --app-dir APP_DIR --uuid
                     UUID [--version] [--debug]
                     (--self-signed EXPIRATION_DATE | --no-ssl | --certificate CERTIFICATE_PATH)
                     application

Bootstrap ASGI/WSGI Python web application for Gramine

positional arguments:
  application           ASGI application path (as module:app)

optional arguments:
  -h, --help            show this help message and exit
  --host HOST           hostname of the configuration server, also the
                        hostname of the app server if `--self-signed`
  --port PORT           port of the server
  --app-dir APP_DIR     path of the python web application
  --uuid UUID           unique application UUID
  --version             show program's version number and exit
  --debug               debug mode with more logging
  --self-signed EXPIRATION_DATE
                        generate a self-signed certificate for the web app
                        with a specific expiration date (Unix time)
  --no-ssl              use HTTP without SSL
  --certificate CERTIFICATE_PATH
                        custom certificate used for the SSL connection,
                        private key must be sent through the configuration
                        server

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mse_lib_sgx-2.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

mse_lib_sgx-2.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file mse_lib_sgx-2.0.tar.gz.

File metadata

  • Download URL: mse_lib_sgx-2.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for mse_lib_sgx-2.0.tar.gz
Algorithm Hash digest
SHA256 f0b6cd359a86ffdc472983fabf195065b9d15b51d2671e9a228b73a101f5a546
MD5 7c70fe7f7db98ac2e295168df71e4273
BLAKE2b-256 17a7c4ec04639c5219eb389af91c65b089223c929462fb1a25510298110139ab

See more details on using hashes here.

File details

Details for the file mse_lib_sgx-2.0-py3-none-any.whl.

File metadata

  • Download URL: mse_lib_sgx-2.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for mse_lib_sgx-2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 458f7991e4e05ae2ce0cb45e667d6f01cf3b2613cda5991efca5f1d7bf5f1ccf
MD5 f8ab6d0208d74c43d09ffde41aa42f6e
BLAKE2b-256 b551f47ca685bc7cd713e7c46f7e1a673dd99c76d5e02fc92895bdec2726f948

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page