[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: more issues
From: Derrick J Brashear <shadow@dementia.org>
shadow> 2) I have an application which needs both Heimdal and OpenSSL;
shadow> OpenSSL libcrypto and Heimdal libdes try to provide some of
shadow> the same things; The des stuff is conflicting. For now I'm
shadow> dealing by modifying the libcrypto to not include the
shadow> duplicated stuff, but that's not a good general way to solve
shadow> the problem. Suggestions?
libdes is originally Eric Young's libdes, right? The DES
implementation in OpenSSL is also originally libdes, so my question
is: what things are different today? One possiblity is to have
Heimdal optionally link with libcrypto, discarding the Heimdal libdes.
If such a move requires some additions to OpenSSL, I'm willing to take
a look at it.
--
Richard Levitte \ Spannvägen 38, II \ LeViMS@stacken.kth.se
Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- poei@bofh.se
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
- References:
- more issues
- From: Derrick J Brashear <shadow@dementia.org>