1 Dec 2010 15:03
RE: [openssl.org #2371] Openssl mingw build error.
Kumaran Moodley via RT <rt <at> openssl.org>
2010-12-01 14:03:09 GMT
2010-12-01 14:03:09 GMT
Thanks Andy. I have updated to openssl-1.0.0b and also had a problem building the code however there is a patch available to fix the mingw compilation issue. I tried this patch and I have had no issues. Thanks for the help. On another note I found a bug on the openssl EVP_PKEY_verify(3) documentation (http://www.openssl.org/docs/crypto/EVP_PKEY_verify.html). In the synopsis the API is defined as int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen); However in the example section, /* Perform operation */ ret = EVP_PKEY_verify(ctx, md, mdlen, sig, siglen); Which shows that the message digest variables and the signature variables have been swapped around. I had some signature failures due to that however everything is fine now when I put them correctly. The documentation should be updated though. Thanks. Kind regards Kumaran M -----Original Message----- From: Andy Polyakov via RT [mailto:rt <at> openssl.org] Sent: 19 November 2010 12:57 AM To: Kumaran Moodley Cc: openssl-dev <at> openssl.org Subject: Re: [openssl.org #2371] Openssl mingw build error.(Continue reading)
RSS Feed