Re: [openssl-users] Help with making a SHA >1 certificate

2017-11-07 Thread warron.french
Charles, thanks for clarifying. I was on the correct track, but for some reason couldn't confirm it. (I chalk it up to being tired. That's my story and I'm sticking to it. lol). -- Warron French On Tue, Nov 7, 2017 at 9:37 AM, Charles Mills

[openssl-users] Help compiling on HPUX

2017-11-07 Thread Dan Freed
I see that there are a few posts about compiling openssl on HP-UX, so I’m hopeful that someone can help me out. I’m having issues getting things to completely finish the compilation process. There is an issue that some folks on Git-hub helped me resolve that was caused by some

Re: [openssl-users] cms utility "-sign" doesn't include signed content

2017-11-07 Thread lists
On 10/20/2017 10:00 PM, Chris Marget wrote: I'm struggling with a PKCS7 signing operation using openssl 1.0.2g. I want to create signed messages like the one in my 'original' file (below). It seemed like extracting and then re-signing this message would be a good start. I'm able to

Re: [openssl-users] Help with making a SHA >1 certificate

2017-11-07 Thread Charles Mills
The CA’s certificate validity is Not After : Nov 18 17:39:38 2024 GMT Charles From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of warron.french Sent: Monday, November 6, 2017 4:02 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Help with making a

Re: [openssl-users] Potential memory leak in RSA_private_decrypt

2017-11-07 Thread Salz, Rich via openssl-users
There is something strange with the RSA private key or it’s BN_CONT object. Are you sure that you are properly releasing all OpenSSL objecdts in your code? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Help with making a SHA >1 certificate

2017-11-07 Thread Salz, Rich via openssl-users
➢ -days on req when generating a request does noting, and should perhaps produce a warning, since this option is only meaningful when used with the -x509 option to produce a self-signed cert instead of a request. https://github.com/openssl/openssl/pull/4692 -- openssl-users mailing

Re: [openssl-users] Potential memory leak in RSA_private_decrypt

2017-11-07 Thread Matt Caswell
On 07/11/17 10:01, Wang wrote: > Hello Rich, > > Thank you for trying to help. > > My product is running on Linux. The following leak was detected by Valgrind. > Valgrind only reportes > the leak in threaded mode. I run 'top' on linux to monitor the memory usage > of my product. I can see the

Re: [openssl-users] How to know maximum sendable fragment size?

2017-11-07 Thread Matt Caswell
On 07/11/17 03:56, J Decker wrote: > I've been developing this NodeJS plugin, it implements HTTPS server and > now client.  I was having an issue with HTTPS request getting ECONNRESET > for no apparent reason; so I implemented my own request, and ran into > the same sort of issue.  What I was

Re: [openssl-users] Potential memory leak in RSA_private_decrypt

2017-11-07 Thread Wang
Hello Rich, Thank you for trying to help. My product is running on Linux. The following leak was detected by Valgrind. Valgrind only reportes the leak in threaded mode. I run 'top' on linux to monitor the memory usage of my product. I can see the memory usage increases quickly. ==9721== 520