rdavydov / pyrit

Automatically exported from code.google.com/p/pyrit
1 stars 0 forks source link

ToDo: Remove dependency on libcrypto / OpenSSL #204

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We use libcrypto (OpenSSL) for easy computation of the HMAC in all cores. We 
already have that code, even SSE2-accelerated, in _cpyrit_cpu.

Provide a universal HMAC-SHA1-function in _cpyrit_cpu. Use CObjects to pass 
function-pointers from _cpyrit_cpu to the other cores. Remove all 
OpenSSL-related code.

Original issue reported on code.google.com by lukas.l...@gmail.com on 24 Oct 2010 at 8:23