{ "info": { "author": "CJ Niemira", "author_email": "siege@siege.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Topic :: Security :: Cryptography" ], "description": "# tlstk\n\n*Pre-Alpha*\n\nTLS ToolKit for Python and CLI\n\nThe goal for this project is to unify the various tools, scripts, and modules I've written into a single comprehensive open-source package that does 'all things TLS.' Aside from the underlying modules, the key components will be a general-purpose `tls` command line tool and a bunch of [iPython](https://ipython.org) magics for working interactively and [Jupyter](https://jupyter.org) support.\n\n#### Features to include:\n\n* Certificate inspection (a la nmap `ssl-certs` script)\n* x509 dissection (a la `openssl x509`)\n* Signature/trust validation\n* Basic client (a la `openssl s_client`)\n* Protocol diagnostics (port of unreleaed code)\n* Protocol fuzzing\n* Stress/torture test driver and analytics (port of unreleased code; `cypherlab`)\n* Vulnerability assessor (port of unreleased code; `tlsreport`)\n\n\n# 0.0\n\n* Basic module/cli layout design", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cniemira/tlstk", "keywords": "tls ssl rsa dh dhe ec ecdhe pem der pkcs pki x509 certificate cryptography", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tlstk", "package_url": "https://pypi.org/project/tlstk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tlstk/", "project_urls": { "Homepage": "https://github.com/cniemira/tlstk" }, "release_url": "https://pypi.org/project/tlstk/0.0/", "requires_dist": [ "click (>=6.7)", "x509 (>=0.1)" ], "requires_python": "", "summary": "TLS ToolKit for Python and CLI", "version": "0.0" }, "last_serial": 2644274, "releases": { "0.0": [] }, "urls": [] }