Navigation

  • index
  • modules |
  • next |
  • pyOpenSSL 0.15.1 documentation »

Welcome to pyOpenSSL’s documentation!¶

Abstract

This module is a rather thin wrapper around (a subset of) the OpenSSL library. With thin wrapper I mean that a lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library.

Contents:

  • Introduction
  • OpenSSL — Python interface to OpenSSL
    • crypto — Generic cryptographic module
      • X509 objects
      • X509Name objects
      • X509Req objects
      • X509Store objects
      • X509StoreContextError objects
      • X509StoreContext objects
      • PKey objects
      • PKCS7 objects
      • PKCS12 objects
      • X509Extension objects
      • NetscapeSPKI objects
      • CRL objects
      • Revoked objects
    • rand — An interface to the OpenSSL pseudo random number generator
    • SSL — An interface to the SSL-specific parts of OpenSSL
      • Context objects
      • Session objects
      • Connection objects
  • Internals
    • Exceptions
    • Callbacks
    • Accessing Socket Methods

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • Welcome to pyOpenSSL’s documentation!
  • Indices and tables

Next topic

Introduction

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • modules |
  • next |
  • pyOpenSSL 0.15.1 documentation »
© Copyright 2011, Jean-Paul Calderone. Created using Sphinx 1.3.3.