Skip to content

Instantly share code, notes, and snippets.

@sepalani
Last active May 27, 2022 11:05
Show Gist options
  • Save sepalani/67b1e21bcec933f6929c02d3b9dea303 to your computer and use it in GitHub Desktop.
Save sepalani/67b1e21bcec933f6929c02d3b9dea303 to your computer and use it in GitHub Desktop.
# HWTEST - SSL Connect (naswii.nintendowifi.net:443)
| Test case | Block | Return value |
|--------------------------------|-------|--------------|
| Invalid connect context (-1) | N/A | -8 |
| Invalid handshake context (-1) | N/A | -8 |
| Invalid connect context (3) | N/A | -8 |
| Invalid socket (-1) | N/A | 0 |
| Invalid socket (12) | N/A | 0 |
| Disconnected connect | true | 0 |
| Disconnected handshake | true | -1 |
| Disconnected connect | false | 0 |
| Disconnected handshake | false | -1 |
| SSL connect | true | 0 |
ERROR: net_connect = -119
| SSL connect | false | 0 |
| Socket flags after SSL connect | true | 0 |
ERROR: net_connect = -119
| Socket flags after SSL connect | false | 4 |
| SSL handshake | true | -1 |
ERROR: net_connect = -119
| SSL handshake | false | -1 |
| SSL handshake (CLI) | true | 0 |
ERROR: net_connect = -119
| SSL handshake (CLI) | false | -1 |
| SSL handshake (CA) | true | -1 |
ERROR: net_connect = -119
| SSL handshake (CA) | false | -1 |
| SSL handshake (CLI+CA) | true | 0 |
ERROR: net_connect = -119
| SSL handshake (CLI+CA) | false | -1 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment