- 06 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
full version number and not just 0. This should mark the shared libraries as not backward compatible. Of course, this should be changed again when we can guarantee backward binary compatibility.
-
- 03 11月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
load the "external" built-in engines (those that require DSO). This makes linking with libdl or other dso libraries non-mandatory. Change 'openssl engine' accordingly. Change the engine header files so some declarations (that differed at that!) aren't duplicated, and make sure engine_int.h includes engine.h. That way, there should be no way of missing the needed info.
-
由 Richard Levitte 提交于
implementation is contained in the application, and the capability string building part should really be part of the engine library. This is therefore an experimental hack, and will be changed in the near future.
-
由 Richard Levitte 提交于
-
- 02 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
fopen(NULL).
-
- 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).
-