master
Provide an optimised bn_subw() for amd64.
Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.
const correct BN_MONT_CTX_copy()
Fix previous.
Provide additional variants of bn_add_words()/bn_sub_words().
Convert BPSW to BN_MONT_CTX_create()
Remove the get_rfc*_prime_*() API
Use err_local.h rather than err.h in most places
libcrypto: constify most error string tables
bn_gcd: fix wacky indentation found by smatch
Implement EC field element operations.
Hide symbols in bn
Provide bn_mod_{add,sub,mul}_words().
Move bn_prime.h to the public domain.
bn_prime.pl: fix shebang and a couple more whitespace tweaks
Provide and use bn_clzw() in place of bn_word_clz().
Remove BIO_{sn,v,vsn}printf(3)
Move table in bn_primes.h to a .c file and get rid of prime_t
Include the ISC license from s2n-bignum's LICENSE file.
Replace uses of endbr64 with _CET_ENDBR from cet.h