Odd. crypto->unpad now calls crypt before it unpads (for symmetry with pad and in accordance with the old documentation), so you should get two calls to crypt with that code. But if it works...
/ Martin Nilsson (saturator)
Previous text:
2004-03-04 15:35: Subject: Re: SSL in 7.5 is broken?
The SSL module seems broken in Pike 7.5, this is probably due to bugs in the new Crypto glue.
Some investigation later, and the reason seems to have been a bad change in SSL.pmod/state.pike. Reverted.
It works for me (with Roxen 4.0) now.
/ Henrik Grubbström (Lysator)