2000-12-17 |
Bodo Möller | Simplify preprocessor statements.
|
commit | commitdiff | tree |
2000-12-15 |
Bodo Möller | If CONF_get_string returns NULL and we want to tolerate...
|
commit | commitdiff | tree |
2000-12-15 |
Bodo Möller | Locking issues.
|
commit | commitdiff | tree |
2000-12-15 |
Bodo Möller | The C version of bn_sub_part_words is needed not only
|
commit | commitdiff | tree |
2000-12-15 |
Bodo Möller | Very few in the "README" is up-to-date
|
commit | commitdiff | tree |
2000-12-14 |
Bodo Möller | typo
|
commit | commitdiff | tree |
2000-12-14 |
Bodo Möller | The BN_mul bug test apparently is no longer needed
|
commit | commitdiff | tree |
2000-12-14 |
Bodo Möller | First step towards SSL_peek fix.
|
commit | commitdiff | tree |
2000-12-14 |
Bodo Möller | Update.
|
commit | commitdiff | tree |
2000-12-11 |
Bodo Möller | Change/add comments
|
commit | commitdiff | tree |
2000-12-09 |
Bodo Möller | Use continuation lines in test/bctest as far as it...
|
commit | commitdiff | tree |
2000-12-09 |
Bodo Möller | Don't throw away bctest's error messages.
|
commit | commitdiff | tree |
2000-12-08 |
Bodo Möller | Placeholder for SCO bc bug detection
|
commit | commitdiff | tree |
2000-12-07 |
Bodo Möller | Fix some things that look like bugs.
|
commit | commitdiff | tree |
2000-12-07 |
Bodo Möller | TEST_MUL and TEST_SQR added.
|
commit | commitdiff | tree |
2000-12-07 |
Bodo Möller | Sign-related fixes (and tests).
|
commit | commitdiff | tree |
2000-12-07 |
Bodo Möller | Move 'q->neg = 0' to those places where it is needed
|
commit | commitdiff | tree |
2000-12-06 |
Bodo Möller | BN_mod_sqrt documentation/comment
|
commit | commitdiff | tree |
2000-12-06 |
Bodo Möller | Faster BN_mod_sqrt algorithm for p == 5 (8).
|
commit | commitdiff | tree |
2000-12-06 |
Bodo Möller | Printing "verify ..." should not be counted as a test...
|
commit | commitdiff | tree |
2000-12-06 |
Bodo Möller | Use bc's "print" feature whenever it is available,
|
commit | commitdiff | tree |
2000-12-06 |
Bodo Möller | Add a comment.
|
commit | commitdiff | tree |
2000-12-06 |
Bodo Möller | Workaround for broken (or missing) bc.
|
commit | commitdiff | tree |
2000-12-05 |
Bodo Möller | Discuss http://www.shoup.net/papers/oaep.ps.Z
|
commit | commitdiff | tree |
2000-12-04 |
Bodo Möller | Improve formatting.
|
commit | commitdiff | tree |
2000-12-04 |
Bodo Möller | Change error message to "bignum too long"
|
commit | commitdiff | tree |
2000-12-03 |
Bodo Möller | include <limits.h>
|
commit | commitdiff | tree |
2000-12-03 |
Bodo Möller | Don't allow BIGNUMs to become so large that computations...
|
commit | commitdiff | tree |
2000-12-01 |
Bodo Möller | functionality for BN_mod_sqrt timings
|
commit | commitdiff | tree |
2000-12-01 |
Bodo Möller | "make depend"
|
commit | commitdiff | tree |
2000-12-01 |
Bodo Möller | update
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | COMP_zlib should always be declared, even if it is...
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Fix the recently introduced test that checks if the...
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Fix BN_rshift, which caused lots of trouble.
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Remove randomness from the test. These constants give...
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | BN_mod_exp(r,a,p,m,ctx) should not be called with r...
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | It's "#elif", not "#elsif".
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Changes to Lenka's Montgomery implementation.
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Corrections to the comments in BN_mod_inverse.
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | BN_mod_exp problems ...
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | bn_modfs.c is no longer needed, a BN_sqrt implementation
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Fix bntest.c problem -- one of the primes got lost
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | Handle special cases correctly in exponentation functions.
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | BN_mod_sqrt
|
commit | commitdiff | tree |
2000-11-30 |
Bodo Möller | BN_sqrt
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | BN_legendre is no longer needed now that OpenSSL has...
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | mark a bug
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | Fix BN_kronecker so that it works correctly if 'a'...
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | BN_to_montgomery expects its inputs to be in the interval...
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | add missing braces
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | Fix warnings in expspeed.c (but the segmentation fault...
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | BN_bin2bn did *not* contain an off-by-one error;
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | Expand expspeed.c to make BN_kronecker timings.
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | Implement BN_kronecker test.
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | avoid segmentation fault
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | Make BN_mod_inverse a little faster
|
commit | commitdiff | tree |
2000-11-29 |
Bodo Möller | Improve BN_mod_inverse performance.
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Use BN_pseudo_rand instead of BN_rand
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Timings.
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Note that SSL_peek has been disabled.
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Correct a bug in BN_kronecker.
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Comments on SSL_peek deficiencies
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Disable SSL_peek until it is fixed.
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Add test_kron function, which will contain a test for...
|
commit | commitdiff | tree |
2000-11-28 |
Bodo Möller | Add bn_kron.c (BN_kronecker), which I forgot in the...
|
commit | commitdiff | tree |
2000-11-27 |
Bodo Möller | Undo previous commit, which was an accident.
|
commit | commitdiff | tree |
2000-11-27 |
Bodo Möller | Fix BN_is_... macros.
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | Change submitted files so that they compile (in particular,
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | Change submitted files so that they compile (in particular,
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | More BN_mod_... functions.
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | Add bn_mod.c (should have happend in the previous commit...
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | modular arithmetics
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | Remove CR at line ends.
|
commit | commitdiff | tree |
2000-11-26 |
Bodo Möller | Elliptic curves over GF(p), new BIGNUM functions, Montgomery...
|
commit | commitdiff | tree |
2000-11-17 |
Bodo Möller | Increase permissible ClientKeyExchange message length.
|
commit | commitdiff | tree |
2000-11-17 |
Bodo Möller | include 'err' label only when it is actually used
|
commit | commitdiff | tree |
2000-11-17 |
Bodo Möller | tag SSL_peek bugs
|
commit | commitdiff | tree |
2000-11-17 |
Bodo Möller | Documentation on using the SSL library with non-blocking...
|
commit | commitdiff | tree |
2000-11-17 |
Bodo Möller | Improve usability of 'openssl passwd' by including
|
commit | commitdiff | tree |
2000-11-17 |
Bodo Möller | Constify bn_dump1 implementation so that it matches...
|
commit | commitdiff | tree |
2000-11-12 |
Bodo Möller | Additional explanations for SSL_ERROR_WANT_READ/WRITE.
|
commit | commitdiff | tree |
2000-11-10 |
Bodo Möller | Point to SSL_set_bio(3) early because that manpage...
|
commit | commitdiff | tree |
2000-11-10 |
Bodo Möller | add missing word
|
commit | commitdiff | tree |
2000-11-09 |
Bodo Möller | tmp2 is not used in BN_mod_mul_montgomery.
|
commit | commitdiff | tree |
2000-11-08 |
Bodo Möller | BN_CTX-related fixes.
|
commit | commitdiff | tree |
2000-11-07 |
Bodo Möller | Handle BN_copy failure after successful BN_new.
|
commit | commitdiff | tree |
2000-11-07 |
Bodo Möller | handle the case when BN_new returns NULL
|
commit | commitdiff | tree |
2000-11-03 |
Bodo Möller | avoid memory leak
|
commit | commitdiff | tree |
2000-11-02 |
Bodo Möller | Never call load_dh_param(NULL) because this leads to...
|
commit | commitdiff | tree |
2000-10-26 |
Bodo Möller | rsautl.c requires RSA.
|
commit | commitdiff | tree |
2000-10-23 |
Bodo Möller | Cert chain verification is useable by now.
|
commit | commitdiff | tree |
2000-10-23 |
Bodo Möller | internal_verify now does know about extensions
|
commit | commitdiff | tree |
2000-10-23 |
Bodo Möller | Don't ever set 'seeded' if RAND_status() returned 0
|
commit | commitdiff | tree |
2000-10-09 |
Bodo Möller | BIO_sock_init() returns 1 for success and -1 for failure...
|
commit | commitdiff | tree |
2000-09-26 |
Bodo Möller | Verbose output when installing manual pages so that...
|
commit | commitdiff | tree |
2000-09-26 |
Bodo Möller | Add BUGS section.
|
commit | commitdiff | tree |
2000-09-26 |
Bodo Möller | Note read_ahead-flag related fixes.
|
commit | commitdiff | tree |
2000-09-26 |
Bodo Möller | Set s->read_ahead in SSL_new because SSL_clear no longer...
|
commit | commitdiff | tree |
2000-09-26 |
Bodo Möller | Don't modify s->read_ahead in SSL_clear, which is called...
|
commit | commitdiff | tree |
next |