Home
Trees
Indices
Help
Package tlslite
:: Package utils
[
hide private
]
[
frames
] |
no frames
]
Package utils
source code
Toolkit for crypto and other stuff.
Submodules
[
hide private
]
tlslite.utils.aes
:
Abstract class for AES.
tlslite.utils.aesgcm
tlslite.utils.asn1parser
:
Abstract Syntax Notation One (ASN.1) parsing
tlslite.utils.chacha
:
Pure Python implementation of ChaCha cipher
tlslite.utils.chacha20_poly1305
:
Pure Python implementation of ChaCha20/Poly1305 AEAD cipher
tlslite.utils.cipherfactory
:
Factory functions for symmetric cryptography.
tlslite.utils.codec
:
Classes for reading/writing binary data (such as TLS records).
tlslite.utils.compat
:
Miscellaneous functions to mask Python version differences.
tlslite.utils.constanttime
:
Various constant time functions for processing sensitive data
tlslite.utils.cryptomath
:
cryptomath module
tlslite.utils.datefuncs
tlslite.utils.dns_utils
:
Utilities for handling DNS hostnames
tlslite.utils.ecc
:
Methods for dealing with ECC points
tlslite.utils.keyfactory
:
Factory functions for asymmetric cryptography.
tlslite.utils.lists
:
Helper functions for handling lists
tlslite.utils.openssl_aes
:
OpenSSL/M2Crypto AES implementation.
tlslite.utils.openssl_rc4
:
OpenSSL/M2Crypto RC4 implementation.
tlslite.utils.openssl_rsakey
:
OpenSSL/M2Crypto RSA implementation.
tlslite.utils.openssl_tripledes
:
OpenSSL/M2Crypto 3DES implementation.
tlslite.utils.pem
tlslite.utils.poly1305
:
Implementation of Poly1305 authenticator for RFC 7539
tlslite.utils.pycrypto_aes
:
PyCrypto AES implementation.
tlslite.utils.pycrypto_aesgcm
:
PyCrypto AES-GCM implementation.
tlslite.utils.pycrypto_rc4
:
PyCrypto RC4 implementation.
tlslite.utils.pycrypto_rsakey
:
PyCrypto RSA implementation.
tlslite.utils.pycrypto_tripledes
:
PyCrypto 3DES implementation.
tlslite.utils.python_aes
:
Pure-Python AES implementation.
tlslite.utils.python_aesgcm
:
Pure-Python AES-GCM implementation.
tlslite.utils.python_chacha20_poly1305
:
Pure-Python ChaCha20/Poly1305 implementation.
tlslite.utils.python_rc4
:
Pure-Python RC4 implementation.
tlslite.utils.python_rsakey
:
Pure-Python RSA implementation.
tlslite.utils.rc4
:
Abstract class for RC4.
tlslite.utils.rijndael
:
A pure python (slow) implementation of rijndael with a decent interface
tlslite.utils.rsakey
:
Abstract class for RSA.
tlslite.utils.tackwrapper
tlslite.utils.tlshashlib
:
hashlib that handles FIPS mode.
tlslite.utils.tripledes
:
Abstract class for 3DES.
Variables
[
hide private
]
__package__
=
None
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1
http://epydoc.sourceforge.net