- 29 11月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
PR: 771 Submitted by: c zhang <czhang2005@hotmail.com>
-
由 Geoff Thorpe 提交于
-
- 28 11月, 2003 8 次提交
-
-
由 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 提交于
to apps.c, and give it the hopefully descriptive name parse_yesno().
-
由 Richard Levitte 提交于
PR: 777 Submitted by: Michael Shields <mshields@sunblocksystems.com>
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
rationale behind the move is that it's use by several applications. The rationale behind the name change is that it describes what the function does a bit better.
-
由 Richard Levitte 提交于
to 'openssl req' and 'openssl ca'. PR: 779 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de> Reviewed by: Richard Levitte (there will be some follow-up changes)
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
由 Richard Levitte 提交于
-
- 26 11月, 2003 2 次提交
-
-
由 Geoff Thorpe 提交于
against inconsistent BIGNUMs coming out of any of its API functions. So this change no longer "fixes" the bn_print.c functions, but it makes for cleaner code. This patch was a part of ticket 697. PR: 697 Submitted by: Otto Moerbeek Reviewed by: Geoff Thorpe
-
由 Geoff Thorpe 提交于
ticket 697 (though uses a different solution than the proposed one). This problem was initially raised by Otto Moerbeek. PR: 697 Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 25 11月, 2003 2 次提交
-
-
由 Geoff Thorpe 提交于
optimizations. Submitted by: Nils Larsch
-
由 Lutz Jänicke 提交于
PR: #778 Submitted by: George Mitchell <george@m5p.com>
-
- 23 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
and bn_add_words to avoid using fake bignums to window other bignums that can lead to corruption. This change allows all bignum tests to pass with BN_DEBUG and BN_DEBUG_RAND debugging and valgrind. NB: This should be tested on a few different architectures and configuration targets, as the bignum code this deals with is quite preprocessor (and assembly) sensitive. Submitted by: Nils Narsch Reviewed by: Geoff Thorpe, Ulf Moeller
-
- 22 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
sure the current length is used to calculate the new buffer length instead of using the old length (prior to any variable substitution). Submitted by: Nils Larsch
-
- 21 11月, 2003 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Max req -x509 use V1 if extensions section absent.
-
由 Andy Polyakov 提交于
be modified to choose it instead of hpux64-parisc-gcc, which should then be removed. hpux64-parisc-cc is removed already now as redundant [in case you wonder, 64-bit HP-UX ABI *implies* PA-RISC2.0].
-
由 Andy Polyakov 提交于
PR: 772
-
- 19 11月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Kirill Kochetkov <kochet@ixbt.com> PR: #748
-
- 17 11月, 2003 2 次提交
-
-
由 Ulf Möller 提交于
which is used by BN_DEBUG_RAND Submitted by: Nils Larsch
-
由 Lutz Jänicke 提交于
Submitted by: Goetz Babin-Ebell <babin-ebell@trustcenter.de> PR: #766
-
- 16 11月, 2003 2 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #765
-
由 Ulf Möller 提交于
so don't run them if BN_DEBUG_RAND is defined. Also, fix another small bug. Submitted by: Nils Larsch
-
- 15 11月, 2003 1 次提交
-
-
由 Ulf Möller 提交于
Keep it as is to avoid an API change, but check for negativ values. Submitted by: Nils Larsch
-
- 14 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 13 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
generally a more efficient comparison than comparing two integers, and the first of these two loops was off-by-one (copying one too many values). This change also removes a superfluous assignment that would set an unused word to zero (and potentially allow an overrun in some cases). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 11 11月, 2003 2 次提交
-
-
由 Geoff Thorpe 提交于
(where it was impossible to create an EC certificate with a compressed public key), and has some style improvements based on some comments from Steve Henson about use of the ASN1 macros. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
由 Geoff Thorpe 提交于
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 10 11月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 11月, 2003 5 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Geoff Thorpe 提交于
bn_correct_top(), previously only bn_check_top() did this.
-
由 Geoff Thorpe 提交于
before.
-
由 Geoff Thorpe 提交于
-
- 06 11月, 2003 4 次提交
-
-
由 Geoff Thorpe 提交于
constant BIGNUMs. It turns out that this trips up different but equally useful compiler warnings to -Wcast-qual, and so wasn't worth the ugliness it created. (Thanks to Ulf for the forehead-slap.)
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 05 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
is itself experimental, and in addition may cause execution to break on existing openssl "bugs" that previously were harmless or at least invisible.
-