|
|
Up |
|
|
  |
Author: Tejesh VijayakumarTejesh Vijayakumar
Date: Jul 1, 2008 22:16
Hi,
I have ported Xsupplicant(EAP) code on Vxworks platform for a wireless
modem.
I am testing TLS authentication. Currently i am able to receive "server
certificate, server key exchange, server hello done" messages from
the server. But I am unable to send "client certificate, client key
exchange, client change cipher spec"messages.
An assertion "No data returned!" is thrown. The statement
"BIO_get_mem_ptr(mytls_vars->ssl_out, &retData);" is returning a zero
length data.
I am using BIO_new() , SSL_set_bio() functions initially.
Pls advice on how to fix this issue so that a proper response can be sent
to the server.
Regards,
Tejesh Vijayakumar
Software Engineer,
Product Engineering Services[PES] Group,
|
| Show full article (3.33Kb) |
|
| |
no comments
|
|
  |
|
|
  |
Author: Panthers RockPanthers Rock
Date: Jul 1, 2008 17:18
This question has been asked before and I could find no answers to it in the
archives.
Can one send the same buffer (for in and out parameters) to
EVP_EncryptUpdate and EVP_DecryptUpdate functions when the encryption cipher
is RC4?
Regards,
S M
This question has been asked before and I could find no answers to it in the archives.Can one send the same buffer (for in and out parameters) to EVP_EncryptUpdate and EVP_DecryptUpdate functions when the encryption cipher is RC4?
Regards,S M
|
| |
|
no comments
|
|
  |
Author: travistravis
Date: Jul 1, 2008 15:00
I've been wrestling with the openssl.cnf and don't understand it.
I need to make some certs for some OpenBSD IPSec hosts (isakmpd)
and they require this field to have something in it.
Where should I start reading?
--
Crypto ergo sum. https://www.subspacefield.org/~travis/
Truth does not fear scrutiny or competition, only lies do.
If you are a spammer, please email john@ subspacefield.org to get blacklisted.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@ openssl.org
Automated List Manager majordomo@ openssl.org
|
| |
|
1 Comment |
|
  |
Author: harold reggieharold reggie
Date: Jul 1, 2008 13:56
Hello,
I am trying to build a custom asn1 structure in my program using openssl
0.9.6.
The structure will have a few sequences / sets with integers,
printablestrings, etc.
I am looking for some help on where to begin. I have been pouring over the
openssl code, and have been playing with various methods of creating this
ans1 structure but i haven't been able to create quite what i need.
Are there some good examples out there too look at?
Im currently doing things this way:
create ASN1_STRING, ASN1_INTEGER..etc
i2d all of them with null and get total size
call ASN1_object_size(1,i,V_ASN1_SEQUENCE); to get total size.
malloc new data size.
i2d with newly malloc'd data.
and finally
ASN1_STRING_set(seq,data,total);
|
| Show full article (2.01Kb) |
|
no comments
|
|
  |
Author: Dr. Stephen HensonDr. Stephen Henson
Date: Jul 1, 2008 13:40
On Tue, Jul 01, 2008, harold reggie wrote:
> Hello,
> I am trying to build a custom asn1 structure in my program using openssl
> 0.9.6.
> The structure will have a few sequences / sets with integers,
> printablestrings, etc.
>
> I am looking for some help on where to begin. I have been pouring over the
> openssl code, and have been playing with various methods of creating this
> ans1 structure but i haven't been able to create quite what i need.
>
> Are there some good examples out there too look at?
>
The first piece of advice if possible is DON'T. The ASN1 code changed
significantly in OpenSSL 0.9.7 and later and as a result it is much easier to
write. All the old code had been rewritten in the new format with the odd
exception such as SSL_SESSION.
|
| Show full article (1.61Kb) |
|
1 Comment |
|
  |
Author: fbcfbc
Date: Jul 1, 2008 12:52
I fixed it -- removed FIXCRIO from my qmail smtpd/run file
Sorry for the posting when this wasn't really an openssl problem... but I'd
like to post this follow up just in case someone googles it in the future if
they made the same mistake as me!
On Mon, Jun 30, 2008 at 1:32 PM, fbc gmail.com> wrote:
> I'm running a qmail server on Fedora Core 6 and have the latest version of
> OpenSSL (in the official fc6 yum repositories) for it:
> *[root@mail control]#* openssl version
> *OpenSSL 0.9.8b 04 May 2006*...
|
| Show full article (4.24Kb) |
|
no comments
|
|
  |
Author: ScottScott
Date: Jul 1, 2008 11:30
I have a key, K, that I use to sign an X509 certificate, X.
Later, a certificate Y arrives (this certificate Y may be the same as
X; we do not know), and I want to verify whether or not it was signed
by K.
Intuitively, I want to do something like X509_verify(Y, K). In my
mindset, this should be one of the basic building blocks of
certificate signature and verification. However, I can find no way to
do this. I'm using a python library called M2Crypto that returns False
when I do this, with no further information. I can find no equivalent
command to issue to the openssl command-line tool to diagnose the
problem interactively.
Can anyone help? Am I viewing this problem the wrong way? All I want
to know is whether or not a certificate was signed by a particular
public key.
Thanks,
Scott
|
| |
|
no comments
|
|
  |
Author: Dr. Stephen HensonDr. Stephen Henson
Date: Jul 1, 2008 08:54
On Sat, Jun 28, 2008, Razack wrote:
> I'm not sure, that this code is correct?
>
>
>
> thx for help
>
>
>
> unsigned char text[]="Hello World!";
>
> char key[]="password";
>
> char iv[]="12345678";
>
>
[snip]
|
| Show full article (1.03Kb) |
|
no comments
|
|
  |
|
|
  |
Author: doki_pendoki_pen
Date: Jul 1, 2008 06:38
Leonard F. Elia wrote:
> TLS v1 (OpenSSL 0.9.8d 28 Sep 2006 / SunOS 5.10 Generic_127127-11
> sun4v sparc SUNW,Sun-Fire-T1000)
> and
> Firefox 3 [Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9)
> Gecko/2008052906 Firefox/3.0]
>
> both work fine for me.
>
>
> doki_pen wrote:
>
I think it is a firefox problem and it is because I am using a * cert.
My cert is for *. mydomain.com. I think firefox flags it as
TLS-intolerant and problems ensue. There are some related bugs on mozilla.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@ openssl.org
Automated List Manager majordomo@ openssl.org
|
| |
|
no comments
|
|
|
|
|
|
|