Bruce Schneier | |||||||||
Schneier on SecurityA blog covering security and security technology. « Movie Plot Threat in Vancouver | Main | CYA Security » February 21, 2007OpenSSL Now FIPS 140-2 CertifiedThe process took five years: The biggest frustration OSSI encountered by the seemingly endless delays is that now the software that was validated by the CMVP is more than three years old. "[This toolkit] is branched from version 0.9.7, but 0.9.8 is already available and 0.9.9 is in development," says Marquess. "We're glad it's available, but now it's dated. We understand a lot better what the CMVP's requirements are, though, so validation will go more smoothly next time around. We also know the criticism we'll encounter, and we'll nail them with the next release." This is one problem with long certification cycles; software development cycles are faster. Posted on February 21, 2007 at 12:17 PM • 14 Comments • View Blog Reactions To receive these entries once a month by e-mail, sign up for the Crypto-Gram Newsletter. The question still remains: Posted by: Anonymous Cow-ard at February 21, 2007 1:11 PM Bruce, this is quite a common problem with certification cycles. Do you have any suggestions to shorten certification cycles? Posted by: Anon-31 at February 21, 2007 1:43 PM What's interesting to me in that article is the two major causes cited for the long validation. First, that the CMVP folks had to validate source instead of binaries (meaning, no doubt, trying every possible config option set). Second, that many people -- especially competitors -- made complaints in order to slow down the process. The OpenSSL folks seem to have the right attitude about it, though: "With other software [tested by CMVP], all the proprietary information is treated as trade secrets and we can't comment on it. On the one hand, that gives someone an advantage to disparage our work. On the other hand, we've been scrutinized and tested in the open, so we have a much more solid validation than the others." Posted by: radiantmatrix at February 21, 2007 1:49 PM To paraphrase Bruce Schneier, in \fIApplied Cryptography\fR, the reason certification takes so long is that \fBevery\fR possible set of options needs to be validated. If you have 20 independent, binary, options, you have 2^20 possible combinations(about 10^6). Posted by: snark at February 21, 2007 2:02 PM It should be pointed out that normal certifications for FIPS compliance are quick (months, not years), as they test pre-compiled binaries against test vectors. OpenSSL took longer because they had to do it at the source code level. They did this because it is open source, and therefore impossible to verify every possible compiled version of the code on every supported platform and against every dependency combination. Posted by: rmg at February 21, 2007 3:07 PM See why proprietary code is better? It only takes months to certify it! (Bill Gates laughs evilly) Posted by: UNTER at February 21, 2007 3:21 PM It seems I'm developing a habit of putting security-related tidbits into the comments of whatever the most recent article in this blog is. Bruce, let me know if you think this is inappropriate. Anyhow, back to the off-topic: New Scientist report an interesting anti-cellphone-theft measure. You need to enter a password every time put a number into the phone's memory, or anytime you call a number not in the phone's memory. This lets you use the phone without often needing to enter the password, but makes it essentially useless to anyone not in posession of the password. I've already thought of (and possibly suggested on this blog) a very similar scheme for online banking. Substitute "make a payment" for "make a call", "add an account to a white list" for "enter number into the phone's memory" and "turn up at a bank branch and sign papers" for "enter password." As such, I don't think this is worthy of a patent, but that is a different argument. Posted by: Filias Cupio at February 21, 2007 4:26 PM The comments are on an important point: the certification cycle for commercial software is much shorter. So while there is an interesting debate about whether the test cycle *needs* to be longer for source code, if this is fair, more thorough, etc. Bruce's high-level comment about software development cycles being faster than certification cycles is not accurate for commercial software. Speaking from the perspective of a commercial vendor who did not obstruct the OpenSSL validation. Posted by: Eric at February 21, 2007 5:14 PM So they could have provided binaries for (say) x86, PowerPC Linux and BSD, and had those quickly certified, had they wished to? (And encouraged OS vendors to submit an OpenSSL compiled against their OS?) Posted by: Filias Cupio at February 21, 2007 5:32 PM @Filias: Posted by: Stefan Wagner at February 21, 2007 8:48 PM A lot of 'monkey business' there. "We called it the FUD campaign," he says. "There were all kinds of Posted by: Roy Schestowitz at February 21, 2007 8:59 PM "Can Bruce Schneier design a cipher so secure that he cannot break it?" Yes, and he can design a cipher so secure that only he can break it as well :-) Posted by: Ian Woollard at February 21, 2007 11:30 PM @Filias Cupio "I've already thought of (and possibly suggested on this blog) a very similar scheme for online banking. Substitute "make a payment" for "make a call", "add an account to a white list" for "enter number into the phone's memory" and "turn up at a bank branch and sign papers" for "enter password." As such, I don't think this is worthy of a patent, but that is a different argument." I'm not sure about other countries, but this scheme is used for years in Poland by at least one bank. You can create "defined payment" (target account, amount, etc), which must be authorized by one time password (you are already logged in by SSL, of course). Once defined, you can make such payment by a single click (when you are logged in), but editing anything requires one time password. Posted by: Piotr at February 22, 2007 2:16 AM Some of the comments above are misleading. Binary-only libraries are also inspected at the source level during 140-x validation, and open/free/source-available ones are also tested in binary form (eventually, after source reviews). 140-x testing formally covers only selected, well-defined configurations, even if the module may be configured. This restriction is enforced mainly for the benefit of end-users, who should be able to easily check whether they run a version that has been actually tested. The only important difference between source-available and closed-source products is how much of the support documentation becomes public. For binary-only apps, most documentation remains confidential between the vendor, test lab, and NIST. Otherwise, part of the hurdles for Openssl were real and technical (incorrect module definition), which were corrected. The rest are described in quotes above. A comparable closed-source product, without the backstabbing, would have passed through the progress several times faster, but still possibly in more than a year. Some of the 140-x process is not technically challenging, just mandates things that are unusual in everyday development, and sorting those out (changing procedures etc) can take a while, even if it does not change technical content. Otherwise, minor nitpick, which NIST insists on correcting: FIPS 140-x modules should not be called "certified", rather "validated". Even if there's a certificate issued in the end, the term is validation to avoid implying NIST endorses a module (somewhat related to `CYA' described in another blog entry). Posted by: T Veesenmayer at February 22, 2007 8:37 AM Post a comment
Powered by Movable Type 3.36. Photo at top by Steve Woit.
Schneier.com is a personal website. Opinions expressed are not necessarily those of BT. |
|
Comments