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
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
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
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
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