Leon Brits wrote
> I am in no way capable of writing such a patch and was hoping that someone
> is willing to share.
> To be more specific I need a patch that will change the key generation
> from:
> d = e-1 mod((p-1)(q-1))
> to this:
> d = e-1 mod(LCM(p-1, q-1))

We’re also pursuing a patch to RSA Key Generation.  Leon, are you saying
that you believe this is the change that is necessary in order for it to be
validated?  What makes you think that?  I think you’re further along in the
process than we are and I’d like to learn from what you’ve found.



--
View this message in context: 
http://openssl.6102.n7.nabble.com/RSA-FIPS-186-4-issue-tp48944p49309.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to