tlslite-ng


Nametlslite-ng JSON
Version 0.7.6 PyPI version JSON
download
home_pagehttps://github.com/tlsfuzzer/tlslite-ng
SummaryPure python implementation of SSL and TLS.
upload_time2020-12-18 23:29:35
maintainer
docs_urlNone
authorHubert Kario
requires_python
licenseLGPLv2
keywords ssl tls pure-python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            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)
 - x25519 and x448 curves for ECDHE_RSA key exchage (RFC 7748. RFC 4492bis)
 - 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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tlsfuzzer/tlslite-ng",
    "name": "tlslite-ng",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ssl,tls,pure-python",
    "author": "Hubert Kario",
    "author_email": "hkario@redhat.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/95/4311e6b70ded82035b7f3a92bfe5ea350e6d9effe925493ac31ccaf924cc/tlslite-ng-0.7.6.tar.gz",
    "platform": "",
    "description": "tlslite-ng is a pure python implementation of SSLv3.0, TLS 1.0, TLS 1.1 and\nTLS 1.2 protocols.\n\nIt can use pycrypto, m2crypto and gmp for acceleration of cryptographic\noperations but is not dependant upon them.\n\nFunctionality implemented include:\n - all above mentioned protocols, including support for client certificates\n   (RFC 6101, RFC 2246, RFC 4346, RFC 5246)\n - RC4, 3DES-CBC, AES-CBC, AES-GCM and ChaCha20 ciphers (RFC 5246, RFC 6347,\n   RFC 4492, RFC 5288, RFC 5289, RFC 7539, RFC 7905)\n - MD5, SHA1, SHA256 and SHA384 HMACs as well as AEAD mode of operation with\n   GCM or Poly1305 authenticator\n - RSA, DHE_RSA and ECDHE_RSA key exchange\n - full set of signature hashes (md5, sha1, sha224, sha256, sha384, sha512,\n   rsa_pss_sha256, rsa_pss_sha384 and rsa_pss_sha512) for ServerKeyExchange\n   and CertfificateVerify in TLS v1.2\n - secp256r1, secp384r1, secp521r1, secp256k1, secp224r1 and secp192r1 curves\n   for ECDHE_RSA key exchange (support for last two depends on the version\n   of ecdsa library used)\n - x25519 and x448 curves for ECDHE_RSA key exchage (RFC 7748. RFC 4492bis)\n - anonymous DHE key exchange\n - anonymous ECDH key exchange\n - NULL encryption ciphersuites\n - FALLBACK_SCSV (RFC 7507)\n - encrypt-then-MAC mode of operation for CBC ciphersuites (RFC 7366)\n - TACK certificate pinning\n - SRP_SHA_RSA and SRP_SHA ciphersuites (RFC 5054)\n - Extended Master Secret calculation for TLS connections (RFC 7627)\n - padding extension (RFC 7685)\n - Keying material exporter (RFC 5705)\n - Next Protocol Negotiation\n - Application-Layer Protocol Negotiation Extension (RFC 7301)\n - FFDHE prime/group negotiation (RFC 7919)\n\n\ntlslite-ng aims to be a drop-in replacement for tlslite while providing more\ncomprehensive set of features and more secure defautls.",
    "bugtrack_url": null,
    "license": "LGPLv2",
    "summary": "Pure python implementation of SSL and TLS.",
    "version": "0.7.6",
    "project_urls": {
        "Homepage": "https://github.com/tlsfuzzer/tlslite-ng"
    },
    "split_keywords": [
        "ssl",
        "tls",
        "pure-python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd954311e6b70ded82035b7f3a92bfe5ea350e6d9effe925493ac31ccaf924cc",
                "md5": "3185524827a2b39fde65f8c1b729d361",
                "sha256": "6ab56f0e9629ce3d807eb528c9112defa9f2e00af2b2961254e8429ca5c1ff00"
            },
            "downloads": -1,
            "filename": "tlslite-ng-0.7.6.tar.gz",
            "has_sig": false,
            "md5_digest": "3185524827a2b39fde65f8c1b729d361",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 479945,
            "upload_time": "2020-12-18T23:29:35",
            "upload_time_iso_8601": "2020-12-18T23:29:35.626568Z",
            "url": "https://files.pythonhosted.org/packages/cd/95/4311e6b70ded82035b7f3a92bfe5ea350e6d9effe925493ac31ccaf924cc/tlslite-ng-0.7.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-12-18 23:29:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tlsfuzzer",
    "github_project": "tlslite-ng",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "tlslite-ng"
}
        
Elapsed time: 0.10309s