Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Indy TCPServer/TCPClient
#9
(05-14-2018, 06:27 PM)rlebeau Wrote: All the certificate information is available via the TIdX509 object that is provided in the OnVerifyPeer event.  Some details are exposed in nice property wrappers.  Other details you will have to query manually from OpenSSL directly, using the raw PX509 handle from the TIdX509.Certificate property.

Hello,

I can successfully display Certificate.FingerprintAsString, Certificate.Issuer.OneLine and other properties (in my OnVerifyPeer-Event)
but did not succeed in showing the public key (in my case RSA 2048 bits)
We do not supply OpenSSL.exe to our customers, we only supply our Client-application together with libeay32.dll and ssleay32.dll
I am a bit confused what you mean with "query manually from OpenSSL ..."
How can I access the public key within our Client-application ? Do you have some sample code?
Please help.
Reply


Messages In This Thread
Indy TCPServer/TCPClient - by wzehntner - 05-03-2018, 02:44 PM
RE: Indy TCPServer/TCPClient - by rlebeau - 05-03-2018, 07:32 PM
RE: Indy TCPServer/TCPClient - by wzehntner - 05-04-2018, 08:53 AM
RE: Indy TCPServer/TCPClient - by rlebeau - 05-07-2018, 06:30 PM
RE: Indy TCPServer/TCPClient - by wzehntner - 05-14-2018, 07:11 AM
RE: Indy TCPServer/TCPClient - by rlebeau - 05-14-2018, 06:27 PM
RE: Indy TCPServer/TCPClient - by wzehntner - 05-17-2018, 08:21 AM
RE: Indy TCPServer/TCPClient - by rlebeau - 05-17-2018, 06:48 PM
RE: Indy TCPServer/TCPClient - by morhous - 05-14-2018, 07:58 AM
RE: Indy TCPServer/TCPClient - by kudzu - 05-14-2018, 02:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)