I would like to know how cipher list negociation works ( see scheme below ).
See a book that talk about SSL handshake.
is it transparent for users ( developpers ) ?
Almost.
must they write it ?
You do not need to write it,but you can chose it.
if yes, what are the functions ?
You can chose you ciph
On Mon, Feb 14, 2011 at 04:36:07PM +, Martin Nicholes wrote:
> I am also interested in the ability to allow non-root certs, but my
> company is not planning on distributing OpenSSL.
Callbacks are implemented in the application, not in the OpenSSL library.
> Therefore a custom verification ca
On 02/14/11 9:49 AM, Aro RANAIVONDRAMBOLA wrote:
Hello,
I am lookking for an outline API documentation about ssl ( in pdf
format for example ). I did not find it on the website.
have someone got it ?
other than the MAN pages, about the only decent doc is the "Sea Lion"
book from O'Reilly, ht
Hello,
I am lookking for an outline API documentation about ssl ( in pdf format for
example ). I did not find it on the website.
have someone got it ?
thanks.
razuki
I am also interested in the ability to allow non-root certs, but my company is
not planning on distributing OpenSSL. Therefore a custom verification callback
would not be an option; we would need a compile option to allow this feature.
We work in an embedded environment (firmware), and need to
Hello,
I would like to know how cipher list negociation works ( see scheme below ).
I suppose it happens in handshake level. is it transparent for users (
developpers ) ? must they write it ? if yes, what are the functions ?
client
server
TLS_RSA_WITH_AES_256_CBC_SHA
I want to encode a private asn1 structure, say something like the following:
SEQUENCE
true_false BOOLEAN
certificate Certificate
I checked the asn1parse command and was able to specify my outer sequence and
the inner boolean in the genconf file, but failed to specify my certificate. I
had
Try this
openssl pkcs12 -inkey cert.key -in cert.cer -export -out output.pfx
Thanks,
Ram
yann458 wrote:
Hello,
I need to convert a file .CER into file PFX knowing that I do not have to
file KEY (.PVK)
Help me because I know little in certificate.
I absolutely need.
Thank you very help .
Hello,
I need to convert a file .CER into file PFX knowing that I do not have to
file KEY (.PVK)
Help me because I know little in certificate.
I absolutely need.
Thank you very help .
--
View this message in context:
http://old.nabble.com/File-CER-into-File-PFX-tp30915480p30915480.html
Sent