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

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

Latest revision as of 19:37, 12 February 2021