Re: How to access the IP/Ethernet addresses using OpenSSL

2006-03-05 Thread kashif javed
Dear Kyle, Thanks for your reply. As mentioned in my email follow that i am using RedHat Linux 9.0, so can you please help me in accessing the Ethernet addresses using OpenSSL on the application layer. Besides OS, let me inform you that i am have a LAN of 6 nodes. Regards, Kashif --- Kyle Hami

Re: How to access the IP/Ethernet addresses using OpenSSL

2006-03-05 Thread Kyle Hamilton
In OpenSSL, you can get the underlying socket descriptor (using int SSL_get_fd(const SSL *ssl)) and then call getpeername() on that descriptor. Accessing the hardware addresses is very system-specific. It generally involves looking into the ARP cache, and making sure you're on the same subnet as

Re: openssl help

2006-03-05 Thread Dr. Stephen Henson
On Sun, Mar 05, 2006, schneekind (sent by Nabble.com) wrote: > > i have a big problem. i have realised the whole radius problem and the > zertificates with openssl. that works. but i want the users to log in via a > web-interface. so that they only need to push a button, which makes the > zertifi

How to access the IP/Ethernet addresses using OpenSSL

2006-03-05 Thread kashif javed
Dear, I am developing an application on my RedHat Linux 9.0 system using its default OpenSSL 0.9.7, can you please help me understand how can i access the IP addresses of both the source and destination nodes on application layer? Also how can i access the Hardware addresses or Ethernet addresses

openssl help

2006-03-05 Thread schneekind (sent by Nabble.com)
i have a big problem. i have realised the whole radius problem and the zertificates with openssl. that works. but i want the users to log in via a web-interface. so that they only need to push a button, which makes the zertificates and one button to get them. but my problem now is, that i have no