- 20 9月, 2000 23 次提交
-
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
Reported by Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
getting triggered...
-
由 Richard Levitte 提交于
record-oriented fashion. That means that every write() will write a separate record, which will be read separately by the programs trying to read from it. This can be very confusing. The solution is to put a BIO filter in the way that will buffer text until a linefeed is reached, and then write everything a line at a time, so every record written will be an actual line, not chunks of lines and not (usually doesn't happen, but I've seen it once) several lines in one record. Voila, BIO_f_linebuffer() is born. Since we're so close to release time, I'm making this VMS-only for now, just to make sure no code is needlessly broken by this. After the release, this BIO method will be enabled on all other platforms as well.
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
Add docs for X509_get_ext_d2i() function. Add some major changes to NEWS...
-
由 Bodo Möller 提交于
BN_mod_mul_montgomery, which calls bn_sqr_recursive without much preparation. bn_sqr_recursive requires the length of its argument to be a power of 2, which is not always the case here. There's no reason for not using BN_sqr -- if a simpler approach to squaring made sense, then why not change BN_sqr? (Using BN_sqr should also speed up DH where g is chosen such that it becomes small [e.g., 2] when converted to Montgomery representation.) Case closed :-)
-
由 Richard Levitte 提交于
better not to use it.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
make disabled code slightly more correct (this does not solve the problem though).
-
由 Dr. Stephen Henson 提交于
ASN1_TYPE (though they are both ASN1_STRING so it didn't cause any problems). Make 'siglen' an int in apps/dgst.c so we can check the return value of BIO_read() etc.
-
由 Bodo Möller 提交于
in 0.9.6-beta1 and 0.9.6-beta2 and caused the BN_mont_exp_mont_word() failure (bug report "openssh 2.2.0p1 fails with openssl 0.9.6-beta1").
-
由 Richard Levitte 提交于
quirk is fixed.
-
由 Richard Levitte 提交于
better not to use it.
-
- 19 9月, 2000 11 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Reorder the Blowfish documentation so the low-level routines do not get so prominent, and make sure to say out loud what they expect.
-
由 Dr. Stephen Henson 提交于
Buffering BIO docs.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Reported by Steve Robb <steve@eu.c2.net>
-
由 Richard Levitte 提交于
New documentation about things related to SSL_CIPHER. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 18 9月, 2000 6 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
so disable that part. Reported by Jeffrey Altman <jaltman@columbia.edu>
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
disagree on the proper syntax and type names.
-