Skip to main content

Pure python implementation of SSL and TLS.

Project description

tlslite-ng is a pure python implementation of SSLv3.0, TLS 1.0, TLS 1.1 and TLS 1.2 protocols.

It can use pycrypto, m2crypto and gmp for acceleration of cryptographic operations but is not dependant upon them.

Functionality implemented include:
  • all above mentioned protocols, including support for client certificates (RFC 6101, RFC 2246, RFC 4346, RFC 5246)

  • RC4, 3DES-CBC, AES-CBC, AES-GCM and ChaCha20 ciphers (RFC 5246, RFC 6347, RFC 4492, RFC 5288, RFC 5289, RFC 7539, RFC 7905)

  • MD5, SHA1, SHA256 and SHA384 HMACs as well as AEAD mode of operation with GCM or Poly1305 authenticator

  • RSA, DHE_RSA and ECDHE_RSA key exchange

  • full set of signature hashes (md5, sha1, sha224, sha256, sha384, sha512, rsa_pss_sha256, rsa_pss_sha384 and rsa_pss_sha512) for ServerKeyExchange and CertfificateVerify in TLS v1.2

  • secp256r1, secp384r1, secp521r1, secp256k1, secp224r1 and secp192r1 curves for ECDHE_RSA key exchange (support for last two depends on the version of ecdsa library used)

  • anonymous DHE key exchange

  • anonymous ECDH key exchange

  • NULL encryption ciphersuites

  • FALLBACK_SCSV (RFC 7507)

  • encrypt-then-MAC mode of operation for CBC ciphersuites (RFC 7366)

  • TACK certificate pinning

  • SRP_SHA_RSA and SRP_SHA ciphersuites (RFC 5054)

  • Extended Master Secret calculation for TLS connections (RFC 7627)

  • padding extension (RFC 7685)

  • Keying material exporter (RFC 5705)

  • Next Protocol Negotiation

  • Application-Layer Protocol Negotiation Extension (RFC 7301)

  • FFDHE prime/group negotiation (RFC 7919)

tlslite-ng aims to be a drop-in replacement for tlslite while providing more comprehensive set of features and more secure defautls.

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

tlslite-ng-0.7.0-alpha9.tar.gz (1.1 MB view details)

Uploaded Source

File details

Details for the file tlslite-ng-0.7.0-alpha9.tar.gz.

File metadata

File hashes

Hashes for tlslite-ng-0.7.0-alpha9.tar.gz
Algorithm Hash digest
SHA256 113dd5cfc63f33efff71f36d8b72014306dc875d6b2c27b404276316a85feb72
MD5 ddd646f11907d502c196a213c3598657
BLAKE2b-256 ec1f65f817f3ffc172bc977fa0b9ee518336769bbb15e78a0705b882e609c4eb

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