Histórico de commits

Autor SHA1 Mensagem Data
  Bodo Möller bd31fb2145 Change to mitigate branch prediction attacks 17 anos atrás
  Nils Larsch b900a6b42f avoid shifting input 18 anos atrás
  Nils Larsch b3bad17d1a remove unused variable 18 anos atrás
  Nils Larsch 357d5de5b9 add support for DSA with SHA2 18 anos atrás
  Ben Laurie 84948b39df Fix various warnings. 18 anos atrás
  Bodo Möller 5e3225cc44 Introduce limits to prevent malicious keys being able to 18 anos atrás
  Nils Larsch 33af4421f2 remove unnecessary code 18 anos atrás
  Nils Larsch 67b6f1ca88 fix problems found by coverity: remove useless code 18 anos atrás
  Bodo Möller 0ebfcc8f92 make sure DSA signing exponentiations really are constant-time 19 anos atrás
  Bodo Möller 46a643763d Implement fixed-window exponentiation to mitigate hyper-threading 19 anos atrás
  Bodo Möller b0ac0a8ef8 improve comment readability 19 anos atrás
  Dr. Stephen Henson 879b19801a Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several 19 anos atrás
  Dr. Stephen Henson 6ec8e63af6 Port BN_MONT_CTX_set_locked() from stable branch. 19 anos atrás
  Ben Laurie e9ad6665a5 Add debug target, remove cast, note possible bug. 19 anos atrás
  Nils Larsch ff22e913a3 - use BN_set_negative and BN_is_negative instead of BN_set_sign 19 anos atrás
  Richard Levitte 43eb3b0130 We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form 21 anos atrás
  Geoff Thorpe 879650b866 The default implementation of DSA_METHOD has an interdependence on the 22 anos atrás
  Richard Levitte 0b13e9f055 Add the possibility to build without the ENGINE framework. 22 anos atrás
  Lutz Jänicke a74333f905 Fix initialization sequence to prevent freeing of unitialized objects. 22 anos atrás
  Geoff Thorpe 0e4aa0d2d2 As with RSA, which was modified recently, this change makes it possible to 22 anos atrás
  Bodo Möller b53e44e572 implement and use new macros BN_get_sign(), BN_set_sign() 22 anos atrás
  Geoff Thorpe cb78486d97 This commits changes to various parts of libcrypto required by the recent 23 anos atrás
  Bodo Möller c458a33196 DSA verification should insist that r and s are in the allowed range. 23 anos atrás
  Dr. Stephen Henson c962479bdf 23 anos atrás
  Bodo Möller e306892994 Simplify BN_rand_range 24 anos atrás
  Bodo Möller 35ed8cb8b6 Integrate my implementation of a countermeasure against 24 anos atrás
  Ulf Möller 57e7d3ce15 Bleichenbacher's DSA attack 24 anos atrás
  Richard Levitte a4aba800d9 Constify DSA-related code. 24 anos atrás
  Richard Levitte 5270e7025e Merge the engine branch into the main trunk. All conflicts resolved. 24 anos atrás
  Ulf Möller c11dead17c Don't set the two top bits to one when generating a random number < q.:wq 24 anos atrás