[erlang-bugs] SSL client certificate verify problems (RSA)

Per Andersson avtobiff@REDACTED
Wed Oct 13 16:51:23 CEST 2010


Hi!

On Wed, Oct 13, 2010 at 3:57 PM, Per Andersson <avtobiff@REDACTED> wrote:
>> If the public key is an integer it suggests it is a dsa-key and not an
>> rsa-key, and it should not
>> have ended up calling public_key:decrypt_public/3 rather calling
>> public_key:verify/ 4.
>
> I understand.
>
> From what I can see the client cert is DSA (pubkey) and RSA (encryption).
> Can this be the pressing issue?

The client cert seems to be signed with RSA, not mixing algorithms as my
comment above implies...


Best,
Per


More information about the erlang-bugs mailing list