Re: openssl 0.9.7 in NetBSD?
| Newsgroups | gmane.os.netbsd.devel.crypto |
|---|---|
| Message-ID | <[email protected]> |
>> after some more discussions: >> - we should disable kerberos-and-ssl stuff in openssl, as it is not >> doing the right thing (-> some functions will go away) >> - des_xx -> DES_xx is okay from heimdal POV >> (-> des_xx goes away, DES_xx will appear) >> >> so when we import 0.9.7, there'll be a shlib major # bump for libcrypto >> and libdes, and there'll be some changes to heimdal code for des stuff. > >I think this require us to drop kerberos 4 support, both libs and tools >since its dependant on the old des_ api. some other questions: - should we supply openssl/des_old.h or not? des_old.h looks so awful. - what should be placed in /usr/include/des.h? remove it, make it a copy (or symlink) to openssl/des.h (which defines DES_xx), or openssl/des_old.h? itojun