xref: /freebsd/crypto/openssl/apps/demoSRP/srp_verifier.txt (revision e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6)
1*e0c4386eSCy Schubert# This is a file that will be filled by the openssl srp routine.
2*e0c4386eSCy Schubert# You can initialize the file with additional groups, these are
3*e0c4386eSCy Schubert# records starting with a I followed by the g and N values and the id.
4*e0c4386eSCy Schubert# The exact values ... you have to dig this out from the source of srp.c
5*e0c4386eSCy Schubert# or srp_vfy.c
6*e0c4386eSCy Schubert# The last value of an I is used as the default group for new users.
7