Ulf Möller wrote on Thu, Jan 13 2000 (14:20:28 +0100):
> It works all right on Debian Linux. I'd recommend to set a breakpoint
> in BF_cfb64_encrypt and single-step through it, but it may well be a
> RedHat bug.
thank you for the effort.
stepping through BF_cfb64_encrypt, but it doesn't make any
sense (to me):
(gdb) stepi
0x8049f23 in BF_cfb64_encrypt ()
[...]
0x804a010 in BF_cfb64_encrypt ()
(gdb)
Program received signal SIGSEGV, Segmentation fault.
0x804a010 in BF_cfb64_encrypt ()
(gdb) x/w 0x804a010
0x804a010 <BF_cfb64_encrypt+240>: 50 '2'
(gdb) disassemble BF_cfb64_encrypt
[...]
0x804a00a <BF_cfb64_encrypt+234>: mov 0x28(%esp,1),%ecx
0x804a00e <BF_cfb64_encrypt+238>: mov (%ecx),%dl
0x804a010 <BF_cfb64_encrypt+240>: xor (%esi,%ebx,1),%dl
[...]
cheers,
--
Toni Andjelkovic - iT AUSTRIA, [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]