Re: [openssl-users] (no subject)

2016-08-26 Thread Jeffrey Walton
On Fri, Aug 26, 2016 at 6:56 PM, Juliano Souza wrote: > I just found it. > > Hope to help someone with same requirement. > > http://www.cafesoft.com/products/cams/ps/docs32/admin/ConfiguringApache2ForSSLTLSMutualAuthentication.html > There's also Origin Bound Certificates

Re: [openssl-users] Unhandled exception at 0x005904dc (libeay32.dll) (Windows x86)

2016-08-26 Thread Scott Ware
On Fri, Aug 26, 2016 at 2:10 AM, Thomas J. Hruska wrote: > Then push a request upstream to change the default build settings. Don't > blame me. The binaries that are built are built strictly with default > settings with the only exception being the various funky

[openssl-users] compiling openssl android on arm64

2016-08-26 Thread Nicolas Raby
Hello, Due to issue in openSSL 1.0.1l , I have to update openSSL in a project on 4 android platforms : armv7, 64 x86 & x64 I m following this guide, but having trouble compiling the 4 versions. while I managed to build armv7, I failing building other versions Can someone help me finding the

[openssl-users] Help installing OpenSSL 1.1.0 pre6 on Windows 2012 R2

2016-08-26 Thread Harster, Kaarl C CIV NAVSEA KPWA, 104
Hello, I've tried many times now to install OpenSSL 1.1.0 pre6 on my Windows 2012 R2 64bit machine. We are wanting to run 64bit everything. I have installed ActivePerl 5.24.0.2400 Microsoft Visual Studio Ultimate 2012 version 11.0.50727.1 RTMREL with Visual C++2012 installed in it. When I try

Re: [openssl-users] Help installing OpenSSL 1.1.0 pre6 on Windows 2012 R2

2016-08-26 Thread Matt Caswell
On 26/08/16 19:17, Harster, Kaarl C CIV NAVSEA KPWA, 104 wrote: > Hello, > I've tried many times now to install OpenSSL 1.1.0 pre6 on my Windows 2012 > R2 64bit machine. 1.1.0 pre6 is the beta version, but the final 1.1.0 release was made available yesterday, so to start with I suggest you

[openssl-users] (no subject)

2016-08-26 Thread Juliano Souza
Hi! In order to authenticate users without user and password, I’d like to generate users .p12 .pfx certificates to install on their browsers and identify them by CN. Is there any howto or tutorial explaining some of... 1-Generate my own CA 2-Generate users .p12 / .pfx certs ? 3-In

[openssl-users] genpkey DSA error

2016-08-26 Thread Leam Hall
More than likely it's operator error. OS Version: CentOS 6, patched. openssl version: OpenSSL 1.0.1e-fips 11 Feb 2013 Works: openssl genpkey -algorithm RSA -out fred_ssl.key ++ ++ Fails: openssl genpkey -algorithm DSA

Re: [openssl-users] genpkey DSA error

2016-08-26 Thread Matt Caswell
On 26/08/16 21:37, Leam Hall wrote: > More than likely it's operator error. > > OS Version: > CentOS 6, patched. > > openssl version: >OpenSSL 1.0.1e-fips 11 Feb 2013 > > Works: > openssl genpkey -algorithm RSA -out fred_ssl.key > ++ > ++ > >

Re: [openssl-users] (no subject)

2016-08-26 Thread Juliano Souza
I just found it. Hope to help someone with same requirement. http://www.cafesoft.com/products/cams/ps/docs32/admin/ConfiguringApache2ForSSLTLSMutualAuthentication.html 2016-08-26 17:16 GMT-03:00 Juliano Souza : > Hi! > > > > In order to authenticate users without user and

Re: [openssl-users] genpkey DSA error

2016-08-26 Thread Leam Hall
On 08/26/16 18:51, Matt Caswell wrote: DSA needs parameters specifying. Try this: openssl genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -out dsa.params openssl genpkey -paramfile dsa.params -out dsa.key Matt Matt, thanks! That was it. Leam -- openssl-users mailing

Re: [openssl-users] Unhandled exception at 0x005904dc (libeay32.dll) (Windows x86)

2016-08-26 Thread Thomas J. Hruska
On 8/25/2016 9:21 PM, Jakob Bohm wrote: On 26/08/2016 05:42, Scott Ware wrote: On Mon, Aug 22, 2016 at 8:05 PM, Jakob Bohm wrote: On 22/08/2016 22:33, Scott Ware wrote: On Mon, Aug 22, 2016 at 3:04 PM, Jakob Bohm