Re: [EXTERNAL] Re: need some help with the block size value

2022-02-15 Thread Srinivas, Saketh (c)
i am using openssl 3.0 From: openssl-users on behalf of Matt Caswell Sent: Tuesday, February 15, 2022 6:45 PM To: openssl-users@openssl.org Subject: [EXTERNAL] Re: need some help with the block size value On 15/02/2022 12:13, Srinivas, Saketh (c) wrote: >

Re: need some help with the block size value

2022-02-15 Thread Matt Caswell
On 15/02/2022 12:13, Srinivas, Saketh (c) wrote: Hi, i am trying to get the block size of EVP_des_ede3_cbc cipher using the below function but it's not returning anything. EVP_CIPHER_get_block_size(EVP_des_ede3_cbc()) This code looks fine to me, and I just tested this and it returned th

need some help with the block size value

2022-02-15 Thread Srinivas, Saketh (c)
Hi, i am trying to get the block size of EVP_des_ede3_cbc cipher using the below function but it's not returning anything. EVP_CIPHER_get_block_size(EVP_des_ede3_cbc()) Does anyone have any idea how to. thanks, Saketh. Notice: This e-mail together with any attachments may contain information

RE: Need some help signing a certificate request

2021-08-23 Thread Michael Wojcik
> From: openssl-users On Behalf Of Jakob > Bohm via openssl-users > Sent: Monday, 23 August, 2021 04:40 > > On 21/08/2021 19:42, Michael Wojcik wrote: > >> From: rgor...@centerprism.com > >> Sent: Saturday, 21 August, 2021 11:26 > >> > >> My openssl.cnf (I have tried `\` and `\\` and `/` director

Re: Need some help signing a certificate request

2021-08-23 Thread Jakob Bohm via openssl-users
On 21/08/2021 19:42, Michael Wojcik wrote: From: rgor...@centerprism.com Sent: Saturday, 21 August, 2021 11:26 My openssl.cnf (I have tried `\` and `\\` and `/` directory separators): Use forward slashes. Backslashes should work on Windows, but forward slashes work everywhere. I don't know th

Re: Need some help signing a certificate request

2021-08-21 Thread Keine Eile
Am 21.08.21 um 19:53 schrieb rgor...@centerprism.com: I am fine on the command line. I just need a little help with openssl. Do you have any ideas on setting the hostname with openssl.cnf? If it would be bash on Linux, scripting this not a challenge. About Windows: No idea, sorry.

RE: Need some help signing a certificate request

2021-08-21 Thread rgordey
Subject: Re: Need some help signing a certificate request Hi rgor...@centerprism.com, the substitution for your CA did not work: 'Subject: CN = $(hostname), O = server'. My recommendation, if you are not familiar with openssl and the command line would be, use XCA, there is a Windo

RE: Need some help signing a certificate request

2021-08-21 Thread rgordey
some help signing a certificate request Hi rgor...@centerprism.com, the substitution for your CA did not work: 'Subject: CN = $(hostname), O = server'. My recommendation, if you are not familiar with openssl and the command line would be, use XCA, there is a Windows version available

RE: Need some help signing a certificate request

2021-08-21 Thread rgordey
It was the index.txt like you said. Thank you. -Original Message- From: openssl-users On Behalf Of Michael Wojcik Sent: Saturday, August 21, 2021 1:43 PM To: openssl-users@openssl.org Subject: RE: Need some help signing a certificate request > From: rgor...@centerprism.com >

Re: Need some help signing a certificate request

2021-08-21 Thread Keine Eile
qgX3nPU80vK/Q SrRacEUzOrinThIZ4Wvv0Mjlg7BLbIdOFJkVerYzZKN8kg4V1N3HNR13iP5EuJuv -END CERTIFICATE REQUEST- -Original Message- From: openssl-users On Behalf Of Michael Wojcik Sent: Saturday, August 21, 2021 1:22 PM To: openssl-users@openssl.org Subject: RE: Need some help signing a certificate request

RE: Need some help signing a certificate request

2021-08-21 Thread Michael Wojcik
> From: rgor...@centerprism.com > Sent: Saturday, 21 August, 2021 11:26 > > My openssl.cnf (I have tried `\` and `\\` and `/` directory separators): Use forward slashes. Backslashes should work on Windows, but forward slashes work everywhere. I don't know that "\\" will work anywhere. > [ ca

RE: Need some help signing a certificate request

2021-08-21 Thread rgordey
SrRacEUzOrinThIZ4Wvv0Mjlg7BLbIdOFJkVerYzZKN8kg4V1N3HNR13iP5EuJuv -END CERTIFICATE REQUEST- -Original Message- From: openssl-users On Behalf Of Michael Wojcik Sent: Saturday, August 21, 2021 1:22 PM To: openssl-users@openssl.org Subject: RE: Need some help signing a certificate request > From: openssl-users On Behalf Of >

RE: Need some help signing a certificate request

2021-08-21 Thread rgordey
keyUsage = digitalSignature,keyEncipherment extendedKeyUsage = 1.3.6.1.5.5.7.3.1 -Original Message- From: openssl-users On Behalf Of Michael Wojcik Sent: Saturday, August 21, 2021 1:22 PM To: openssl-users@openssl.org Subject: RE: Need some help signing a certificate request > F

RE: Need some help signing a certificate request

2021-08-21 Thread Michael Wojcik
> From: openssl-users On Behalf Of > rgor...@centerprism.com > Sent: Saturday, 21 August, 2021 09:48 > Thanks for the comment. I have tried both `/` and `\` with no change. Most or all Windows APIs, and most programs, support the forward slash as a directory separator. The exceptions are mostl

RE: Need some help signing a certificate request

2021-08-21 Thread rgordey
Thanks for the comment. I have tried both `/` and `\` with no change. From: openssl-users On Behalf Of Tom Browder Sent: Saturday, August 21, 2021 11:41 AM Cc: openssl-users@openssl.org Subject: Re: Need some help signing a certificate request On Sat, Aug 21, 2021 at 09:21 mailto:rgor

Re: Need some help signing a certificate request

2021-08-21 Thread Tom Browder
On Sat, Aug 21, 2021 at 09:21 wrote ... > When I type ‘openssl ca -config .\openssl.cnf -in ../server/req.pem -out > I don't do wndows, but your directory separators are not consistent--not sure of the effect. -Tom

Need some help signing a certificate request

2021-08-21 Thread rgordey
Hello all, I am using OpenSSL 1.1.1k 25 Mar 2021 on Windows 10 c:\OpenSSL\x64\bin is part of my path. When I type 'openssl ca -config .\openssl.cnf -in ../server/req.pem -out server_certificate.pem -notext -batch -extensions server_ca_extensions' I get nothing out. No 'server_certifica

Need some help about SSL_shutdown()

2013-09-04 Thread Priyaranjan Nayak
Hi All, I am using openssl-1.0.1c in our project.when SSL_shutdown(ssl) get executed it returns 0.If I get return value zero then calling the same SSL_shutdown(ssl) again.In 2nd time it return -1/SSL_ERROR_WANT_READ. Now I am doing SSL_read(), but it returns -1.Again I am calling SSL_shutdo

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread David Gillingham
Dr. Henson-- Adding in a call to OpenSSL_add_all_algorithms() fixed the error. Thanks for the assistance. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopen

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread Dr. Stephen Henson
On Thu, Jun 08, 2006, David Gillingham wrote: > I was able to convert the key as you instructed, and I overwrote the > old RSA private key from my server.pem file with the new PKCS8 one. I > am now a getting a different error message. From these new messages, > I'm guessing OpenSSL is expecting

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread David Gillingham
I was able to convert the key as you instructed, and I overwrote the old RSA private key from my server.pem file with the new PKCS8 one. I am now a getting a different error message. From these new messages, I'm guessing OpenSSL is expecting a file in PKCS12 format, but that my file does not mat

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread Dr. Stephen Henson
On Wed, Jun 07, 2006, David Gillingham wrote: > Hello all, > > I've been tasked to internally investigate a system that utilizes > STunnel and OpenSSL to create a secure wrapper for a propietary > protocol. Additionally, this solution must eventually be FIPS 140-2 > compliant. > > So, using ins

Re: Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-08 Thread Dr. Stephen Henson
On Wed, Jun 07, 2006, David Gillingham wrote: > Hello all, > > I've been tasked to internally investigate a system that utilizes > STunnel and OpenSSL to create a secure wrapper for a propietary > protocol. Additionally, this solution must eventually be FIPS 140-2 > compliant. > > 608008D: erro

Need some help debugging SSL error thrown from STunnel using OpenSSL-FIPS

2006-06-07 Thread David Gillingham
Hello all, I've been tasked to internally investigate a system that utilizes STunnel and OpenSSL to create a secure wrapper for a propietary protocol. Additionally, this solution must eventually be FIPS 140-2 compliant. So, using instructions outlined in the OpenSSL FIPS Security Policy and on

Re: [openssl-users] I need some help with parsing a X509 certificate

2005-04-06 Thread Nils Larsch
Francois noel wrote: Hi When I read a PEM certificate with "PEM_read_bio_X509(bp, NULL, 0, NULL);" that return me a X509 object. who can I display it in "STRING" or "char *" format? try X509_print_ex Nils __ OpenSSL Project

[openssl-users] I need some help with parsing a X509 certificate

2005-04-06 Thread Francois noel
Hi When I read a PEM certificate with "PEM_read_bio_X509(bp, NULL, 0, NULL);" that return me a X509 object. who can I display it in "STRING" or "char *" format? thanks François __ OpenSSL Project

i need some help

2001-04-24 Thread Kalpesh Gandhi
hello users,   I have already installed OpenSSL and now what should i do for the functional apache with ssl support.   regards, Kalpesh

Re: Need some help with bio pairs

2000-09-08 Thread Bodo Moeller
On Thu, Sep 07, 2000 at 08:53:47PM -0700, David Schwartz wrote: > It seems to be working now. It just seems that I need to keep churning the > SSL engine more than once, even if both BIO_read functions return -1. Go > figure. During the SSL handshake (which always occurs when the connectio

Re: Need some help with bio pairs

2000-09-08 Thread Amit Chopra
> Not so. BIO_read and BIO_write on ssl_bio allow me to get in and out > plaintext. > > > The sides that you talk about are actually the the 2 BIOs in the BIO > > pair. > > These act as buffers for ssl_read/write. > > Yes, the two BIO interfaces are 'ssl_bio' and 'bio_io'. This l

RE: Need some help with bio pairs

2000-09-07 Thread David Schwartz
> Looks like you've solved your problem. I just wanted to point out one > thing > though. > > The ssl_bio is no side. Its ssl_read and ssl_write would produce plain > text > and encrypted text respectively. Not so. BIO_read and BIO_write on ssl_bio allow me to get in and out plaintext. >

Re: Need some help with bio pairs

2000-09-07 Thread Amit Chopra
Looks like you've solved your problem. I just wanted to point out one thing though. The ssl_bio is no side. Its ssl_read and ssl_write would produce plain text and encrypted text respectively. The sides that you talk about are actually the the 2 BIOs in the BIO pair. These act as buffers for ssl

RE: Need some help with bio pairs

2000-09-07 Thread David Schwartz
> Need some help here. I initialize a connection with the > following chunk of > code (error checking removed for simplicity): [snip] > I thought that this meant that 'ssl_bio' would be the > decrypted side and > 'bio_io' would be the encrypted s

Need some help/advice - OpenSSL + NT + PWS 4.0

2000-07-18 Thread Pavel Tzekov
Hello there, Is it possible to implement custom SSL secured connection using the above environment ? What I mean is to override the default SSL implementation of PWS 4.0 with somekind of OpenSSL based server / IIS filter so when I connect to port 443 the listening app to negotiate SSL connexion

Please can I some help!!

2000-03-31 Thread Shekhar Chhabra
Hello my good people who use openssl! I would like some help please! I have installed apache on my windows NT workstation. This is the file I have installed - Apache 1.3.12 mod ssl 2.6.1 openssl 0.9.5 WIN32-i386.zip. I configeured apache no problem I can view my sites and get the cgi working no

Re: Need some help

2000-01-11 Thread Ben Laurie
"Leland V. Lammert" wrote: > > At 05:59 AM 1/11/00 , you wrote: > >Hello, > > I was wondering over the new rules that were sat by the US concerning > >Strong crypto there was a huge debate about freely distributing strong > >crypto after the new year. I hope i have asked this question to the > >

RE: Need some help

2000-01-11 Thread Salz, Rich
The latest proposal is available at http://cryptome.org/bxa121799.htm (One would hope chief scientists don't guess from memory all that often... :) John Young's site is an important world resource. /r$ __ OpenSSL Proj

Re: Need some help

2000-01-11 Thread Leland V. Lammert
At 05:59 AM 1/11/00 , you wrote: >Hello, > I was wondering over the new rules that were sat by the US concerning >Strong crypto there was a huge debate about freely distributing strong >crypto after the new year. I hope i have asked this question to the >right people. thanx for all information. >

Need some help

1999-10-30 Thread Bojan Paduh
Hi all, I am trying to encrypt data send from signup forms on my websites to my email. I installed OpenSSL and don't know what to do next, if someone would care to explain , I would be very thankful. __ OpenSSL Project

Re: Need some help!

1999-10-29 Thread Sean Walker
filename="text1.sdw"

Need some help!

1999-10-29 Thread Bojan Paduh
Hi all, I've gotten OpenSSL installed , but I don;t know how to start it, so its running on a port of its own Can someone help me? __ OpenSSL Project http://www.openssl.org User Support Mailing Li

Re: Some help

1999-10-06 Thread Erwann ABALEA
On Wed, 6 Oct 1999, Mike Bartlett wrote: > Maybe someone could help me with something pretty simple I'm sure. I > have a certificate request key and my server key which was mailed to me > by Verisign - I just cannot figure out how to install the damn thing! > The Verisign documentation has no hel

Some help

1999-10-06 Thread Mike Bartlett
Hi all. Maybe someone could help me with something pretty simple I'm sure. I have a certificate request key and my server key which was mailed to me by Verisign - I just cannot figure out how to install the damn thing! The Verisign documentation has no help for installing on Apache and the OpenSS

[openssl-users] Some help please

1999-03-09 Thread Paco Orozco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Sir/Mdm, I'll a student from UPC, and I'm currently researching on ways of implementing Smart Card solution to Information System. As SSL is widely been used in web browser, I believe this is a good area of looking into. Since then, I'm writing