- 13 6月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 27 4月, 2005 2 次提交
-
-
由 Nils Larsch 提交于
-
由 Bodo Möller 提交于
-
- 24 4月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 21 4月, 2005 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix typo in mk1mf.pl
-
由 Dr. Stephen Henson 提交于
Process kerberos include and library options.
-
由 Dr. Stephen Henson 提交于
-
- 19 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
-
- 28 11月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
PR: 732 Submitted by: Ilya Zakharevich <nospam-abuse@ilyaz.org> Submitter's comment: This patch: a) Introduces a new file os2/backwardify.pl. b) Introduces a new mk1mf.pl variable $preamble. As you can see, it may be used also to move some OS-specific code to VC-CE too (the the first chunk of the patch); c) The DESCRIPTION specifier of the .def file is made more informative: now it contains the version number too. On OS/2 it is made conformant to OS/2 conventions; in particular, when one runs the standard command BLDLEVEL this.DLL one can see: Vendor: www.openssl.org/ Revision: 0.9.7c Description: OpenSSL: implementation of Secure Socket Layer; DLL for library crypto. Build for EMX -Zmtd [I did not make Win32 descriptions as informative as this - I'm afraid to break something. Be welcome to fix this.] d) On OS/2 the generated DLL was hardly usable (it had a shared initialized data segment). e) On OS/2 the generated DLLs had names like ssl.dll. However, DLL names on OS/2 are "global data". It is hard to have several DLLs with the same name on the system. Thus this precluded coexistence of OpenSSL with DLLs for other SLL implementations - or other name clashes. I transparently changed the names of the DLLs to open_ssl.dll and cryptssl.dll. f) The file added in (a) is used to create "forwarder" DLLs, so the applications expecting the "old" DLL names may use the new DLLs transparently. (A presence of these DLLs on the system nullifies (e), but makes old applications work. This is a stopgap measure until the old applications are relinked. Systems with no old applications do not need these DLLs, so may enjoy all the benefits of (e).) The new DLLs are placed in os2/ and os2/noname subdirectories. g) The makefiles created with os2/OS2-EMX.cmd did not work (some mysterious meaningless failures). The change to util/pl/OS2-EMX.pl uses the variable introduced in (b) to switch the Makefiles to SHELL=sh syntax. All these backslashes are removed, and the generated Makefiles started to work. h) Running os2/OS2-EMX.cmd now prints out what to do next.
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 15 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 2月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 500
-
- 31 1月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
PR: 327
-
由 Richard Levitte 提交于
PR: 287
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 10月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add version info to Win32 DLLs. We might want to edit the strings a bit... Maybe add to 0.9.7 too?
-
- 17 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 20 4月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
-
- 03 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
-
- 02 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
-
- 08 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by Harald Koch <chk@pobox.com>
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 31 12月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
Make sure those are purged...
-
由 Richard Levitte 提交于
I've no idea were the KRB5 header files and libraries are placed on Win32. When there's better knowledge, we might be able to process the other KRB5-related arguments as well...
-
由 Richard Levitte 提交于
Add the C macros OPENSSL_BUILD_SHLIBCRYPTO and OPENSSL_BUILD_SHLIBSSL to the build of the object files as appropriate for each library.
-
- 14 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
away now...
-
- 24 9月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
version of make for Mingw32) ---------------------------------------------------------------------- ----------------------------------------------------------------------
-
- 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
-
- 25 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
start, but can save you some trouble. Just ignore "shared" if it comes up among the given options, at least for now...
-
- 22 7月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 4月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Reviewed by: PR:
-
- 29 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 29 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 05 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h.
-
- 27 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-