- 31 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 29 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
* detect "unknown" algorithms (any C macro starting with NO_ that is not explicitely mentioned in mkdef.pl as a known algorithm) and report. * add a number of algorithms that can be deselected. * look in ssl/kssl.h as well. * accept multiple whitespace (not just one SPC) in preprocessor lines.
-
- 21 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Win32 but it is getting there... Update mkdef.pl to handle ASN1_ANY and fix headers. Stop various VC++ warnings. Include some fixes from "Peter 'Luna' Runestig" <peter@runestig.com> Remove external declaration for des_set_weak_key_flag: it doesn't exist.
-
- 16 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial support for variables in DEF files.
-
- 14 11月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 09 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
away now...
-
- 27 10月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
At the same time, add VMS support for Rijndael.
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
algorithms do not get in...
-
- 20 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
getting triggered...
-
- 17 9月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 12 9月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
platforms list is clarified (it's however not quite followed in the RSAREF case...). RSAREF is also checked now.
-
由 Richard Levitte 提交于
from the given target. Fixed, I hope.
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
process when some symbols are missing. Instead, all needed info is saved in the .num files, including what conditions are needed for a specific symbol to exist. This was needed for the work I'm doing with shared libraries under VMS.
-
- 18 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
existing functions, but really all functions that exist in libeay.num and ssleay.num. This is a good check on how much we should actually clean up the number files.
-
- 14 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
-
- 21 6月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fixes for Win32 build. This is mostly a work around for the old VC++ problem that it treats func() as func(void). Various prototypes had been added to 'compare' function pointers that triggered this. This could be fixed by removing the prototype, adding function pointer casts to every call or changing the passed function to use the expected arguments. I mostly did the latter. The mkdef.pl script was modified to remove the typesafe functions which no longer exist. Oh and some functions called OPENSSL_freeLibrary() were changed back to FreeLibrary(), wonder how that happened :-)
-
- 18 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
type-specific stack function. Second, even when we don't build any of those functions, DECLARE_STACK_OF lines should not find themselves into $def.
-
- 01 6月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
structures and functions for each stack type. The previous behaviour can be enabled by configuring with the "-DDEBUG_SAFESTACK" option. This will also cause "make update" (mkdef.pl in particular) to update the libeay.num and ssleay.num symbol tables with the number of extra functions DEBUG_SAFESTACK creates. The way this change works is to accompany each DECLARE_STACK_OF() macro with a set of "#define"d versions of the sk_##type##_*** functions that ensures all the existing "type-safe" stack calls are precompiled into the underlying stack calls. The presence or abscence of the DEBUG_SAFESTACK symbol controls whether this block of "#define"s or the DECLARE_STACK_OF() macro is taking effect. The block of "#define"s is in turn generated and maintained by a perl script (util/mkstack.pl) that encompasses the block with delimiting C comments. This works in a similar way to the auto-generated error codes and, like the other such maintenance utilities, is invoked by the "make update" target. A long (but mundane) commit will follow this with the results of "make update" - this will include all the "#define" blocks for each DECLARE_STACK_OF() statement, along with stripped down libeay.num and ssleay.num files.
-
- 16 5月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Zeroknowledge
-
- 05 4月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
-
- 27 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 18 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add -pass argument to 'enc'. Fix to make Win32 compile work again.
-
- 07 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 03 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 7月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
util/mkdef.pl to handle this. Also do a 'make update'.
-
- 08 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 14 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 13 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Configure no longer changes files in place.
-
- 09 5月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complains if the destination already exists so replaced with a combination of unlink() and MoveFile().
-
- 08 5月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 26 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
of Ulf's prototype parser, also general tidying and fixing of several problems with the original. Its still a bit of a hack but should work. This is the last bit of the old code that uses the K&R prototypes: after some testing they can finally go away...
-
- 20 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-