des maintainer

2001-01-23 Thread pennywis
who is in charge of maintiaining DES? i'm having problems figuring out what exactly des_set_key_unchecked() is doing. thanks, -James __ OpenSSL Project http://www.openssl.org User Support Mailing

des key schedules

2001-01-17 Thread pennywis
reading through the code, i'm a bit lost as to what des_set_key_unchecked() is actually doing. it says it's doing something called PC1 to the key in order to turn the key into an architecture independant schedule. i don't see anything about this in applied cryptography and the code is pretty

engines

2000-12-11 Thread pennywis
i've been playing around with writing an engine and it all seems fairly straight forward except for one thing: i don't understand how openssl decides which engine it should be using. (eg- how does it decide to use my engine or the cswift engine instead of software?) thanks, -J