Compute the client session key K for TLS‐SRP (deprecated).
Synopsis
Return Value
Newly allocated session key, or NULL on error. Caller must free.
Parameters
Name |
Description |
N |
SRP group modulus. |
B |
Server public value. |
g |
SRP generator. |
x |
Private exponent from SRP_Calc_x(). |
a |
Client ephemeral private exponent. |
u |
Scrambling parameter from SRP_Calc_u(). |
Created with MrDocs