I was curious to find out the meaning of all the dots, pluses and stars that openssl dhparam outputs while computing Diffie-Hellman parameters.
To make a long story short, here’s the legend:
- . : A potential prime number was generated.
- + : Number is being tested for primality.
- * : A prime number was found.
Reference:
http://openssl.org/docs/crypto/BN_generate_prime.html#DESCRIPTION