Histórico de Commits

Autor SHA1 Mensagem Data
  Matt Caswell 02f0c26cea Re-align some comments after running the reformat script. há 10 anos atrás
  Matt Caswell 40720ce3ca Run util/openssl-format-source -v -c . há 9 anos atrás
  Andy Polyakov b527959318 bn/bn_exp.c: make it indent-friendly. há 9 anos atrás
  Tim Hudson b558c8d597 mark all block comments that need format preserving so that há 10 anos atrás
  Adam Langley 45d129511f Ensure that x**0 mod 1 = 0. há 11 anos atrás
  Dr. Stephen Henson 0e6c24ae4b Update from HEAD. há 15 anos atrás
  Bodo Möller 7cdb81582c Change to mitigate branch prediction attacks há 17 anos atrás
  Bodo Möller 46a643763d Implement fixed-window exponentiation to mitigate hyper-threading há 19 anos atrás
  Geoff Thorpe c86f2054f3 Adjust various bignum functions to use BN_CTX for variables instead of há 20 anos atrás
  Geoff Thorpe b6358c89a1 Convert openssl code not to assume the deprecated form of BN_zero(). há 20 anos atrás
  Geoff Thorpe 82b2f57e30 Use the BN_is_odd() macro in place of code that (inconsistently) does much há 21 anos atrás
  Geoff Thorpe d870740cd7 Put the first stage of my bignum debugging adventures into CVS. This code há 21 anos atrás
  Bodo Möller 8dea52fa42 Fix some things that look like bugs. há 24 anos atrás
  Bodo Möller 25439b76ad Move reduction step from BN_mod_exp to BN_mod_exp_mont_word. há 24 anos atrás
  Bodo Möller 73c2522c7c Handle special cases correctly in exponentation functions. há 24 anos atrás
  Bodo Möller cd2eebfd64 BN_sqrt há 24 anos atrás
  Bodo Möller 499e167fda Improve BN_mod_inverse performance. há 24 anos atrás
  Bodo Möller c94b6de017 Timings. há 24 anos atrás
  Bodo Möller 78a0c1f18d modular arithmetics há 24 anos atrás
  Richard Levitte 020fc820dc Constify the BIGNUM routines a bit more. The only trouble were the há 24 anos atrás
  Richard Levitte 5270e7025e Merge the engine branch into the main trunk. All conflicts resolved. há 24 anos atrás
  Bodo Möller fc57ebc057 Actually comment out the parts of BN_MOD_MUL_WORD that I inteded to há 24 anos atrás
  Bodo Möller e958c5afe7 In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL_WORD, há 24 anos atrás
  Bodo Möller c3b1424cc0 Use BN_CTX_end when exiting early from BN_mod_exp_mont_word because há 24 anos atrás
  Geoff Thorpe 8ba6d1b0cc The atalla functionality doesn't work with the "word" version of há 24 anos atrás
  Bodo Möller dc434bbcb0 Slightly faster DSA verification (BN_mod_exp2_mont), há 24 anos atrás
  Bodo Möller f8989a2155 Use the equivalent of a sliding window (without precomputation há 24 anos atrás
  Bodo Möller 6dad7bd69c Speed up DH with small generator. há 24 anos atrás
  Ben Laurie bd03b99b9b Add support for Compaq Atalla crypto accelerator. há 25 anos atrás
  Ulf Möller 9b141126d4 New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access há 25 anos atrás