Nils Larsch
|
33af4421f2
remove unnecessary code
|
před 18 roky |
Nils Larsch
|
67b6f1ca88
fix problems found by coverity: remove useless code
|
před 18 roky |
Bodo Möller
|
0ebfcc8f92
make sure DSA signing exponentiations really are constant-time
|
před 19 roky |
Bodo Möller
|
46a643763d
Implement fixed-window exponentiation to mitigate hyper-threading
|
před 19 roky |
Bodo Möller
|
b0ac0a8ef8
improve comment readability
|
před 19 roky |
Dr. Stephen Henson
|
879b19801a
Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several
|
před 19 roky |
Dr. Stephen Henson
|
6ec8e63af6
Port BN_MONT_CTX_set_locked() from stable branch.
|
před 19 roky |
Ben Laurie
|
e9ad6665a5
Add debug target, remove cast, note possible bug.
|
před 19 roky |
Nils Larsch
|
ff22e913a3
- use BN_set_negative and BN_is_negative instead of BN_set_sign
|
před 19 roky |
Richard Levitte
|
43eb3b0130
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
|
před 21 roky |
Geoff Thorpe
|
879650b866
The default implementation of DSA_METHOD has an interdependence on the
|
před 21 roky |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
před 22 roky |
Lutz Jänicke
|
a74333f905
Fix initialization sequence to prevent freeing of unitialized objects.
|
před 22 roky |
Geoff Thorpe
|
0e4aa0d2d2
As with RSA, which was modified recently, this change makes it possible to
|
před 22 roky |
Bodo Möller
|
b53e44e572
implement and use new macros BN_get_sign(), BN_set_sign()
|
před 22 roky |
Geoff Thorpe
|
cb78486d97
This commits changes to various parts of libcrypto required by the recent
|
před 23 roky |
Bodo Möller
|
c458a33196
DSA verification should insist that r and s are in the allowed range.
|
před 23 roky |
Dr. Stephen Henson
|
c962479bdf
|
před 23 roky |
Bodo Möller
|
e306892994
Simplify BN_rand_range
|
před 24 roky |
Bodo Möller
|
35ed8cb8b6
Integrate my implementation of a countermeasure against
|
před 24 roky |
Ulf Möller
|
57e7d3ce15
Bleichenbacher's DSA attack
|
před 24 roky |
Richard Levitte
|
a4aba800d9
Constify DSA-related code.
|
před 24 roky |
Richard Levitte
|
5270e7025e
Merge the engine branch into the main trunk. All conflicts resolved.
|
před 24 roky |
Ulf Möller
|
c11dead17c
Don't set the two top bits to one when generating a random number < q.:wq
|
před 24 roky |
Dr. Stephen Henson
|
ce1b4fe146
Allow additional information to be attached to a
|
před 25 roky |
Dr. Stephen Henson
|
13066cee60
Initial support for DH_METHOD. Also added a DH lock. A few changes made to
|
před 25 roky |
Dr. Stephen Henson
|
c0711f7f0f
Initial support for DSA_METHOD...
|
před 25 roky |