Sashan
Sashan
closing PR as can not be implemented, plan does not work reliably with various runtime liners.
rebased on current.
New revision is rebased on current. the list of changes is as follows - introduced `report_result()` function to remove code duplication (pointed out by @mattcaswell) - fixed indentation at `fprintf()`...
the new version will arrive shortly, resolved items: - add a copyright header to `keys.h` - remove calls to `X509_PUBKEY_*()` functions item which needs further clarification: - remove duplicate code.
Conflicts with PR which added rwlock tests got resolved. Please check changes to Makefile and Readme file. thanks.
sorry about poor git driving, the merge commits should be gone now.
and now with fix for glitch spotted by matt
the pull request will be updated shortly. The list of changes is as follows: - the benchmark for DER uses `d2i_PrivateKey_ex()` now. it required changes to `genkey.sh` so it also...
> Why it was necessary to change the key data? IMO d2i_PrivateKey_ex() should be able to decode the original data. keys.h now contains array with EVP_PKEY_ constant. I use this...
README got updated.