133
edits
(→Peer authentication: update JPAKE round 2) |
(→Re-authentication: update JPAKE round 2) |
||
| Line 54: | Line 54: | ||
# Client computes J-PAKE round 1 and sends the result to server. | # Client computes J-PAKE round 1 and sends the result to server. | ||
# Server computes J-PAKE round 1 and sends the result to client. | # Server computes J-PAKE round 1 and sends the result to client. | ||
# Client and server computes J-PAKE round 2 with previous AES key value as weak secret. | # Client and server computes J-PAKE round 2 with previous AES key value attached first 12 characters of server's TLS certificate fingerprint as weak secret. | ||
# Client sends round 2 result to server. | # Client sends round 2 result to server. | ||
# Server sends round 2 result to client. | # Server sends round 2 result to client. | ||
edits