Hello,
I am interested in developing a client-side application that
works on top of the OpenSSL TLS stack that uses the
TLS_PSK_WITH_AES_128_CBC_SHA cipher suite (per draft-ietf-tls-psk-09.txt).
I saw recent e-mail threads from Mika Kousa, et al regarding
support of pre-shared key ciph
Alicia da Conceicao wrote:
Greetings:
The DES_ede3_cbc_encrypt() routine does not appear to properly pad
data to fill out the last block.
Consider, if the last block contains 4 bytes for the unencrypted
text "test", DES_ede3_cbc_encrypt() is only padding the remaining
characters with NULL chara
Hi Andreas,
Excellent explanation, now I see the picture more clear, I believe it was some
of my path that were missing in my .profile. Taking a look at your explanation,
things make more sense now. Thanks for sharing your thoughts. Lisandro
-
Ricardo, Thanks for the help;however, I think I found the solution by
installing the 4.0.1 of the compiller that rabellino pasted in the last 5 post.
I will keep in mind this sugestion for future use though. Thanks. Lisandro
---
Hi Rabellino,
Your reply seem to have the key answer to my question. I download your tar and
uncompress it, them I create the dir gnu under /opt. I follow to mv * /opt/gnu
to move all the stuff that was inside the tar. off course I was working in
current directory otherwise I would have had to
Hi,
First; are you using the right PATH to the compilers? as in
/opt/SUNWspro/bin or /usr/sfw/bin before any other path to other
locations of gcc?
for Sun CC I suggest;
export PATH=/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin
gcc:
export PATH=/usr/bin:/usr/sfw/bin:/usr/ccs/bin
Next, when using Sun
Thanks Rabellino, I will give it a try using your tar.
---
Lisandro Grullon
New York City College of Technology
Division of Continuing Education
Director of Network Operations
Lisand
The options I got by typing gcc -v are the ones bellow. Am I missing something?
bash-3.00# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.10/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc versi
Hi Andrea,
I installed the Sun C compiler suite as you pointed out; however, after
defining the path as suggested by the Sun C compiler instructions things still
not working properly and I still getting the same compilation error. I also
checked in /usr/sfw/bin for my gcc compiler and I see tha
GCC v3.4.3 is installed in /usr/sfw/bin with an Entire Distribution
install. You don't need to install the Companion CD.
BTW, Solaris 10 ships with openssl v0.9.7d and also installed in
/usr/sfw (and based on an Entire Distro install - no need for the
Companion CD).
My .02...
Andreas Almroth w
Lisandro Grullon wrote:
Andrea, can you point me in the right direction where to find the compiler to
supportamd64. thanks.
I can give you a download for a tar of my gcc 4.0.1 installation...
(/opt/gnu as installpath).
Try on http://www.di.unito.it/~rabser/gcc_401_Solaris10_amd64.tar.gz (
FYI,
I installed openssl v0.9.8 in three separate V20z with a single Opteron
244, running Solaris 10. All three boxes got Entire Distro installs
from CDs. I'm using Solaris 10 stock gcc.
# gcc -v
IReading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
Configured with: /builds/sfw
gcc in /usr/sfw/bin can do 64bit support via the -m64 option.
And you don't have to be in 64bit mode to build 64bit binaries.
openssl is also bundled with Solaris, though its an older version.
Regards,
Sean.
.
$ type openssl
is /usr/sfw/bin/openssl
$ openssl
OpenSSL> version
OpenSSL 0.9.7d
Hi,
For the Sun C compiler suite;
http://www.opensolaris.org/os/community/tools/sun_studio_tools/
(Check license terms though)
The GCC for amd64 may be installed on your system in /usr/sfw, in the
case you have installed Companion CD I believe.
Else, you will have to install it from CD, or compil
Andrea, can you point me in the right direction where to find the compiler to
supportamd64. thanks.
---
Lisandro Grullon
New York City College of Technology
Division of Continuing E
On Fri, Sep 02, 2005, Christian Weber wrote:
> Hello folks,
>
> i'm sorry but I cannot find the reason for the errors resulting in
> calling openssl (Version 0.9.7e or 0.9.8) as follows:
>
> openssl pkcs7 -noout -text -print_certs < decoded.b64
> unable to load PKCS7 object
> 5655:error:0D0680A
On Fri, Sep 02, 2005, Jason Haar wrote:
> Dr. Stephen Henson wrote:
>
> Outlook can send digitally signed emails - and receive - just fine. It
> can send encrypted emails that can be read by Thunderbird, but it can't
> decrypt them - whether sent by itself or by Thunderbird.
>
> I'm sure it's
Dr. Stephen Henson wrote:
Sending encrypted mail just uses the public key but if SSL client
authentication works then something will use the private key OK.
What about signed mail using that certificate, does that verify OK? Can
thunderbird generated encrypted mail using the same key and certif
On Friday September 2nd 2005 Christian Weber:
> Sorry again I missed to write that openssl asn1parse does work on the file.
>
> The file has been generated esternally (i.e. by german telesec), so
> we need to know what's wrong with the data to openssl.
>
> Marco: What parameters are you writing
Sorry again I missed to write that openssl asn1parse does work on the file.
The file has been generated esternally (i.e. by german telesec), so
we need to know what's wrong with the data to openssl.
Marco Roeland wrote:
> On Friday September 2nd 2005 Christian Weber wrote:
>
>
>>i'm sorry but I
On Friday September 2nd 2005 Christian Weber wrote:
> i'm sorry but I cannot find the reason for the errors resulting in
> calling openssl (Version 0.9.7e or 0.9.8) as follows:
>
> openssl pkcs7 -noout -text -print_certs < decoded.b64
> unable to load PKCS7 object
I have no idea either, but you
Hello folks,
i'm sorry but I cannot find the reason for the errors resulting in
calling openssl (Version 0.9.7e or 0.9.8) as follows:
openssl pkcs7 -noout -text -print_certs < decoded.b64
unable to load PKCS7 object
5655:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong
tag:tasn_dec.c
Hello Goetz,
thank you very much for this information.
My problem is that the german health insurance companies expect PEM mail.
So I have no choice.
It would be very helpful to know how to create Pem mails.
Otherwise how do I create PKCS#7 mailformat?
P.S. Meanwhile I'm able to compile and debug
Martin wrote:
> HI there,
Hello Martin,
> I'm a newbie to openssl. Here is my question :
> How can I create a "PRIVACY-ENHANCED MESSAGE" according to RFC 1421,
> 1422, 1423, 1424 ?
One can use the basic signing / encrypting functionallity of OpenSSL
to create the signature and build the signed
24 matches
Mail list logo