OpenSSL with http proxy?

2005-12-26 Thread Dudue Doo
Is there any great example that I can follow to write a OpenSSL client that will connect to a server through a http proxy? The ones that I have found doing google are non-proxy based, so before the BIO_new_socket() is called a tcp_connect is already established. What should be the different

(export control) AES 128 bit

2005-12-20 Thread Dudue Doo
I would like to implement a C++ program that will use openssl to encrypt packets using AES 128 bit key. However, the problem is that I live in the US. Does this mean that I will be breaking the export control law if I put the program on a server for others to download? I have look at