PROBLEMS 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. If you have any problems with SSLeay then please take the following
  2. steps:
  3. Remove the ASM version of the BN routines (edit Configure)
  4. Remove the compiler optimisation flags
  5. Add in the compiler debug flags (-g)
  6. Note: if using gcc then remove -fomit-frame-pointer before you try
  7. to debug things.
  8. If you wish to report a bug then please include the following information
  9. in any bug report:
  10. SSLeay Details
  11. - Version, most of these details can be got from the
  12. 'ssleay version -a' command.
  13. Operating System Details
  14. - OS Name
  15. - OS Version
  16. - Hardware platform
  17. Compiler Details
  18. - Name
  19. - Version
  20. Application Details
  21. - Name
  22. - Version
  23. Problem Description
  24. - include steps that will reproduce the problem (if known)
  25. Stack Traceback (if the application dumps core)
  26. For example:
  27. SSLeay-0.5.1a
  28. SunOS 5.3, SPARC, SunC 3.0
  29. SSLtelnet-0.7
  30. Core dumps when using telnet with SSL support in bn_mul() with
  31. the following stack trackback
  32. ...
  33. Report the bug to either
  34. ssleay@mincom.oz.au (Eric and Tim)
  35. or
  36. ssl-bugs@mincom.oz.au (mailing list of active developers)
  37. Tim Hudson
  38. tjh@mincom.oz.au