creating certificate only structure -- CMS_sign

2019-05-13 Thread Michael Richardson
https://www.openssl.org/docs/man1.1.0/man3/CMS_sign.html says: If signcert and pkey are NULL then a certificates only CMS structure is output. I am trying to create one to return in an RFC7030 (EST) /cacerts request. It appears that it needs to be a NID_pkcs7_signed. a) Do I need to set any

Re: Crashes when generating certificate

2019-05-13 Thread Skip Carter
Christopher, On Mon, 2019-05-13 at 16:44 -0500, Christopher R wrote: > Cool.  Take 3.  Generates the key and the request.  Try generating > the > certificate... it asks for a password and then does... > nothing.  Kicks > directly to command prompt.  No error.  No lines of text.  No > questions.  

Re: Crashes when generating certificate

2019-05-13 Thread Karl Denninger
On 5/13/2019 16:44, Christopher R wrote: > So I'm trying to create a certificate for a new user on my domain. > Created the certificate... got everything set up... went to use it and > the email is completely wrong. Oops. Missed it when I updated the > configuration file, and,unfortunately, its

Crashes when generating certificate

2019-05-13 Thread Christopher R
So I'm trying to create a certificate for a new user on my domain. Created the certificate... got everything set up... went to use it and the email is completely wrong. Oops. Missed it when I updated the configuration file, and,unfortunately, its necessary, because login depends on the email asso

Re: opensslconf.h file not generated

2019-05-13 Thread Samiya Khanum via openssl-users
Hi Richard, When I executed "make" in openssl directory, opensslconf.h file is generated. When I do "make" in our projects build directory, opensslconf.h is not generated. is this file generated by Configure command or make command? On Mon 13 May, 2019, 10:56 PM Richard Levitte, wrote: > Well,

Re: opensslconf.h file not generated

2019-05-13 Thread Richard Levitte
Well, you do need to actually build it, i.e. run "make" What I want to do is exactly what you did that got you that error. What command did you run after configuring? Cheers, Richard On Mon, 13 May 2019 07:19:31 -0700, Samiya Khanum wrote: > > > Hi Richard, > > I have extracted tar file and e

Re: opensslconf.h file not generated

2019-05-13 Thread Samiya Khanum via openssl-users
Hi Richard, I have extracted tar file and executed Configure command. Do we need to set anything before Configure? On Mon 13 May, 2019, 7:33 PM Richard Levitte, wrote: > What else did you do other than configuring? > > Cheers > Richard > > Samiya Khanum via openssl-users skrev: (13 > maj 2019

Re: opensslconf.h file not generated

2019-05-13 Thread Richard Levitte
What else did you do other than configuring? Cheers Richard Samiya Khanum via openssl-users skrev: (13 maj 2019 05:19:18 GMT-07:00) >Hi, > >Earlier our application used openSSL version 1.0.2n. We want to upgrade >to >1.1.1b. >When I compile openssl, I see "opensslconf.h" not found error. > >..

opensslconf.h file not generated

2019-05-13 Thread Samiya Khanum via openssl-users
Hi, Earlier our application used openSSL version 1.0.2n. We want to upgrade to 1.1.1b. When I compile openssl, I see "opensslconf.h" not found error. ../../../../vendor/openssl/include/openssl/e_os2.h:13:34: fatal error: openssl/opensslconf.h: No such file or directory With below configure optio