search for: write_bignum

Displaying 4 results from an estimated 4 matches for "write_bignum".

2004 Feb 12
1
OpenSSH_3.7.1p2 Floating point exception on Opteron
...v_words () from /usr/lib/libcrypto.so.0.9.7 (gdb) bt #0 0x0000002a95a0d58c in bn_div_words () from /usr/lib/libcrypto.so.0.9.7 #1 0x0000002a95a0a905 in BN_div_word () from /usr/lib/libcrypto.so.0.9.7 #2 0x0000002a95a09a09 in BN_bn2dec () from /usr/lib/libcrypto.so.0.9.7 #3 0x000000000041ec59 in write_bignum (f=0x5567c0, num=0x8ac7230489e80000) at key.c:368 #4 0x000000000041f060 in key_write (key=0x556050, f=0x5567c0) at key.c:504 #5 0x0000000000418971 in add_host_to_hostfile ( I see a similar report at: http://www.mindrot.org/pipermail/openssh-unix-dev/2004-January/020326.html Is this the same iss...
2001 Sep 26
0
OpenSSH Security Advisory (adv.option)
...ndix: Index: key.c =================================================================== RCS file: /cvs/src/usr.bin/ssh/key.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -IRCSID -r1.31 -r1.32 --- key.c 2001/09/17 20:50:22 1.31 +++ key.c 2001/09/19 13:23:29 1.32 @@ -358,7 +358,7 @@ write_bignum(FILE *f, BIGNUM *num) return 1; } -/* returns 1 ok, -1 error, 0 type mismatch */ +/* returns 1 ok, -1 error */ int key_read(Key *ret, char **cpp) { @@ -413,7 +413,7 @@ key_read(Key *ret, char **cpp) } else if (ret->type != type) { /* is a key, but different type */ debug3(&quo...
2001 Oct 20
8
Recent openssl is required for OPENSSL_free [Re: Please test snapshots for 3.0 release] (fwd)
...will make building with e.g. 0.9.5a impossible. If this is intended to be requirement (there _have_ been security fixes), at least Requires: openssl >= 0.9.6 or whatever should be added and the requirement noted in the docs. The build failed on my RHL62 with: ./libssh.a(key.o): In function `write_bignum': key.o(.text+0x7f7): undefined reference to `OPENSSL_free' I bet this is an issue that people might complain about. Build works ok on RHL72 beta w/ openssh 0.9.6b. -- Pekka Savola "Tell me of difficulties surmounted, Netcore Oy not those you stumb...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a new release soon. If you have any patches you would like us to consider, please resend them to the list ASAP. -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer