In the meantime, maybe you could fix cipher.pike so that it compiles again? "Couldn't find program: constants" isn't a very useful result when trying to load it.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-01-27 19:13: Subject: KE_dh_anon
Could someone with SSL module core knowledge take a look at SSL.handshake.server_derive_master_secret? In the KE_dh_anon case in the main switch premaster_secret is set to dh_state->get_shared(). Since premaster_secret is a string and get_shared returns a Gmp.mpz object, this is wrong. What should it be?
/ Martin Nilsson (Åskblod)