blob: 771320dac6fe092eaa7867d48014c58bb2216d6a [file] [log] [blame]
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001If you have any problems with SSLeay then please take the following
2steps:
3
4 Remove the ASM version of the BN routines (edit Configure)
5 Remove the compiler optimisation flags
6 Add in the compiler debug flags (-g)
7
8Note: if using gcc then remove -fomit-frame-pointer before you try
9 to debug things.
10
11If you wish to report a bug then please include the following information
12in any bug report:
13
14 SSLeay Details
15 - Version, most of these details can be got from the
16 'ssleay version -a' command.
17 Operating System Details
18 - OS Name
19 - OS Version
20 - Hardware platform
21 Compiler Details
22 - Name
23 - Version
24 Application Details
25 - Name
26 - Version
27 Problem Description
28 - include steps that will reproduce the problem (if known)
29 Stack Traceback (if the application dumps core)
30
31For example:
32
Ralf S. Engelschall9acc2aa1998-12-23 07:42:26 +000033 OpenSSL-0.9.1c
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000034 SunOS 5.3, SPARC, SunC 3.0
35 SSLtelnet-0.7
36
37 Core dumps when using telnet with SSL support in bn_mul() with
38 the following stack trackback
39 ...
40
Ralf S. Engelschall9acc2aa1998-12-23 07:42:26 +000041Report the bug to the OpenSSL project at:
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000042
Ralf S. Engelschall154adc81999-01-30 11:52:04 +000043 openssl-users@openssl.org
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +000044