On Thu, 22 Jan 2015, Steve Holme wrote:

BoringSSL has an incompatible DES API with missing functions. It doesn't seem to have the MD4 functions and it lacks PCKS12 support.

Is it the DES_set_odd_parity() function that BoringSSL doesn't have?

If so, I have written our own parity function based off of the Java code over at:

Yes. It doesn't have that function and it modified the API for DES_set_key() so we'd need a new setup_des_key() implementation. And we would need to use our own version of MD4

I'll also work on adding BoringSSL to the autobuild page in case someone wants to setup one up ;-)

Sounds fun. I figure I can do both libressl and boringssl builds...

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to