- Nov 06, 2000
-
-
Richard Levitte authored
pointer to a const double pointe parameter, the pointer must point to const data as well.
-
Richard Levitte authored
-
Richard Levitte authored
that are needed in the ASN.1 macros. Hopefully, we can get rid of those in an elegant way in the future.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
few small constifying changes, and why not throw in a couple of extras while I'm at it?
-
Richard Levitte authored
-
Ulf Möller authored
-
Richard Levitte authored
two functions that did expansion on in parameters (BN_mul() and BN_sqr()). The problem was solved by making bn_dup_expand() which is a mix of bn_expand2() and BN_dup().
-
Richard Levitte authored
Spotted by Ken Lalonde <ken@torus.ca>
-
Richard Levitte authored
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.
-
- Nov 04, 2000
-
-
Ulf Möller authored
The randomness may not actually be very good (we don't know).
-
- Nov 03, 2000
-
-
Ulf Möller authored
-
Geoff Thorpe authored
needed now.
-
Ulf Möller authored
From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
Bodo Möller authored
-
Richard Levitte authored
-
- Nov 02, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
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 authored
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 authored
-
Richard Levitte authored
-
Bodo Möller authored
fopen(NULL).
-
- Nov 01, 2000
-
-
Richard Levitte authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
built using an abstracted state machine with a non-blocking IP wrapper around it. README will follow in the next commit.
-
Richard Levitte authored
-
Richard Levitte authored
Submitted by Albert Chin-A-Young <china@thewrittenword.com>
-
- Oct 31, 2000
-
-
Richard Levitte authored
Suggested by Albert Chin-A-Young <china@thewrittenword.com>
-
Richard Levitte authored
Submitted by Damien Miller <djm@mindrot.org> This change has been CC:ed to crypt@bxa.doc.gov
-
Richard Levitte authored
little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
-
Richard Levitte authored
Make flag variables int instead of char. This avoids getting into trouble on systems where char is unsigned by default
-
- Oct 30, 2000
-
-
Ulf Möller authored
-
Geoff Thorpe authored
automatically, however some code was still referring to the original pointer rather than the internal one (and thus to NULL instead of the created pointer).
-
- Oct 28, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
applications.
-
Richard Levitte authored
-
- Oct 27, 2000
-
-
Ulf Möller authored
-
Richard Levitte authored
-