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
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
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
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
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
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
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
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
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
>
>
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
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
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
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
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
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
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
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
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!
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
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
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
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
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
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.
24 matches
Mail list logo