5105 次程式碼提交 (9f0e7cb314ae64234b928fd379381ae9760a9a5f)
 

作者 SHA1 備註 提交日期
  David Benjamin 9f0e7cb314 Move TB state to ssl->s3. 6 年之前
  David Benjamin b8b1a9d8de Add SSL_SESSION_get0_cipher. 6 年之前
  Daniel Hirche 1414d86ff9 tool: Move the RSA specific code from |Speed| to |SpeedRSA|. 6 年之前
  David Benjamin 27e4c3bab2 Add an OPENSSL_malloc_init stub. 6 年之前
  Daniel Hirche de20810fb4 Fix return value in speed tool. 6 年之前
  Steven Valdez acddb8c134 Avoid modifying stack in sk_find. 6 年之前
  Matthew Braithwaite c5154f7dbc SSL_serialize_handoff: serialize fewer things. 6 年之前
  Matthew Braithwaite 868ec7354b SSL_apply_handback: check that |max_send_fragment| is nonzero. 6 年之前
  James Robinson 98dd68fb97 [util] Generate separate GN source sets for headers and sources 6 年之前
  Matthew Braithwaite 5b2a51de6c Check for nullptr result of SSLKeyShare::Create(). 6 年之前
  David Benjamin e2ab21d194 Use the actual record header, rather than reassembling it. 6 年之前
  David Benjamin f11ea19043 Actually benchmark RSA verification with a fresh key. 6 年之前
  David Benjamin bb2e1e1eea No-op comment to kick the bots. 6 年之前
  David Benjamin 628b3c7f2f Don't write out a bad OID 6 年之前
  David Benjamin dcd862c1cc No-op commit to kick the bots. 6 年之前
  Adam Langley b2eaeb0b8b Drop some trial-division primes for 1024-bit candidates. 6 年之前
  Steven Valdez 861f384d7b Implement TLS 1.3 draft28. 6 年之前
  David Benjamin eda47f5d98 Make generic point arithmetic slightly less variable-time. 6 年之前
  Matthew Braithwaite 56986f905f Hand back ECDHE split handshakes after the first server message. 6 年之前
  David Benjamin ba9da449a4 Tolerate a null BN_CTX in BN_primality_test. 6 年之前
  David Benjamin 7a62ab1938 Clarify BN_prime_checks is only for random candidates. 6 年之前
  David Benjamin 5b05988add Implement field_{mul,sqr} in p224-64.c with p224_felems. 6 年之前
  David Benjamin c81ecf3436 Add test coverage for the a != -3 case. 6 年之前
  David Benjamin 88b1a37e88 Include EC_POINT_oct2point in ECDH benchmarks. 6 年之前
  David Benjamin 04018c5929 Remove EC_LOOSE_SCALAR. 6 年之前
  David Benjamin 9c1f8b4ac7 Add tests for large digests. 6 年之前
  David Benjamin 2257e8f3bf Use bn_rshift_words for the ECDSA bit-shift. 6 年之前
  David Benjamin 0645c05f5e Test the bit-shifting case in ECDSA. 6 年之前
  David Benjamin cbe77925f4 Extract the single-subtraction reduction into a helper function. 6 年之前
  David Benjamin 25f3d84f4c Rewrite BN_rand without an extra malloc. 6 年之前
  David Benjamin 85c2cd8a45 Fix up AUTHORITY_INFO_ACCESS/ACCESS_DESCRIPTION's deleter. 6 年之前
  Adam Langley eb7c3008cc Only do 16 iterations to blind the primality test. 6 年之前
  Adam Langley a0f1c8e3b1 Add RSA key generation to speed.cc 6 年之前
  David Benjamin 5833dd807e Limit the public exponent in RSA_generate_key_ex. 6 年之前
  David Benjamin c1c6eeb5e2 Check d is mostly-reduced in RSA_check_key. 6 年之前
  David Benjamin cba958f406 Make RSA_check_key constant-time and more meaningful. 6 年之前
  David Benjamin c4e4757b63 Make RSA key generation constant-time. 6 年之前
  David Benjamin a44dae7fd3 Add a constant-time generic modular inverse function. 6 年之前
  David Benjamin 1044553d6d Add new GCD and related primitives. 6 年之前
  David Benjamin 23af438ccd Compute p - q in constant time. 6 年之前
  David Benjamin 8d9ee7d1fe Replace rsa_greater_than_pow2 with BN_cmp. 6 年之前
  David Benjamin 97ac45e2f7 Change the order of GCD and trial division. 6 年之前
  David Benjamin 40729e374d Revert "Update SDE to 8.16.0." 6 年之前
  David Benjamin 21ef155063 Update SDE to 8.16.0. 6 年之前
  David Benjamin 365e48c104 Update tools. 6 年之前
  Adam Langley 1902d818ac Tighten and test name-checking functions. 6 年之前
  David Benjamin 56f5eb9ffd Name constant-time functions more consistently. 6 年之前
  David Benjamin e6f46e2563 Blind the range check for finding a Rabin-Miller witness. 6 年之前
  David Benjamin 8eadca50a2 Don't leak |a| in the primality test. 6 年之前
  David Benjamin 9362ed9e14 Use a Barrett reduction variant for trial division. 6 年之前