RE: About Peter Gutmann's critique of CIPE
David Brodbeck <[email protected]>
| Newsgroups | gmane.comp.encryption.cipe |
|---|---|
| Message-ID | <C823AC1DB499D511BB7C00B0D0F0574C584153@serverdell2200.interclean.com> |
> -----Original Message----- > From: Allan Latham [mailto:[email protected]] > In many cases it makes good sense to offload functionality to > standard > libraries - this is not such a case. CIPE contains a correct > implementation > of all the crypto functionality it needs. Absolutely nothing > is gained by > delegating this to a library function. I'm not sure I agree with this argument. Can you be *sure* that your implementation is more correct than any library version? The example I'm thinking of here is the zlib buffer overflow. Programs that used the shared library were easy to fix just by replacing the library. Unfortunately a lot of people didn't want to rely on the library, and had cut-and-pasted the code into their own software, security hole and all. Those programs are *still* being tracked down and fixed, while the ones that simply used the library instead of reinventing the wheel are secure. -- Message sent by the [email protected] mailing list. Unsubscribe: mail [email protected], "unsubscribe cipe-l" in body Other commands available with "help" in body to the same address. CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>