I want to know what the output e is 65537 (0x10001)
means. It happens during the RSA Key Generation using openssl genrsa
. I know that the dots mean that the number has passed a probe division and the plus is printed out after it passed a miller rabin test. But i can't figure out what the last info message before the RSA key is printed out means.
I can't find it in the openssl docs. And I could use it in term paper on prime number generation. Thanks for your help! :)