]> git.ipfire.org Git - thirdparty/openssl.git/blob - PROBLEMS
d78e2d9a23c43c434c6f6369049662daff25b701
[thirdparty/openssl.git] / PROBLEMS
1 If you have any problems with SSLeay then please take the following
2 steps:
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
8 Note: if using gcc then remove -fomit-frame-pointer before you try
9 to debug things.
10
11 If you wish to report a bug then please include the following information
12 in 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
31 For example:
32
33 SSLeay-0.5.1a
34 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
41
42 Report the bug to either
43 ssleay@mincom.oz.au (Eric and Tim)
44 or
45 ssl-bugs@mincom.oz.au (mailing list of active developers)
46
47
48 Tim Hudson
49 tjh@mincom.oz.au
50