1439 Commits (19d5cf86dec1aaf52b4ab5f71d0602b795932f00)

Author SHA1 Message Date
  David Benjamin cca1c11ae8 Convert test_mul to file_test. 8 years ago
  David Benjamin e1caf3974d Convert test_sqr to file_test. 8 years ago
  David Benjamin 5e9bdc1a77 Convert test_lshift and test_rshift into file_tests. 8 years ago
  David Benjamin 04000e1e31 Add carry tests to bn_tests.txt. 8 years ago
  David Benjamin 3058103d70 Convert test_lshift1 and test_rshift1 to FileTest. 8 years ago
  David Benjamin dca125efb5 Remove compatibility 'inline' define. 8 years ago
  David Benjamin 80137ba1d3 Convert test_add and test_sub to file_test. 8 years ago
  David Benjamin d1fa9f970e Sync x86 perlasm drivers with upstream master. 8 years ago
  David Benjamin 66194feedd perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls. 8 years ago
  David Benjamin fdd8e9c8c7 Switch perlasm calling convention. 8 years ago
  David Benjamin ac81d92968 Revert local change to x86masm.pl. 8 years ago
  David Benjamin bb076e334c Add CBB_add_u32. 8 years ago
  David Benjamin c9ae27ca72 Build up TLS 1.3 record-layer tests. 8 years ago
  David Benjamin 44bedc348d Handle BN_mod_word failures. 8 years ago
  David Benjamin 53409ee3d7 Fix BN_is_prime* calls. 8 years ago
  David Benjamin ff594ca8c8 Make arm-xlate.pl set use strict. 8 years ago
  David Benjamin b111f7a0e4 Rebase x86_64-xlate.pl atop master. 8 years ago
  Adam Langley fd4d67cb5b Always generate X25519 private keys that need to be masked. 8 years ago
  David Benjamin 4186b711f4 Don't bother storing the cofactor. 8 years ago
  David Benjamin aaa39e97f4 Don't rely on BN_FLG_CONSTTIME in the DSA code. 8 years ago
  David Benjamin 99c752ad52 Compute kinv in DSA with Fermat's Little Theorem. 8 years ago
  David Benjamin 8cf79af7d1 Always use Fermat's Little Theorem in ecdsa_sign_setup. 8 years ago
  David Benjamin 2f02854c24 Remove EC_GROUP_new_arbitrary. 8 years ago
  Brian Smith c5e372e6ef Return earlier if inverse is not found in |BN_mod_inverse_ex|. 8 years ago
  Adam Langley 3cab5572b1 Don't align NEWPOLY_POLY. 8 years ago
  Brian Smith 13603a8399 Move "no inverse" test earlier in |BN_mod_inverse_no_branch|. 8 years ago
  Matt Braithwaite 3675dddab9 newhope_test: corrupt things harder. 8 years ago
  David Benjamin da7f0c65ef Unwind X509_LU_RETRY and fix a lot of type confusion. 8 years ago
  David Benjamin 054e597670 Include intrin.h under cover of warning pragmas. 8 years ago
  Nico Weber 2b360714ab win: Add an explicit intrin.h include to work around a clang-cl bug. 8 years ago
  David Benjamin 65dac9c8a3 Fix the name of OPENSSL_add_all_algorithms_conf. 8 years ago
  David Benjamin 7af3140a82 Remove ASN.1 BIOs. 8 years ago
  David Benjamin ae0bf3b7c1 Remove ASN1_parse and ASN1_parse_dump. 8 years ago
  David Benjamin e77b16ef71 Remove ASN.1 print hooks. 8 years ago
  David Benjamin d0c677cd8e Avoid illegal pointers in asn1_string_canon. 8 years ago
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8 years ago
  David Benjamin 2e8ba2d25d Use one C99-style for loop. 8 years ago
  David Benjamin bf1905a910 Revert "Import chacha-x86.pl fix." 8 years ago
  David Benjamin 2446db0f52 Require in == out for in-place encryption. 8 years ago
  David Benjamin 1a01e1fc88 Remove in-place TLS record assembly for now. 8 years ago
  David Benjamin 67cb49d045 Fix BN_mod_word bug. 8 years ago
  David Benjamin 8f1e113a73 Ensure verify error is set when X509_verify_cert() fails. 8 years ago
  David Benjamin 1e3376a790 Add missing copyright header. 8 years ago
  David Benjamin a7810c12e9 Make tls_open_record always in-place. 8 years ago
  David Benjamin 0a45822afe Fix some missing inits 8 years ago
  David Benjamin 26b7c35d8c Fix DSA, preserve BN_FLG_CONSTTIME 8 years ago
  David Benjamin 83042a8292 Add a no-op OpenSSL_add_all_algorithms_conf. 8 years ago
  Adam Langley adf27430ef Be consistent about 𝑥_tests.txt 8 years ago
  David Benjamin f4978b78a0 Add some getters for the old lock callbacks. 8 years ago
  David Benjamin e7b3ce58ad Add BIO_set_conn_int_port. 8 years ago