133
edits
(→Data used in JPAKE authentication: update HMAC input) |
(→Re-authentication: Update JPAKE round AES key length) |
||
| 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 attached first 12 characters of server's TLS certificate fingerprint as weak secret. | # Client and server computes J-PAKE round 2 with first 4 characters of 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