[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing signature algorithm



> I'm trying some changes to pkinit and wanting to understand the  
> piece of code
> below. Specifically I want to change the signature algorithm from  
> RSA with SHA1
> to just RSA. Doing so fails since lib/hx509/crypto.c:  
> rsa_create_signature()
> does not support it. Why?

RSA on non-digests is not very common, already done the digest ?

Love