История коммитов

Автор SHA1 Сообщение Дата
  Matt Caswell 40720ce3ca Run util/openssl-format-source -v -c . 9 лет назад
  Andy Polyakov ab011d51be Minimize stack utilization in probable_prime [from HEAD]. 17 лет назад
  Bodo Möller 7d5af5e0fa Ensure that the addition mods[i]+delta cannot overflow in probable_prime(). 18 лет назад
  Nils Larsch 27fbb5dbf4 2 is a prime number ... 19 лет назад
  Geoff Thorpe c86f2054f3 Adjust various bignum functions to use BN_CTX for variables instead of 20 лет назад
  Geoff Thorpe d870740cd7 Put the first stage of my bignum debugging adventures into CVS. This code 21 лет назад
  Ben Laurie 2619676256 Old-style callbacks can be NULL! 22 лет назад
  Richard Levitte f8ea5cb579 Make sure everything that may be freed is allocated or initiated. 22 лет назад
  Geoff Thorpe e189872486 Nils Larsch submitted; 22 лет назад
  Geoff Thorpe e9224c7177 This is a first-cut at improving the callback mechanisms used in 22 лет назад
  Bodo Möller 435037d4e4 OpenSSL copyright notices ... 23 лет назад
  Geoff Thorpe 91b3f0e691 Correct a typo. 23 лет назад
  Bodo Möller 983495c4b2 Use uniformly chosen witnesses for Miller-Rabin test 23 лет назад
  Richard Levitte 020fc820dc Constify the BIGNUM routines a bit more. The only trouble were the 24 лет назад
  Ulf Möller 9b141126d4 New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access 25 лет назад
  Ulf Möller 657e60fa00 ispell (and minor modifications) 25 лет назад
  Bodo Möller 7999c65c9b Some 'const's for BNs. 25 лет назад
  Bodo Möller bfe30e4d1b Include OpenSSL license. 25 лет назад
  Bodo Möller aff0825c61 Tolerate negative numbers in BN_is_prime. 25 лет назад
  Bodo Möller e74231ed9e rndsort{Miller, Rabin} primality test. 25 лет назад
  Ulf Möller 1399f17a07 Bug fix: BN_is_prime() would fail with a high probability for small 25 лет назад
  Ulf Möller 51ca375e7e Seek out and destroy another evil cast. 25 лет назад
  Bodo Möller 1baa94907c Make output of "openssl dsaparam 1024" more interesting :-) 25 лет назад
  Bodo Möller a87030a1ed Make DSA_generate_parameters, and fix a couple of bug 25 лет назад
  Ulf Möller 38e33cef15 Document DSA and SHA. 25 лет назад
  Ulf Möller dd8dec69b8 Document the BN library. 25 лет назад
  Ulf Möller 4486d0cd7a Document the DH library, and make some minor changes along the way. 25 лет назад
  Ulf Möller eb952088f0 Precautions against using the PRNG uninitialized: RAND_bytes() now 25 лет назад
  Bodo Möller 76aa0ddc86 Turn BN_prime_checks into a macro. 25 лет назад
  Ben Laurie b4f76582d4 More evil cast removal. 25 лет назад