{"id":13337930,"url":"https://github.com/FFMG/myoddweb.ssltest","last_synced_at":"2025-03-11T08:32:01.128Z","repository":{"id":77487864,"uuid":"280620567","full_name":"FFMG/myoddweb.ssltest","owner":"FFMG","description":"Simple c# App to test supported ssl/tls version ","archived":false,"fork":false,"pushed_at":"2020-07-18T13:38:19.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-23T20:11:16.513Z","etag":null,"topics":["csharp","ssl","ssl-certificates","tls","tls11","tls12","tls13","transport-layer-security"],"latest_commit_sha":null,"homepage":"http://www,myoddweb.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FFMG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-18T09:05:05.000Z","updated_at":"2023-09-23T20:55:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5498ddf-0a89-4494-9aa0-934de59405a0","html_url":"https://github.com/FFMG/myoddweb.ssltest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFMG%2Fmyoddweb.ssltest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFMG%2Fmyoddweb.ssltest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFMG%2Fmyoddweb.ssltest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFMG%2Fmyoddweb.ssltest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FFMG","download_url":"https://codeload.github.com/FFMG/myoddweb.ssltest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243000812,"owners_count":20219747,"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","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":["csharp","ssl","ssl-certificates","tls","tls11","tls12","tls13","transport-layer-security"],"created_at":"2024-07-29T19:15:16.217Z","updated_at":"2025-03-11T08:32:01.117Z","avatar_url":"https://github.com/FFMG.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# myoddweb.ssltest\nSimple c# App to test supported ssl/tls version \n\nFor example if you want to check the supported versions of google\n\n`myoddweb.ssltest.exe --host google.com --port 443`\n\n![myoddweb.ssltest Sample](/media/sample.png?raw=true \"Ssl Test Google.com\")\n\n# SslTester Class\n\nThe SslTester class is where the test is done\n\n`SslTester(Uri uri)` the constructor, pass the uri being tested.\n\nThen you can test for whatever protocol you want to double check.\n\n```csharp\n  [Flags]\n  public enum SslProtocols\n  {\n    None = 0,\n    Ssl2 = 12, // 0x0000000C\n    Ssl3 = 48, // 0x00000030\n    Tls = 192, // 0x000000C0\n    Tls11 = 768, // 0x00000300\n    Tls12 = 3072, // 0x00000C00\n    Tls13 = 12288, // 0x00003000\n    Default = Tls | Ssl3, // 0x000000F0\n  }\n```\nSee the [.NET code](https://referencesource.microsoft.com/#System/net/System/Net/SecureProtocols/SslEnumTypes.cs,bfabf9fcb928e856) for more details\n\n# Note about the machine doing the query\n\nIf _your_ machine does not support Tls1.3 then the test will show \"Tls13 is not supported\" and this is true because _your_ machine cannot connect to it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFFMG%2Fmyoddweb.ssltest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFFMG%2Fmyoddweb.ssltest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFFMG%2Fmyoddweb.ssltest/lists"}