Ok, the reason it worked for me was probably due to me testing only with TLS 3.1 and not with SSL 3.0. Now it should work with both.
/ Henrik Grubbström (Lysator)
Previous text:
2004-03-04 15:51: Subject: Re: SSL in 7.5 is broken?
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)