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 |
2000-09-26 |
Bodo Möller | Fix SSL_CTX_set_read_ahead macro.
|
commit | commitdiff | tree |
2000-09-22 |
Bodo Möller | typo
|
commit | commitdiff | tree |
2000-09-22 |
Bodo Möller | Avoid protocol rollback.
|
commit | commitdiff | tree |
2000-09-20 |
Bodo Möller | Additions for 0.9.6.
|
commit | commitdiff | tree |
2000-09-19 |
Bodo Möller | Totally remove the supposedly 'faster' variant in
|
commit | commitdiff | tree |
2000-09-19 |
Bodo Möller | Clarification about Montgomery problem
|
commit | commitdiff | tree |
2000-09-19 |
Bodo Möller | Document BN_mod_mul_montgomery bug;
|
commit | commitdiff | tree |
2000-09-19 |
Bodo Möller | Disable buggy code variant in BN_mod_mul_montgomery...
|
commit | commitdiff | tree |
2000-09-17 |
Bodo Möller | Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wr
|
commit | commitdiff | tree |
2000-09-16 |
Bodo Möller | SSL => TLS/SSL
|
commit | commitdiff | tree |
2000-09-16 |
Bodo Möller | TLS => TLS/SSL
|
commit | commitdiff | tree |
2000-09-16 |
Bodo Möller | Change spelling back to "behaviour" and "flavour" instead...
|
commit | commitdiff | tree |
2000-09-16 |
Bodo Möller | Clarification.
|
commit | commitdiff | tree |
2000-09-14 |
Bodo Möller | Some small clarifications.
|
commit | commitdiff | tree |
2000-09-13 |
Bodo Möller | 'make update'
|
commit | commitdiff | tree |
2000-09-12 |
Bodo Möller | New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
|
commit | commitdiff | tree |
2000-09-07 |
Bodo Möller | clarification (source/sink BIOs are usually *both*...
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Use name ...-whatever-solaris2 instead of ...-sun-solaris2
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Get rid of ASN1_UTCTIME_get, which cannot work with...
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | See RSA Security's press release at
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Another superfluous pair of parentheses.
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Another round of indentation changes: Position braces...
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | More indentation consistency: for (), while (), if...
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Fix X509_STORE_CTX_init. Make indentation more consistent...
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | 'make update'
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Changes for QNX: there is no thread support, and the...
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | typo
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Add OAEP. Seed the PRNG.
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | update
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Add rsautl.
|
commit | commitdiff | tree |
2000-09-06 |
Bodo Möller | Clarification for SSL_ERROR_ZERO_RETURN
|
commit | commitdiff | tree |
2000-09-05 |
Bodo Möller | Mention fix in bio_lib.c.
|
commit | commitdiff | tree |
2000-09-05 |
Bodo Möller | Increase print buffer (10K instead of just 2K).
|
commit | commitdiff | tree |
2000-09-05 |
Bodo Möller | Ignore Makefile.save
|
commit | commitdiff | tree |
2000-09-05 |
Bodo Möller | Remove silly test for b->references at the end of BIO_write:
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | Consistency
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | Use consistent indentation,
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | Avoid abort() throughout the library, except when preprocessor
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | Fix for BN_mul_word(a, 0).
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | -Wall insists that main return an int.
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | Include MD4 in documentation.
|
commit | commitdiff | tree |
2000-09-04 |
Bodo Möller | Tell CVS to ignore 'lib'.
|
commit | commitdiff | tree |
2000-09-01 |
Bodo Möller | Undo change from 1.7 to 1.8:
|
commit | commitdiff | tree |
2000-09-01 |
Bodo Möller | Use C syntax, not FORTRAN or whatever that was :-)
|
commit | commitdiff | tree |
2000-09-01 |
Bodo Möller | QNX 4 support.
|
commit | commitdiff | tree |
2000-09-01 |
Bodo Möller | -N option to diff is not essential, and mentioning...
|
commit | commitdiff | tree |
2000-08-02 |
Bodo Möller | Include SKIP DH parameters with OpenSSL.
|
commit | commitdiff | tree |
2000-07-31 |
Bodo Möller | Update 'openssl passwd' documentation on selection...
|
commit | commitdiff | tree |
2000-07-29 |
Bodo Möller | Document rollback issues.
|
commit | commitdiff | tree |
2000-07-29 |
Bodo Möller | Fix SSL 2.0 rollback checking: The previous implementation...
|
commit | commitdiff | tree |
2000-07-21 |
Bodo Möller | crypto/err.c bugfix
|
commit | commitdiff | tree |
2000-07-21 |
Bodo Möller | Bugfix: use write locks, not just read locks
|
commit | commitdiff | tree |
2000-07-15 |
Bodo Möller | Document -purpose option in usage string.
|
commit | commitdiff | tree |
2000-07-11 |
Bodo Möller | Add an early reference to BN_CTX_new so that the usage...
|
commit | commitdiff | tree |
2000-07-02 |
Bodo Möller | Return bignum '0' when BN_rand is asked for a 0 bit...
|
commit | commitdiff | tree |
2000-07-02 |
Bodo Möller | Fix code structure (if ... else if ... where both parts
|
commit | commitdiff | tree |
2000-07-02 |
Bodo Möller | Don't dereference NULL pointers.
|
commit | commitdiff | tree |
2000-06-23 |
Bodo Möller | BSD-style MD5-based password algorithm in 'openssl...
|
commit | commitdiff | tree |
2000-06-23 |
Bodo Möller | Actually comment out the parts of BN_MOD_MUL_WORD that...
|
commit | commitdiff | tree |
2000-06-23 |
Bodo Möller | In BN_mod_exp_mont_word, avoid one application of BN_MOD_MUL...
|
commit | commitdiff | tree |
2000-06-19 |
Bodo Möller | Avoid unnecessary links and incomplete program file...
|
commit | commitdiff | tree |
2000-06-19 |
Bodo Möller | Add OPENSSL_free at the end of CRYPTO_destroy_dynlockid.
|
commit | commitdiff | tree |
2000-06-17 |
Bodo Möller | Using speaking "variable" names in macros so that e...
|
commit | commitdiff | tree |
2000-06-16 |
Bodo Möller | typo
|
commit | commitdiff | tree |
2000-06-16 |
Bodo Möller | In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".
|
commit | commitdiff | tree |
2000-06-16 |
Bodo Möller | There are compilers that complain if a variable has...
|
commit | commitdiff | tree |
2000-06-14 |
Bodo Möller | Report "error" (usually just "File exists", which is...
|
commit | commitdiff | tree |
2000-06-13 |
Bodo Möller | This probably fixes a BN_rshift bug.
|
commit | commitdiff | tree |
2000-06-13 |
Bodo Möller | Use BN_CTX_end when exiting early from BN_mod_exp_mont_word...
|
commit | commitdiff | tree |
2000-06-10 |
Bodo Möller | In longer tests with g=2, DH exchange does not become...
|
commit | commitdiff | tree |
2000-06-10 |
Bodo Möller | BN_mod_exp_mont_word entry:
|
commit | commitdiff | tree |
2000-06-09 |
Bodo Möller | Comment about bcopy on SunOS 4.x.
|
commit | commitdiff | tree |
2000-06-09 |
Bodo Möller | Comment for increased code clarity.
|
commit | commitdiff | tree |
2000-06-08 |
Bodo Möller | Another attempt to allow compiling on SunOS 4.*.
|
commit | commitdiff | tree |
2000-06-08 |
Bodo Möller | Harmonize indentation.
|
commit | commitdiff | tree |
2000-06-08 |
Bodo Möller | Accept -F4 option in lower case, which is what the...
|
commit | commitdiff | tree |
2000-06-08 |
Bodo Möller | Slightly faster DSA verification (BN_mod_exp2_mont),
|
commit | commitdiff | tree |
2000-06-08 |
Bodo Möller | Add entry that Richard forgot.
|
commit | commitdiff | tree |
2000-06-08 |
Bodo Möller | Use the equivalent of a sliding window (without precomputation
|
commit | commitdiff | tree |
2000-06-07 |
Bodo Möller | Speed up DH with small generator.
|
commit | commitdiff | tree |
2000-06-07 |
Bodo Möller | No need to abort if c_rehash fails here (e.g. because...
|
commit | commitdiff | tree |
2000-06-07 |
Bodo Möller | use consistent indentation
|
commit | commitdiff | tree |
2000-06-05 |
Bodo Möller | int may be smaller than 32 bits.
|
commit | commitdiff | tree |
2000-05-31 |
Bodo Möller | typo
|
commit | commitdiff | tree |
2000-05-31 |
Bodo Möller | dh and gendh have been obsoleted by dhparam.
|
commit | commitdiff | tree |
2000-05-31 |
Bodo Möller | strtoul is not used anywhere.
|
commit | commitdiff | tree |
2000-05-31 |
Bodo Möller | When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris...
|
commit | commitdiff | tree |
2000-05-31 |
Bodo Möller | Move Windows seeding functions into a separate file.
|
commit | commitdiff | tree |
2000-05-31 |
Bodo Möller | Add "FIXME" comment.
|
commit | commitdiff | tree |
2000-05-30 |
Bodo Möller | Improve PRNG robustness.
|
commit | commitdiff | tree |
2000-05-27 |
Bodo Möller | Bugfix: clear error queue after ignoring ssl_verify_cert_cha...
|
commit | commitdiff | tree |
2000-05-25 |
Bodo Möller | typo
|
commit | commitdiff | tree |
2000-05-25 |
Bodo Möller | Implement SSL_OP_TLS_ROLLBACK_BUG for servers.
|
commit | commitdiff | tree |
2000-05-21 |
Bodo Möller | Avoid sprintf
|
commit | commitdiff | tree |
2000-05-21 |
Bodo Möller | Avoid sprintf.
|
commit | commitdiff | tree |
2000-05-21 |
Bodo Möller | Avoid sprintf, and harmonize indentation.
|
commit | commitdiff | tree |
2000-05-21 |
Bodo Möller | Avoid sprintf.
|
commit | commitdiff | tree |
2000-05-19 |
Bodo Möller | Add required cast.
|
commit | commitdiff | tree |
next |