- 01 11月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Submitted by Albert Chin-A-Young <china@thewrittenword.com>
-
由 Richard Levitte 提交于
Submitted by Damien Miller <djm@mindrot.org> This change has been CC:ed to crypt@bxa.doc.gov
-
由 Richard Levitte 提交于
little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
-
- 29 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 27 10月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
At the same time, add VMS support for Rijndael.
-
由 Geoff Thorpe 提交于
-
- 22 10月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
N.B.: This has not been tested at all, that's my next step.
-
由 Richard Levitte 提交于
-
- 20 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
causes MASM to complain and not produce valid debug info. Hopefully this wont break anything else... Also fix typo in e_rd.c
-
- 15 10月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
make update done.
-
- 13 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
- Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.so.0 to libcrypto.so.0.9.7. There is extended info in Configure for that. - Make as few rebuilds of the shared libraries as possible. - Still avoid linking the OpenSSL programs with the shared libraries. - When installing, install the shared libraries separately from the static ones.
-
- 12 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 06 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add support for X509_NAME_print_ex() in req. Initial code for cutomizable X509 print routines.
-
- 02 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 26 9月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 25 9月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 24 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 23 9月, 2000 4 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
Only use the new informational verify codes if we specifically ask for them. Fix typo in docs.
-
- 22 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 20 9月, 2000 4 次提交
-
-
由 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.
-
由 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 :-)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
make disabled code slightly more correct (this does not solve the problem though).
-
- 18 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 9月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
(it's similar to the shutdown(..., SHUT_WR) system call for sockets).
-
- 16 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 9月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
sign.
-
- 14 9月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
for a few BIO routines. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
由 Richard Levitte 提交于
Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
-