Skip to content

Commit ff80a47

Browse files
author
Fredrik Orderud
committed
Shorten wording.
1 parent 6db8b60 commit ff80a47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Steps:
7070

7171
| Language | Secure certificate store support | Sample code |
7272
|----------|----------------------------------------------------------|---------------------------|
73-
| C++ |Can use [CNG](https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal) or [CertificateStores](https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatestores) | See [WebClientCpp](WebClientCpp/) folder |
74-
| C#/.Net |Can use [X509Store](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509store) | See [WebClientNet](WebClientNet/) folder |
75-
| Java | Can probably use [Leveraging Security in the Native Platform Using Java ..](https://www.oracle.com/technical-resources/articles/javase/security.html) | Not yet tested |
76-
| Python |No support (see [#10](../../issues/10)) | See [WebClientPy](WebClientPy/) folder (uses file-based certificate handling)|
77-
| Go |No support (see [#17](../../issues/17)) | See [WebClientGo](WebClientGo/) folder (uses file-based certificate handling)|
73+
| C++ | [CNG](https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal) or [CertificateStores](https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatestores) | See [WebClientCpp](WebClientCpp/) |
74+
| C#/.Net | [X509Store](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509store) | See [WebClientNet](WebClientNet/) |
75+
| Java | [Leveraging Security in the Native Platform Using Java ..](https://www.oracle.com/technical-resources/articles/javase/security.html) | Not yet tested |
76+
| Python |No known support (see [#10](../../issues/10)) | See [WebClientPy](WebClientPy/) (uses file-based certificate handling)|
77+
| Go |No known support (see [#17](../../issues/17)) | See [WebClientGo](WebClientGo/) (uses file-based certificate handling)|
7878

7979
All the language samples are command-line applications that tries to authenticate against `https://localhost:443/` using the client certificate. The applications can be run without any arguments and will output the following on success:
8080
```

0 commit comments

Comments
 (0)