Remove pointless call to EC_GROUP_precompute_mul()
ectest: zap stray whitespace
ectest: fix misleading indentation
ectest: remove unused defines
ectest: even more lipstick
ectest: apply some more lipstick
ectest: switch from new + copy to dup. zap some NULL checks before free
bn_test: remove random negative dance for bn_div_reciprocal()
Adjust for BN_div_recp() -> BN_div_reciprocal()
Ensure the cyclic subgroup cycles in the expected number of iterations.Also print the iteration number and fix some indentation.
ectest: heed long forgotten XXX and switch back to BN_one()
ec/Makefile: remove excess tabs
bn_test: use BN_RECP_CTX_create() rather than _new()/_set()
md_test: switch from 2<<28 to 1<<29discussed with jsing
Add regress coverage that checks the MD5 message bit counter handling.
An -> TheThere's only one inverse and in standard affine coordinates it only hasone representation.
Print the inverse in affine coordinatesThis way we can get rid of the stupidity that is publicly exposedJprojective coordinates soon.
Let's use RSA_3 rather than 3
Stop setting RSA_FLAG_SIGN_VERWith rsa_sign.c r1.37 this is no longer needed.
rsa_method_test: some consistency tweaks
fix typo
Add some regress coverage for custom RSA methodsThis currently only covers sign and verify since other parts are alreadyknown to work in practice. Prompted by a bug report by kn
rsa tests: tidy up the makefile
Zap extraneous -DLIBRESSL_INTERNAL
parse test file: add helper to skip to end of line
12345678910>>...48