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:
>
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
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
> 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
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
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.
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
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
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
>
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
> 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
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
>
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
hello users,
I have already installed OpenSSL and now what
should i do for the functional apache with ssl support.
regards,
Kalpesh
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
> 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
> 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.
>
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
> 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
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
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
"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
> >
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
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.
>
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
filename="text1.sdw"
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
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
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
-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
43 matches
Mail list logo