Topic: [SOLVED] Obtaining exponent and modulus of public key with wolfSSL

Hi guys, I'm current doing a project which requires using wolfSSL to obtain the exponent and modulus of public key.

I've tried to refer to the method here, but wasn't able to figure out.

https://www.wolfssl.com/forums/topic317 … olssl.html

The directory listed to check for some functions was not found on my end too.

Hope you guys will be able to show me the ropes. Thank you and have a great day

Share

Re: [SOLVED] Obtaining exponent and modulus of public key with wolfSSL

Hi isnipenow,

See the `wc_RsaPublicKeyDecode` function.

Out wolfssl-examples repository has many examples:
https://github.com/wolfSSL/wolfssl-exam … rify.c#L85

Documentation:
https://www.wolfssl.com/doxygen/group__ … 35bda1f728

Thanks,
David Garske, wolfSSL

Share