search for: hischallenge

Displaying 2 results from an estimated 2 matches for "hischallenge".

2001 Mar 06
3
crashing on receiving connection
...ut got following with DDD: Program received signal SIGSEGV, Segmentation fault. 0x40075a30 in BN_MONT_CTX_set () from /usr/lib/libcrypto.so.0.9.6 Running step-for-step, I saw it crashing in the following line in protocol.c: /* Encrypt the random data */ if(RSA_public_encrypt(len, cl->hischallenge, buffer, cl->rsa_key, RSA_NO_PADDING) != len) /* NO_PADDING because the message size equals the RSA key size and it is totally random */ I have no idea, I am not a very good debuging expert. BTW, the client on the other side says: Mar 6 18:34:21 isdn tinc.vpn[3114]: Terminating Mar 6 18:34:...
2013 Nov 07
2
Segfaults on connection loss
...x0, incipher = 0x7ff0d99eea20, outcipher = 0x7ff0d99eea20, inctx = 0x0, outctx = 0x0, inkey = 0x0, outkey = 0x0, inkeylength = 0, outkeylength = 0, indigest = 0x7ff0d99ef8c0, outdigest = 0x7ff0d99ef8c0, inmaclength = 0, outmaclength = 0, incompression = 0, outcompression = 0, mychallenge = 0x0, hischallenge = 0x0, buffer = "...", buflen = 0, reqlen = 0, tcplen = 0, allow_request = 0, outbuf = 0x1ab75d0 "0 ... 17\n", outbufstart = 0, outbuflen = 0, outbufsize = 14, last_ping_time = 1383624085, last_flushed_time = 1383624085, config_tree = 0x1abb580} (gdb) p c->status.remove $...