summaryrefslogtreecommitdiffstats
path: root/main/openssl/0003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: update padlock sha1 patchTimo Teräs2013-03-051-1/+1
| | | | | | | | | Add EVP_MD_FLAG_PKEY_METHOD_SIGNATURE to padlock_sha1_md to fix DSA/SHA1 verification in certain cases. Seems that NID_sha1 instead of NID_dss is used sometimes incorrectly, and this seems to be the workaround regular SHA1 code does too. Suggested-by: Daniel Mansfield <daniel.mansfield@unsw.edu.au>
* main/openssl: refresh hmac/oneshot and padlock patchesTimo Teräs2012-08-021-0/+781
* fixed hmac oneshot flag to work as expected * renamed the patch series, and rebased against 1.0.1c