diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP')
-rw-r--r-- | roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt | 6 | ||||
-rw-r--r-- | roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt.attr | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt new file mode 100644 index 000000000..c2d5c6033 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt @@ -0,0 +1,6 @@ +# This is a file that will be filled by the openssl srp routine. +# You can initialize the file with additional groups, these are +# records starting with a I followed by the g and N values and the id. +# The exact values ... you have to dig this out from the source of srp.c +# or srp_vfy.c +# The last value of an I is used as the default group for new users. diff --git a/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt.attr b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt.attr new file mode 100644 index 000000000..8f7e63a34 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/demoSRP/srp_verifier.txt.attr @@ -0,0 +1 @@ +unique_subject = yes |