Skip to content

Commit

Permalink
editorial changes from formatting work
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed Apr 26, 2023
1 parent 4ee688c commit a27655f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tc53.md
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ The `TLSClient` network socket class implements a logical subclass of the `TCP`
import TLS from "embedded:io/socket/tcp/tls";
```

A TLS implementation may use certificates from a certificate store. The certificate store is implementation dependent and not specified by this standard.
A TLS implementation may use certificates from a certificate store. The certificate store is implementation dependent and not specified by this Standard.

All certificate and key data uses DER (binary) format, not PEM (Base64 encoded text).

Expand Down Expand Up @@ -4884,6 +4884,7 @@ Editor Notes
- No semicolon at the end of lines in formal algorithms (Annex A)
- Always IO, never I/O
- "constructor" is not in code font, except in formal algorithms
- "this Standard" not "this standard"
For the automatic conversion process to Word:
Expand Down

0 comments on commit a27655f

Please sign in to comment.