]> git.ipfire.org Git - thirdparty/openssl.git/blame - README.PROBLEMS
just a little typo
[thirdparty/openssl.git] / README.PROBLEMS
CommitLineData
d02b48c6
RE
1If 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
9acc2aa6 33 OpenSSL-0.9.1c
d02b48c6
RE
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
9acc2aa6 41Report the bug to the OpenSSL project at:
d02b48c6 42
154adc89 43 openssl-users@openssl.org
d02b48c6 44