Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL 0317 - SDL Protocol Security Specification #1138

Prev Previous commit
Next Next commit
Apply suggestions
  • Loading branch information
AKalinich-Luxoft committed May 11, 2021
commit e62dec59cfbdf5c64807c5e1c6fa843586a8e8fa
4 changes: 3 additions & 1 deletion proposals/0317-sdl-protocol-security-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ The security query is able to contain JSON data as well as binary data. During t

## 5.1.2 Error Frames

If an error occurs during the TLS handshake a notification is sent with an error code and error text as JSON data. Additionally the error code is added as a single byte binary data. The error code in JSON data and one-byte binary data have the same source so it's the same data.
If an error occurs during the TLS handshake, a notification is sent with both, JSON data and binary data describing the error. The JSON data contains the error code and an error text. The binary data is one single byte and only contains the error code.
AKalinich-Luxoft marked this conversation as resolved.
Show resolved Hide resolved

The error code in JSON data and the binary data are the same value from the same code list.

### 5.1.2.1 Payload

Expand Down