{"id":30700141,"url":"https://github.com/operasoftware/tlscommon","last_synced_at":"2025-09-02T11:44:19.534Z","repository":{"id":70759357,"uuid":"7222397","full_name":"operasoftware/tlscommon","owner":"operasoftware","description":"The engine of the TLS Prober. Scans a given TLS Server, registering features and compliance. Also used by the TLS Web Prober. Uses a modified TLS Lite implementation as a TLS Protocol implementation.","archived":false,"fork":false,"pushed_at":"2012-12-18T12:03:00.000Z","size":121,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-04-14T06:01:55.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/operasoftware.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-18T11:39:21.000Z","updated_at":"2021-10-18T15:52:43.000Z","dependencies_parsed_at":"2023-02-21T11:55:19.564Z","dependency_job_id":null,"html_url":"https://github.com/operasoftware/tlscommon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/operasoftware/tlscommon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operasoftware%2Ftlscommon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operasoftware%2Ftlscommon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operasoftware%2Ftlscommon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operasoftware%2Ftlscommon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operasoftware","download_url":"https://codeload.github.com/operasoftware/tlscommon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operasoftware%2Ftlscommon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273279958,"owners_count":25077318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-02T11:43:39.584Z","updated_at":"2025-09-02T11:44:19.522Z","avatar_url":"https://github.com/operasoftware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#   Copyright 2010-2012 Opera Software ASA \n#\n#   Licensed under the Apache License, Version 2.0 (the \"License\");\n#   you may not use this file except in compliance with the License.\n#   You may obtain a copy of the License at\n#\n#       http://www.apache.org/licenses/LICENSE-2.0\n#\n#   Unless required by applicable law or agreed to in writing, software\n#   distributed under the License is distributed on an \"AS IS\" BASIS,\n#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n#   See the License for the specific language governing permissions and\n#   limitations under the License.\n\nThe tlscommon module is used to perform the actual probe of a TLS server.\n\nIt is imported as a submodule of the tlsprober and tlswebprober repos.\n\nThe actual protocol actions require a specially instrumented tlslite \nimplementation, expanded to support TLS 1.1, TLS 1.2 and several other\nTLS features, as well as a large number of special variations of the TLS\nprotocol, many of them invalid according to the protocol.\n\nThe public API is the class probe_server.ProbeServer, which is initiated with a\nstructure that contain the following elements\n\n\tserver_item.full_servername = \"www.example.com:443:HTTPS\"\n\tserver_item.enabled=True\n\tserver_item.alexa_rating=0\n\tserver_item.servername= \"www.example.com\n\tserver_item.port= 443\n\tserver_item.protocol = \"HTTPS\n\tserver_item.id = 0\n  \n(In the implementations for which this was originally developed, this\nstructure was defined as a database record, but that is not necessary)\n  \nThe test is then initiated using code like this:\n\n\timport tlscommon.probe_server\n\n\tprober = probe_server.ProbeServer(server_item)\n\tprober.Probe(do_full_test=True)\n\nResults can be presented using field by field check of the \"prober\" members,\nor by printing \"prober\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperasoftware%2Ftlscommon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperasoftware%2Ftlscommon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperasoftware%2Ftlscommon/lists"}