Difference between revisions of "User talk:L.Habib"

From OpenSSLWiki
Jump to navigationJump to search
(Blanked the page)
 
Line 1: Line 1:
in ['''https://wiki.openssl.org/index.php/Diffie_Hellman''']<br>
 
under ['''Working with Parameters and Generating Keys''']<br>
 
in the code section<br>
 
i think :<br>
 
'''if(1 != EVP_PKEY_keygen(kctx, &[[dhkey]])) handleErrors();'''<br>
 
should be rewrote as :<br>
 
'''if(1 != EVP_PKEY_keygen(kctx, &[[params]])) handleErrors();'''<br>
 
  
am i wrong ?<br>
 

Latest revision as of 19:37, 12 February 2021