Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 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 | |
Ralf S. Engelschall | 9acc2aa | 1998-12-23 07:42:26 +0000 | [diff] [blame] | 33 | OpenSSL-0.9.1c |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 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 | |
Ralf S. Engelschall | 9acc2aa | 1998-12-23 07:42:26 +0000 | [diff] [blame] | 41 | Report the bug to the OpenSSL project at: |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 42 | |
Ralf S. Engelschall | 154adc8 | 1999-01-30 11:52:04 +0000 | [diff] [blame] | 43 | openssl-users@openssl.org |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 44 | |