diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-13 00:46:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-13 00:46:33 +0000 |
commit | 0dfee686fa5f59d5641b78c833bdc036e2789203 (patch) | |
tree | 07dc47ea54f8182e3511bd05cc8516dab7e0d2b0 /scripts | |
parent | 15154022374f02c3b05a6df95967ff2c941112e5 (diff) |
CMS now internal
svn path=/scripts/README; revision=1478
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/README b/scripts/README index 5b6b3933..ff08c098 100644 --- a/scripts/README +++ b/scripts/README @@ -303,11 +303,7 @@ objects become pairs of certs instead of a single TA, but this is mostly just generalization and reuse of existing code, no bold new adventures. -At some point we need to do performance testing. All of our crypto is -done internally except for CMS, for which we still call the OpenSSL -CLI tool. The simplest solution would probably be to extend POW to -support CMS; cryptlib might be more entertaining solution, but am not -sure it's worth the time sink. +At some point we need to do performance testing. Although it may not be worth the effort, it'd be nice to get back to only one crypto library. As far as I know the only things we're using |