[openssl-users] Automatic reply: Devolução de cheque favor entrar em contato.0076554 (92887)

2014-12-15 Thread Agopian, Carlo
I'm currently out of office with limited access to email and voicemail. I'll be back in the office on Wednesday 12/17. Carlo ___ openssl-users mailing list openssl-users@openssl.org https://mta.opensslfoundation.net/mailman/listinfo/openssl-users

Re: [openssl-users] Devolução de cheque favor entrar em contato.0076554 (92887) (Out of office)

2014-12-15 Thread Karen Schnite
Spam detection software, running on the system "mta", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: I am no lo

Re: [openssl-users] Devolução de cheque favor entrar em contato.0076554 (92887) (Out of Office)

2014-12-15 Thread Karen Schnite
Spam detection software, running on the system "mta", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: I am curre

Re: [openssl-users] Devolução de cheque favor entrar em contato.0076554 (92887) (I will be in meetings most of the day with no access to email.)

2014-12-15 Thread Karen Schnite
I will be in meetings most of the day with no access to email. I will be responding to emails after 3 PM today. Karen Karen E. Schnite Public Opinion Laboratory Northern Illinois University 148 N. Third Street DeKalb, IL 60115 815-753-0950 fax 815-753-2305 Visit our web page at www.pol.niu.edu

Re: [openssl-users] Devolução de cheque favor entrar em contato.0076554 (92887) (Working remotely)

2014-12-15 Thread Karen Schnite
I am working remotely Tuesday Oct. 12th and will be in the office Wednesday after 12 noon. Karen Karen E. Schnite Public Opinion Laboratory Northern Illinois University 148 N. Third Street DeKalb, IL 60115 815-753-0950 fax 815-753-2305 Visit our web page at www.pol.niu.edu ___

[openssl-users] Call for HP Proliant wizard

2014-12-15 Thread Steve Marquess
We've had some reliability and performance issues with the systems running various OpenSSL related services (www, git, E-mail, etc.). Earlier this year we purchased a shiny new high-dollar (for us!) HP DL360 server that is running in Munich (hosting courtesy of SpaceNet AG). We've been moving servi

Re: [openssl-users] CVE-2014- and OpenSSL?

2014-12-15 Thread Jakob Bohm
On 12-12-2014 21:31, Jeffrey Walton wrote: On Fri, Dec 12, 2014 at 5:23 AM, Jakob Bohm wrote: On 09/12/2014 21:46, Jeffrey Walton wrote: On Tue, Dec 9, 2014 at 2:07 PM, Amarendra Godbole wrote: So Adam Langley writes "SSLv3 decoding function was used with TLS, then the POODLE attack would wo

Re: [openssl-users] How to get current using openssl version

2014-12-15 Thread Chris Bare
Try setting LD_LIBRARY_PATH to your local installation before running your program: export LD_LIBRARY_PATH=/alternate/path/usr/lib On Mon, Dec 15, 2014 at 5:15 AM, Jerry OELoo wrote: > > Hi All: > I am installing openssl in local path, and when I use > SSLeay_version(SSLEAY_VERSION); to get vers

Re: [openssl-users] How to get current using openssl version

2014-12-15 Thread Salz, Rich
> It seems to get system installed version not my manually installed version, So > How can I get it. > PS. I have added include path to gcc: -I./openssl/include/openssl You probably need some better combination of -L and -l flags; -I only sets the path for #include statements. Some intro document

[openssl-users] How to get current using openssl version

2014-12-15 Thread Jerry OELoo
Hi All: I am installing openssl in local path, and when I use SSLeay_version(SSLEAY_VERSION); to get version, it will return "SSL version: OpenSSL 1.0.1f 6 Jan 2014", But installed version is 1.0.1j. It seems to get system installed version not my manually installed version, So How can I get it. P