Re: [openssl-users] CONF-less OpenSSL configuration?

2016-11-16 Thread Dan S
internal file structure of iOS app is well defined with API to access the directories without any hacks (I assume you weren't looking to access a directory outside of your app) https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystem

[openssl-users] CONF-less OpenSSL configuration?

2016-11-16 Thread Jeffrey Walton
Is it possible to setup a CONF-less OpenSSL? If so, how? The use case is mobile apps, like Android, iOS and Windows Phone. There is no OPENSSLDIR per se; and the app's install directory will be a moving target like a UUID. I know hacks can be applied for iOS, like forgoing a macro and returning N

[openssl-users] Minimum openssl configuration for ssl/tls smtp email support?

2016-07-11 Thread David F.
Hi, What configuration parameters (NO-XXX) should be passed for the openssl library to be built to support standard TLS/SSL required for sending emails through the public smtp servers but at the least amount of code needed.I have it working (only calls a few BIO_ and/or SSL_ functions) but add

[openssl-users] OpenSSL configuration file problems

2016-05-30 Thread danigrosu
it results in a "Segmentation fault (core dumped)" I am struggling with this for a while. OpenSSL 1.0.1f 6 Jan 2014, Ubuntu 14.04 Best regards, Dani Grosu -- View this message in context: http://openssl.6102.n7.nabble.com/OpenSSL-configuration-file-problems-tp66429.html Sent from the Op

Re: Openssl configuration (openssl.cnf ) doudt

2010-02-10 Thread Dmitry Ivanov
On Wed, Feb 10, 2010 at 12:49 PM, Samuel123smith wrote: > > Hi ALL, > > I am trying to use openssl pkcs11 engine . I have more than pkcs11 provider > and I want my customer to specify which pkcs11 provider they want to use . > For this I am thinking to modify the openssl.cnf file and > have one op

Openssl configuration (openssl.cnf ) doudt

2010-02-10 Thread Samuel123smith
this own pkcs11 provider library. Thanks in advance Samuel -- View this message in context: http://old.nabble.com/Openssl-configuration-%28openssl.cnf-%29-doudt-tp27527112p27527112.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Openssl configuration (openssl.cnf ) doudt

2010-02-10 Thread Samuel123smith
this own pkcs11 provider library. Thanks in advance Joshi -- View this message in context: http://old.nabble.com/Openssl-configuration-%28openssl.cnf-%29-doudt-tp27527111p27527111.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Re: Openssl Configuration File

2009-09-07 Thread Marcus Carey
run your openssl command. - Original Message - From: Walid Nasri To: openssl-users@openssl.org Sent: Saturday, September 05, 2009 8:50 AM Subject: Openssl Configuration File Hello I installed OpenSSL on Windows I have Apache 2.2 WebServer I need to generate a c

Re: Openssl Configuration File

2009-09-06 Thread Dr. Stephen Henson
On Sat, Sep 05, 2009, Walid Nasri wrote: > Hello > > I installed OpenSSL on Windows > > I have Apache 2.2 WebServer > > I need to generate a certificate, in order to purchase certificate license > from CA > > when I use the openssl generate command: > > openssl genrsa -out mykey.key 1024 > >

Openssl Configuration File

2009-09-05 Thread Walid Nasri
Hello I installed OpenSSL on Windows I have Apache 2.2 WebServer I need to generate a certificate, in order to purchase certificate license from CA when I use the openssl generate command: openssl genrsa -out mykey.key 1024 I also tried: openssl genrsa -config openssl.cnf -out mykey.key 1024

Re: Openssl Configuration file

2007-01-09 Thread Victor B. Wagner
On 2007.01.09 at 13:52:53 +0530, Ramya Ram wrote: >Thanks Marek...but I want the location in Windows ...WindowsXP. Do you >have any idea? >- Ramya >$ openssl version -d >OPENSSLDIR: "/etc/pki/tls" >and config file is: /etc/pki/tls/openssl.cnf > Try the same command. There

Re: Openssl Configuration file

2007-01-09 Thread Marek Marcola
Hello, > Thanks Marek...but I want the location in Windows ...WindowsXP. Do you > have any idea? When I execute "openssl ca" on windows in first line I have: Using configuration from C:\OpenSSL\bin\openssl.cnf When you use openssl binary some subcommands (such ca) has -config option and you m

Re: Openssl Configuration file

2007-01-09 Thread Ramya Ram
Thanks Marek...but I want the location in Windows ...WindowsXP. Do you have any idea? - Ramya Marek Marcola <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/09/2007 01:40 PM Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: Openssl Configu

Re: Openssl Configuration file

2007-01-09 Thread Marek Marcola
Hello, > I am trying to locate the openssl.cnf file for a long time...Iam using > Windows XP client and openssl is installed in it. > > Can anyone please help me find it? On UNIX: $ openssl version -d OPENSSLDIR: "/etc/pki/tls" and config file is: /etc/pki/tls/openssl.cnf Best regards, -- Ma

Openssl Configuration file

2007-01-08 Thread Ramya Ram
Hi I am trying to locate the openssl.cnf file for a long time...Iam using Windows XP client and openssl is installed in it. Can anyone please help me find it? Thanks, Ramya =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain

openssl configuration & cert validity checking

2006-02-07 Thread Randy Turner
I think someone has touched on some of this on the list recently, but I was curious if there was a way to programmatically (through an API call or other) way to patch into OpenSSL's configuration capability - I understand the library by default looks at text files on a file system for thi

Apache + OpenSSL configuration

2006-01-13 Thread Konark
Hi friend, I'm new to Apache .. I don't know how to configure apache for different handshake scenarios . I hope there will be some config file where we can change options to work with different scenarios. Please help to configure the configuration file and location of the configuration file

Need Documentation or Details about openssl configuration file

2004-01-29 Thread Kathiravan Velusamy
Hi,       I need the detail documentation or helping material about openssl.cnf (Configuration file) which describe use of each directives in that file.      Thanks in Advance   Regards, Kathir Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it!

Re: openssl configuration for IA5String: domainComponent

2003-03-13 Thread Dr. Stephen Henson
On Thu, Feb 27, 2003, Dhiva Muruganantham wrote: > I want have a certificate request with subject DN as > "CN=www.zty.net,OU=hosts,DC=sample,DC=org". > and also i want the DC component value as a IA5String. > By default the asn1parse shows me that the DC component values are > PRINTABLE. > > Is

openssl configuration for IA5String: domainComponent

2003-02-27 Thread Dhiva Muruganantham
I want have a certificate request with subject DN as "CN=www.zty.net,OU=hosts,DC=sample,DC=org". and also i want the DC component value as a IA5String. By default the asn1parse shows me that the DC component values are PRINTABLE. Is it possible with 0.9.7a ? If yes, what are the changes which i

RE: OpenSSL configuration, OpenLDAP integration

2002-10-13 Thread Shalkebaev,AntonMSCAG
o: '[EMAIL PROTECTED]' Subject: OpenSSL configuration, OpenLDAP integration Can anybody give me links for, 1. Step by step guidance for configuring OpenSSL. 2. Step by step guidance for integration of OpenSSAL with OpenLDAP Thanks &a

OpenSSL configuration, OpenLDAP integration

2002-10-12 Thread Pravin Joshi
Can anybody give me links for, 1. Step by step guidance for configuring OpenSSL. 2. Step by step guidance for integration of OpenSSAL with OpenLDAP Thanks & Regards Pravin Joshi __ OpenSSL Project

OpenSSL configuration

2000-06-27 Thread Mueller, Kevin
Title: OpenSSL configuration Hi All: I've used OpenSSL to develop a client/server app.  (Thanks for the open source!) I have things working when my client and server are on the same machine.  I get the dreaded no shared cipher when I move my server application from my development ma

openSSL Configuration file correspondances

1999-03-03 Thread Colin McCormack
q programs, and the correspondance between configuration fields and command line arguments is not clear. I've written an html document setting out the correspondances as near as I can determine them. Any ideas on what would make a CA management tool useable are welcome. Colin.