wolfssl-examples/pk/srp
Andras Fekete 4c2f96ff64 Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
..
Makefile Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
README.md Adding documentation where needed. Made changes to code to assure files build and implement good coding practices 2021-06-29 16:02:52 -06:00
srp.c Spelling fixes. 2021-06-09 09:07:40 -07:00
srp_gen.c SRP examples 2020-06-18 09:25:51 +10:00
srp_params.h SRP examples 2020-06-18 09:25:51 +10:00
srp_store.h SRP examples 2020-06-18 09:25:51 +10:00

README.md

Shows examples of how to work with SRP.

srp_gen.c show how to generate a verifier to store on the server. srp.c shows a client and server.

The build option used for wolfSSL is

./configure --enable-srp

How to use:

./srp_gen wolfssl password > srp_store.h

make

./srp wolfssl password