Verify that the server public value B is non‐zero modulo N.

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
int
SRP_Verify_B_mod_N(
    BIGNUM const* B,
    BIGNUM const* N);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 if B mod N is non‐zero, 0 otherwise.

Parameters

Name

Description

B

Server public value.

N

Safe prime modulus.

Created with MrDocs