Re: Issue with install after using `perl Configure` to set --prefix and --openssldir

2024-06-27 Thread BENTLEY Thom via openssl-users
Thanks for that. I am so used to using options in that form -option optionvalue instad of -option=optionvalue -- Thom Bentley | Senior Software Engineer |Medidata, a Dassault Systèmes company thom.bent...@3ds.com From: Tomas Mraz Date: Thursday, June 27, 2024 at 1:48 PM To: BENTLEY Thom , "op

Re: Issue with install after using `perl Configure` to set --prefix and --openssldir

2024-06-27 Thread Tomas Mraz
You seem to have space instead of = between --openssldir and the path. And yeah, try to experiment with the doublequotes if that does not help. I do not know the exact rules for these in the Windows shell. Tomas Mraz, OpenSSL On Thu, 2024-06-27 at 17:46 +, BENTLEY Thom wrote: > > > > Than

Re: Issue with install after using `perl Configure` to set --prefix and --openssldir

2024-06-27 Thread BENTLEY Thom via openssl-users
Thanks Tomas. I tried that but got the error I specified in my post. Unless you are saying I need quotes around the entire –openssldir option. -- Thom Bentley | Senior Software Engineer |Medidata, a Dassault Systèmes company thom.bent...@3ds.com From: Tomas Mraz Date: Thursday, June 27, 2024

Re: Issue with install after using `perl Configure` to set --prefix and --openssldir

2024-06-27 Thread Tomas Mraz
Hello, you have to use "--openssldir=C:\OpenSSLInstallDir\CommonFiles\SSL" Regards, Tomas Mraz, OpenSSL On Thu, 2024-06-27 at 16:50 +, BENTLEY Thom via openssl-users wrote: > > > > Hi All, >   > I get an error running `perl Configure --openssldir > "C:\OpenSSLInstallDir\CommonFiles\SSL"

Issue with install after using `perl Configure` to set --prefix and --openssldir

2024-06-27 Thread BENTLEY Thom via openssl-users
Hi All, I get an error running `perl Configure --openssldir "C:\OpenSSLInstallDir\CommonFiles\SSL" --prefix=C:\OpenSSLInstallDir VC-WIN64A` target already defined - C:\OpenSSLInstallDir\Common Files\SSL (offending arg: VC-WIN64A) If I remove --openssldir "C:\OpenSSLInstallDir\CommonFiles\SSL",

Re: Syntax of OID values

2024-06-27 Thread Neil Horman
I believe the oid_file key in the config is used by the ca and req applets and is meant to be a value rather than a section (i.e. oid_file = /path/to/oid/file/name) To do what I believe you are trying to do above, you need to follow the directions here: https://www.openssl.org/docs/man1.1.1/man5/c

OpenSSL Security Advisory

2024-06-27 Thread Matt Caswell
Additional analysis was provided by David Benjamin (Google). The fix was developed by Matt Caswell. General Advisory Notes == URL for this Security Advisory: https://www.openssl.org/news/secadv/20240627.txt Note: the online version of the advisory may be updated with additional de