[openssl-users] libssl.so.1.0.0

2016-01-12 Thread Jeff Archer
I am building from source that came from openssl-1.0.2e.tar.gz but it appears to be producing output of libssl.so.1.0.0. Is this what I should expect? Jeff Archer jeffarch...@gmail.com <jarch...@yahoo.com> ___ openssl-users mailing list To unsub

[openssl-users] How do I connect to this server

2017-04-21 Thread Jeff Archer
I have a server that requires that username and password be used as https://username:passw...@server.com How do I specify this username and password when using SSL_connect()? Thanks, Jeff -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Which protocols should my client support?

2017-04-24 Thread Jeff Archer
I think this is a silly question but I still would like to get a knowledgeable and experienced confirmation of my thinking. My client is a custom application and as such only needs to communicate with specific servers for specific purposes. I think it makes sense for my client to only support

Re: [openssl-users] How do I connect to this server

2017-04-24 Thread Jeff Archer
server which does not require this additional username/password. I am able to connect to the user using a browser by putting the username/password into the url. This proves that I know the correct username/password but has no other relevance. Jeff Archer jeffarch...@gmail.com <jarch...@yahoo.com>