You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ SSLLWrapper
3
3
4
4
SSLLWrapper stands for SSL Labs Wrapper which I believe is the first .NET wrapper developed for the new [SSL Labs' Assessment API's](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md) that allow the comsumer to test SSL servers on the public internet.
5
5
6
+
This wrapper easies the communication to the API's for .NET developers wich allows you as the developer to focus on your project rather than managing the plumbing and overhead required to comsume the API's.
7
+
6
8
**Notes**
7
9
- SSL Labs' Assessment API's are currently still in development and are subject to change.
8
10
- The wrapper is currently still in development aswell though is in a functional beta stage.
@@ -29,6 +31,10 @@ SSLLWrapper stands for SSL Labs Wrapper which I believe is the first .NET wrappe
29
31
30
32
**StatusDetails**
31
33
34
+
## To Do
35
+
- Flesh out SSLWrapper.Tests project to ensure as most code as appropiate is tesed
0 commit comments