diff options
author | René Korthaus <[email protected]> | 2019-10-19 07:20:50 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2019-10-21 16:56:24 +0200 |
commit | 84b8d3eeee5aaf29046091c0e675cfeb8c6434b8 (patch) | |
tree | ab56ae27ad340b1dc61eeaaffa25995fce8d30af /src/scripts | |
parent | cb34802ed24b0963ed5a0180236cabd593268987 (diff) |
Add support for XMSS X.509 certificates
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/oids.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/oids.py b/src/scripts/oids.py index 7036dbab6..323b6efb5 100755 --- a/src/scripts/oids.py +++ b/src/scripts/oids.py @@ -256,7 +256,7 @@ bool sig_algo_and_pad_ok(const std::string algo, std::string padding) def main(args = None): - """ Print header files (oids.cpp, dn_ub.cpp) depending on the first argument and on srs/build-data/oids.txt + """ Print header files (oids.cpp, dn_ub.cpp) depending on the first argument and on src/build-data/oids.txt Choose 'oids' to print oids.cpp, needs to be written to src/lib/asn1/oids.cpp Choose 'dn_ub' to print dn_ub.cpp, needs to be written to src/lib/x509/X509_dn_ub.cpp |