index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
TABLE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2000-11-30
Changes to Lenka's Montgomery implementation.
Bodo Möller
4
-122
/
+186
2000-11-30
New format for the FAQ. We now have different sections for different
Richard Levitte
2
-196
/
+228
2000-11-30
Corrections to the comments in BN_mod_inverse.
Bodo Möller
1
-7
/
+7
2000-11-30
The compression method may be undefined for some reason that has
Richard Levitte
1
-0
/
+3
2000-11-30
Simplify and provide the possibility to clean a compression method.
Richard Levitte
1
-12
/
+10
2000-11-30
comp_methods in a SSL_CTX points at an internal database. Do *not*
Richard Levitte
1
-0
/
+4
2000-11-30
Turn off memory checking when loading new compression algorithms.
Richard Levitte
1
-1
/
+5
2000-11-30
COMP_METHOD has a new argument since some time back...
Richard Levitte
2
-0
/
+3
2000-11-30
Make it possible to test SSL compression
Richard Levitte
2
-29
/
+68
2000-11-30
Change c_zlib further to allow loading a shared zlib on all operating
Richard Levitte
1
-34
/
+51
2000-11-30
BN_mod_exp problems ...
Bodo Möller
1
-0
/
+10
2000-11-30
Changes to c_zlib.c to make ZLIB.DLL dynamically loadable under
Richard Levitte
2
-8
/
+120
2000-11-30
Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.
Bodo Möller
2
-8
/
+12
2000-11-30
* Fix a slight bug in the state-machine. This caused the client end of a
Geoff Thorpe
3
-35
/
+86
2000-11-30
bn_modfs.c is no longer needed, a BN_sqrt implementation
Bodo Möller
2
-151
/
+0
2000-11-30
Fix bntest.c problem -- one of the primes got lost
Bodo Möller
1
-1
/
+1
2000-11-30
Handle special cases correctly in exponentation functions.
Bodo Möller
2
-22
/
+29
2000-11-30
BN_mod_sqrt
Bodo Möller
2
-1
/
+5
2000-11-30
BN_sqrt
Bodo Möller
8
-21
/
+438
2000-11-29
Add a warning about the usage of the montgomery functions (if the inputs
Ulf Möller
1
-0
/
+5
2000-11-29
Amend the original CHANGES log entry. The ex_data handling has been
Geoff Thorpe
1
-4
/
+4
2000-11-29
BN_legendre is no longer needed now that OpenSSL has BN_kronecker.
Bodo Möller
2
-65
/
+2
2000-11-29
Do to DH and DSA what has already been done to RSA. This involves moving
Geoff Thorpe
2
-8
/
+8
2000-11-29
mark a bug
Bodo Möller
1
-0
/
+1
2000-11-29
Fix BN_kronecker so that it works correctly if 'a' is negative
Bodo Möller
2
-4
/
+4
2000-11-29
More little changes to the tunala demo;
Geoff Thorpe
3
-90
/
+166
2000-11-29
BN_to_montgomery expects its inputs to be in the interval 0 .. modulus-1,
Bodo Möller
1
-0
/
+3
2000-11-29
Log security relevant change.
Lutz Jänicke
1
-0
/
+6
2000-11-29
fix for Borland C
Ulf Möller
1
-1
/
+1
2000-11-29
add missing braces
Bodo Möller
1
-1
/
+4
2000-11-29
Store verify_result with sessions to avoid potential security hole.
Lutz Jänicke
3
-0
/
+3
2000-11-29
Fix warnings in expspeed.c (but the segmentation fault remains)
Bodo Möller
4
-6
/
+12
2000-11-29
BN_bin2bn did *not* contain an off-by-one error;
Bodo Möller
2
-6
/
+2
2000-11-29
Expand expspeed.c to make BN_kronecker timings.
Bodo Möller
5
-77
/
+28
2000-11-29
Implement BN_kronecker test.
Bodo Möller
2
-5
/
+80
2000-11-29
avoid segmentation fault
Bodo Möller
1
-1
/
+4
2000-11-29
Make BN_mod_inverse a little faster
Bodo Möller
1
-5
/
+5
2000-11-29
Improve BN_mod_inverse performance.
Bodo Möller
4
-19
/
+164
2000-11-29
Copy and paste error... bn_add_part_words() should of course call
Richard Levitte
1
-1
/
+1
2000-11-29
Make s_client/s_server-style cert verification output configurable by
Geoff Thorpe
3
-9
/
+100
2000-11-29
use standard C
Ulf Möller
1
-1
/
+1
2000-11-29
Minor tweaks and improvements to the tunala demo.
Geoff Thorpe
6
-23
/
+144
2000-11-28
A typo and a couple of logic errors fixed. I think there may still be one
Geoff Thorpe
3
-4
/
+7
2000-11-28
Use BN_pseudo_rand instead of BN_rand
Bodo Möller
1
-3
/
+3
2000-11-28
Timings.
Bodo Möller
1
-6
/
+19
2000-11-28
Note that SSL_peek has been disabled.
Bodo Möller
1
-0
/
+6
2000-11-28
Addapt to added files in the BIGNUM section
Richard Levitte
1
-1
/
+1
2000-11-28
Correct a bug in BN_kronecker.
Bodo Möller
2
-1
/
+11
2000-11-28
Comments on SSL_peek deficiencies
Bodo Möller
3
-2
/
+12
2000-11-28
Disable SSL_peek until it is fixed.
Bodo Möller
4
-2
/
+16
[next]