search for: rsa_h

Displaying 3 results from an estimated 3 matches for "rsa_h".

Did you mean: rsa_1
2012 May 16
2
where is the struct RSA defined??
In the source code of openssh(my source code is 6.0 for Openbsd?? The content below is Rsa.h #ifndef RSA_H #define RSA_H #include <openssl/bn.h> #include <openssl/rsa.h> void rsa_public_encrypt(BIGNUM *, BIGNUM *, RSA *); int rsa_private_decrypt(BIGNUM *, BIGNUM *, RSA *); void rsa_generate_additional_parameters(RSA *); #endif /* RSA_H */ Question: Where is...
1999 Dec 01
1
Compile bugs in openssh-1.2pre15 on Solaris (2.6)
...v 25 10:54:59 1999 --- rsa.h Wed Dec 1 13:10:55 1999 *************** *** 14,19 **** --- 14,26 ---- */ /* RCSID("$Id: rsa.h,v 1.4 1999/11/24 19:53:50 markus Exp $"); */ + #ifndef __P + #ifdef __STDC__ + #define __P(x) x + #else + #define __P(x) () + #endif + #endif #ifndef RSA_H #define RSA_H ______________________________________________________________________________ David Del Piero, Email : David.DelPiero at qed.qld.gov.au Education Queensland, Floor 11, Education House, 30 Mary Street, Brisbane. 4000. Phone : +61 7 32370509 Queensland....
2001 Feb 08
1
ssh1 keyexchange problem ?
Hi, Has anybody produced diffs for openssh-2.3.0p1 for the rsa keyexchange problem that Core-SDI described ? ( I noticed that fix is already in openbsd tree ). -Jarno -- Jarno Huuskonen - System Administrator | Jarno.Huuskonen at uku.fi University of Kuopio - Computer Center | Work: +358 17 162822 PO BOX 1627, 70211 Kuopio, Finland | Mobile: +358 40 5388169