Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

I have an OpenVPN server and a client that can successfully connect to said server. The traffic over the tunnel is encrypted. The tunnel works quite well.

However what is NOT encrypted (cleartext) is the session setup, or at least the common name and other information from my client and certificate files. I spotted it by using tcpdump and analysing the payload stream.

I was shocked to see that there was ANY unencrypted traffic taking place.

Is there a way to encrypt, or exclude the exchange of this information in cleartext, when OpenVPN first establishes the connection?

My goal is to have a 100% encrypted session, including the setup.

Thanks!

share|improve this question

closed as off topic by Hendrik Brummermann Nov 3 '12 at 8:59

Questions on Cryptography Stack Exchange are expected to relate to cryptography within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.