Using s_client to send additional (spurious) certificates

2024-07-09 Thread Andrew Lee-Thorp
Hello, Can s_client be used to send additional certificates (i.e. certificates that are not part of the chain for the current connection) I am trying to do the following (pseudocode): s_client -key myclient.key -cert myclient.cer -verifyCAfile expectedserverCA -connect server:port -fileAdditio

RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-31 Thread Lee Staniforth
Thanks very much, Matt and defulger. Removing the "-fvisibility=hidden" has enabled the tests to pass. I'll now have to see how my application (which is statically linked to OpenSSL) fairs. Lee From: Matt Caswell Sent: 23 December 2021 10:13 To: Lee Staniforth ; openssl-us

undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-21 Thread Lee Staniforth
this. Thanks in advance. Lee S

enable/disable algorithms at build time

2021-08-02 Thread Lee Hamel via openssl-users
I want to reduce the size of EDK2 CryptoPkg by enabling, at build time, only the OpenSSL algorithms I want supported in my code. Is this possible via a configuration mechanism? I can't find anything in documentation. Does this violate the GPL license? Thanks.Lee

[openssl-users] Is there any tool for verification of cryptography?

2016-10-11 Thread Keonho Lee
Hi All, I'd like to verify all of cryptographic algorithms on OpenSSL. But I could not get any way like tool. Do you have any tools for this? BR, KH.Lee. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] _armv7_tick undefined instruction error

2016-08-18 Thread Lee Rock
ster) is set, this instruction is not allowed to execute in user mode. I wonder why openssl use this instruction in user mode, as PMUSERENR is not set by default. BTW, My architecture is ARM v7, kernel is 3.18, openssl 1.0.1. BR Rock Lee -- openssl-users mailing list To unsubscribe: https://mta

[openssl-users] [Question] How to know that all supported SSL version?

2016-06-01 Thread Keonho Lee
Hi all, I'd like to know a way or OpenSSL command for what kind of SSL version are supported on current OpenSSL package. ex) SSL3.0/ TLS1.0/ TLS1.2/ DTLS1.0..etc.. BR, KH.Lee. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] HMAC-MD5 OpenSSL 1.0.1e and FIPS 2.0.7

2015-01-22 Thread Gibbons, Lee D (Doug)
NIST addresses TLS 1.0-1.2 KDFs in SP 800-135rev1. For 140-2 validation the KDF would be tested via NIST's ASKDFVS. For those riding on the shirttails of #1747, note that the TLS KDF component is implemented in the FIPS-capable OpenSSL library code *outside* of the FIPS Object Module. Though th

Re: Deadlock in openssl1.0.1e.

2014-01-14 Thread Lee Dilkie
and what are all the other threads doing? some other thread must already own this lock and is waiting on something else. -lee On 2014-01-10 13:11, Tayade, Nilesh wrote: > Hi, > > I am facing a deadlock issue on openssl1.0.1e. Please see the stack below. > Could anyone please advise

Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Lee Hambley
orrect size (* 294* in my case). I've poked around Google and the list archives and couldn't come up with anything; but I also couldn't come up with results from many people who had been doing what I am doing (ie. reading from an inlined object blob). - Lee Hambley

Fwd: Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Lee Hambley
A $ echo $? 0 I assume that the bytes at the given location have been modified, or removed somehow. When I don't call ``, the base64 outpu

Re: Building OpenSSL for EFI

2013-01-20 Thread Lee Fisher
> I would like (need) to get OpenSSL working in the EFI [...] In the EDK-2, this directory: edk2/trunk/edk2/CryptoPkg/Library/OpensslLib/* showd you how to patch, configure, and build OpenSSL in the EDK-2 environment. Also look in some nearby include directories for OpenSSL headers and in

Re: Can someone recommend a good SSL protocol analyzer for Windows ?

2013-01-18 Thread Lee Fisher
> I have been trying that. it shows handshake for TLSv1 for some sites and > not for others. > > I might be using it wrong.. but am not also sure if it supports analyzing > https by default.. > > Have you tried it ? If Wireshark doesn't work, try Microsoft Network Monitor (NetMon). Wireshark is

Re: I can't believe how much this sucks

2012-11-13 Thread Lee Fisher
For things that the peer support forum and the existing documentation don't cover, you have the source code, which is definitive. Additionally, there are professional OpenSSL consultants you can use for help. It would be more productive to submit bugs and patches, instead of a litany :-) _

Re: OpenSSL support of Intel AES instruction set

2012-09-25 Thread Lee Fisher
>>> I remember seeing somewhere that OpenSSL supports Intel AES instruction >>> set. If so, which release is that and what flag is needed to enable it. >>> Does the 'no-asm' flag in 'Configure' disable the use of these instructions? Look on the Contribution page. http://openssl.org/contrib/

Re: UEFI Authenticode Code - is it any good?

2012-05-29 Thread Lee Fisher
I forwarded this to the EFI list, for a response from Intel: http://sourceforge.net/mailarchive/message.php?msg_id=29329799 Original Message Subject: Re: [edk2] Fwd: Re: UEFI Authenticode Code - is it any good? Date: Tue, 29 May 2012 08:47:51 + From: Long, Qin Reply-To: ed

Re: this list

2012-03-17 Thread Lee Fisher
On 3/17/12 1:27 AM, John A. Wallace wrote: > Is this list available from gmane or some similar way that allows > it to be read with a newsreader? Thanks. nntp://news.gmane.org/gmane.comp.encryption.openssl.user http://dir.gmane.org/gmane.comp.encryption.openssl.user http://gmane.org/find.php?l

DSA_verify(...) method FIPS compliant?

2012-01-12 Thread Chang Lee
DSA_verify() is not FIPS compliant? If so, will moving to FOM 1.2.3 help? Cheers, -Chang Lee

Re: Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-22 Thread Chang Lee
Nice tip. I'll look into that. On Thu, Sep 22, 2011 at 4:19 AM, Frank Morgner wrote: > On Thursday, September 22 at 08:41AM, Dominik Oepen wrote: > > > > Am 21.09.2011 23:27, schrieb Chang Lee: > > > Does anyone know of a way to take an ASN1_OCTET_STRING that

Re: Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-22 Thread Chang Lee
ASN1_get_object() got the job done. Thanks. On Thu, Sep 22, 2011 at 1:34 PM, Dr. Stephen Henson wrote: > On Thu, Sep 22, 2011, Chang Lee wrote: > > > Thanks for the info. I'll try to get it to work using ASN1_get_object(). > > Just for my edification, was my approach

Re: Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-22 Thread Chang Lee
Thanks for the info. I'll try to get it to work using ASN1_get_object(). Just for my edification, was my approach using the templates and macros not a viable option? On Thu, Sep 22, 2011 at 12:22 PM, Dr. Stephen Henson wrote: > On Thu, Sep 22, 2011, Chang Lee wrote: > > > I&

Re: Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-22 Thread Chang Lee
ther->value.octet_string; AUTHENTICODE_CONTENT *pAuthContent = d2i_AUTHENTICODE_CONTENT(NULL, (const unsigned char**)&content->data, content->length); ... d2i_AUTHENTICODE_CONTENT(...) errors out. -Clee On Thu, Sep 22, 2011 at 10:07 AM, Dr. Ste

Re: Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-22 Thread Chang Lee
inik Oepen < oe...@informatik.hu-berlin.de> wrote: > Am 21.09.2011 23:27, schrieb Chang Lee: > > Does anyone know of a way to take an ASN1_OCTET_STRING that contains a > > DER encoded Sequence and extract the contents of the Sequence as an > > ASN1_STRING. Essentially,

Convert ASN1_OCTET_STRING contents to ASN1 Sequence

2011-09-21 Thread Chang Lee
Does anyone know of a way to take an ASN1_OCTET_STRING that contains a DER encoded Sequence and extract the contents of the Sequence as an ASN1_STRING. Essentially, I want to construct an ASN1 object of the Sequence. I guess I could manually parse the Sequence (and deal with the different types o

Auto Reply: Re: OpenSSL Security Advisory

2011-09-06 Thread huieying . lee
I will be on vacation from Sep/05/2011 thru Sep/16/2011 (back in the office on Sep 19). Have a great day ! Huie-Ying __ OpenSSL Project http://www.openssl.org User Support Mailing List

Auto Reply: Re: Support for SOCKS proxy

2011-09-06 Thread huieying . lee
I will be on vacation from Sep/05/2011 thru Sep/16/2011 (back in the office on Sep 19). Have a great day ! Huie-Ying __ OpenSSL Project http://www.openssl.org User Support Mailing List

Auto Reply: Auto Reply: Re: Support for SOCKS proxy

2011-09-06 Thread huieying . lee
I will be on vacation from Sep/05/2011 thru Sep/16/2011 (back in the office on Sep 19). Have a great day ! Huie-Ying __ OpenSSL Project http://www.openssl.org User Support Mailing List

Auto Reply: Re: Support for SOCKS proxy

2011-09-06 Thread huieying . lee
I will be on vacation from Sep/05/2011 thru Sep/16/2011 (back in the office on Sep 19). Have a great day ! Huie-Ying __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: PKCS7_verify() implementation incomplete?

2011-08-15 Thread Chang Lee
uld you agree with my conclusion or am I missing something? -Chang On Mon, Aug 15, 2011 at 2:03 PM, Dr. Stephen Henson wrote: > On Mon, Aug 15, 2011, Chang Lee wrote: > > > I appreciate the timely response. So it is as I suspected then. > > PKSC_signatureVerify() is not digesti

Re: PKCS7_verify() implementation incomplete?

2011-08-15 Thread Chang Lee
etc... It just needs to be interpreted as an OCTET STRING. -Chang On Mon, Aug 15, 2011 at 12:27 PM, Dr. Stephen Henson wrote: > On Mon, Aug 15, 2011, Chang Lee wrote: > > > Has anyone been able to use PKCS7_verify(...) to verify a SignedData > > signature with authenticated

PKCS7_verify() implementation incomplete?

2011-08-15 Thread Chang Lee
ibute. This implementation would be wrong. Is this a bug or do have I stayed up too long looking at this code. I'm using 0.9.8r. -Chang Lee

Re: OpenSSL with Managed C++

2011-01-31 Thread Lee Fisher
Can we use OpenSSL lib with Managed C++? Thanks. http://openssl-net.sourceforge.net/ __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.o

Re: Let's talk about HTTPS Everywhere

2011-01-19 Thread Lee Fisher
Ok. It's a Firefox Add-on: https://www.eff.org/https-everywhere Questions: 1) But: Why can't i find it on the offical Firefox Add-ons site?: https://addons.mozilla.org/en-US/firefox/ Because you're looking in the wrong place. It is wrong to assume that 100% of XPIs are hosted at AMO. Most ar

Re: FIPS Open SSL Build using VC++ on Windows

2010-10-12 Thread Lee Merrill
t;) are not present. This causes fipsld to fail, any suggestions appreciated. Lee -- On 10/12/2010 07:07 AM, rajesh kumar wrote: Hi All, i am very new to OpenSSL build ... I have build the static build of FIPS Capable OpenSSL as mentioned in user guide 1.2. I have used following commands on

RE: Thread locking functions

2010-02-16 Thread Lee Linkoff
g about them in school. Thanks. Regards, Lee -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Steffen DETTMER Sent: Monday, February 15, 2010 11:04 AM To: openssl-users@openssl.org Subject: Re: Thread locking functions * Sad

wpa_supplicant problem w/CA

2009-11-30 Thread Andy Lee
On ubuntu 9.10 (karmic) I'm unable to connect to a wireless network using PEAP/mschapv2. Looking at the syslog, it seems that OpenSSL isn't recognizing the root CA: Nov 18 09:37:35 my_laptop wpa_supplicant[1587]: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected Nov 18 09:37:35 my

Add new crypto algorithm into Openssl

2009-11-26 Thread Gloria Lee
Hi, I wanna ask something... Im trying to add crypto algorithm into Openssl, I heard about the engine(ccgost), and read the README.txt file, but I don't understand how to do it.. I wonder If I add my own algorithm, Do I just copy ccgost pattern? or have to change entire openssl core source??..

Re: about the sha1

2009-10-14 Thread jaze lee
2009/10/14 Reid Thompson : > On Tue, 2009-10-13 at 08:58 +0800, jaze lee wrote: >> hello guys, >> recently i use openssl to implement a identify scheme, i need the >> hash function. But the sha1 can not meet my needs, >> the message digest i want are 200 bits or

about the sha1

2009-10-12 Thread jaze lee
jaze-lee __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager majord

Re: about the big number xor

2009-09-13 Thread jaze lee
e note is " Add polynomials a and b and store result in r; r could be a or b, a and b could be equeal; r is the bitwise XOR of a and b ." i want to know when the r is the xor of a and b. > > Cheers, > -- > Mounir IDRASSI > IDRIX > http://www.idrix.fr > > jaze lee wro

Re: about the big number xor

2009-09-13 Thread jaze lee
2009/9/14 jaze lee : > 2009/9/14 Mounir IDRASSI : >> Hi, >> >> There is no explicit function for this but you can use the function >> BN_GF2m_add to perform the XOR of two BIGNUMs : for GF2m polynomials, >> the addition is a simple bitwise XOR. > Thank you

[no subject]

2009-09-13 Thread jaze lee
list __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager majord...@openssl.org

about the big number xor

2009-09-13 Thread jaze lee
I want to implement xor function of large number . I do not know whether the similar function is already been implemented. If so, where i can find it . And if not i have to try , thank you ! __ OpenSSL Project

about the ec_group_st struct

2009-06-18 Thread jaze lee
EC_POINT *generator; //optional 38 BIGNUM order, cofactor; Regards jazz lee __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Auto

trace the ecdsa_do_sign

2009-06-17 Thread jaze lee
hello, when i traced ecdsa_do_sign, i can not find the definition of ECDSA_SIG_new(), anyone know where it is ? thank you __ OpenSSL Project http://www.openssl.org User Support Mailing List

the point in elliptic curve

2009-06-15 Thread jaze lee
hello, If i want to use elliptic curve encryption algorithm, i have to express my data into the point in the curve, Is there some good methods do this job well ? Thank u. __ OpenSSL Project ht

about the eccc encryption algorithm

2009-06-15 Thread jaze lee
Hello, Is there a function to implement the ecc encryption ? not ecc signature. Thank you . __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@op

about the ecc point

2009-06-11 Thread jaze lee
hello, how we change the data we want to encode to the point in the ecliptic ? thank you __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@opens

Re: about the integer decomposition

2009-06-07 Thread jaze lee
2009/6/7 Victor Duchovni : > On Sun, Jun 07, 2009 at 09:51:14AM +0800, jaze lee wrote: > >> The problem is we can not find the function yet ? or some other ways >> to judge a big integer whether it's a prime. Is it so-called >> mathematics problem that many cipher b

Re: about the integer decomposition

2009-06-06 Thread jaze lee
2009/6/6 Michael S. Zick : > On Sat June 6 2009, jaze lee wrote: >> >> i  still not understand the problem. although i don''t get the result. >> > > Q1: Why is this problem "hard" - as in: "computationally hard" ? > > A1

Re: about the integer decomposition

2009-06-06 Thread jaze lee
2009/6/6 Rustam Rakhimov : > So if you are so brave try the example given before. > Than you will feel reality. may be you are wright, i try , but i can not get the result. if a integer with m bits and another integer with n bits, if the multiple , there product has m+n bits or m+n-1 bits. 2489114

Re: about the integer decomposition

2009-06-05 Thread jaze lee
2009/6/6 David Schwartz : > >> hello, >>      when  i read some books about cryptography, it always go that the >> cryptography is based on the difficult math problem, for example big >> integer decomposition, >> i don't understand it, for if we know that n = p*q , p, q are prime , >> why it's diff

about the integer decomposition

2009-06-05 Thread jaze lee
if we know the big integer and it is mul of two prime number. we can get prime number and test whether p*q == n, why people say it 's a difficult problem? may be my understanding is not right? someone who knows please tell me , thank you very much sinc

bio_write

2009-05-28 Thread jaze lee
hello, #include 2 int main() { 3 BIO * b; 4char buf[100] = "hello world \n"; 5 b = BIO_new(BIO_s_file()); 6 BIO_set_fp(b, stdout, BIO_NOCLOSE); 7 BIO_write(b, buf, sizeof(buf)); 8 return 0; 9 } after compile , and run, i can see the hello world but if

[no subject]

2009-05-27 Thread jaze lee
hello, If there is a large file, I want to use BIO_read to read it to buff[4096] in a loop, but i found it start from the second loop, BIO_read from the file begining. I use BIO_seek to solve it. But it not work. Is there any good suggestion ? Thank you _

set timeout with different value

2008-01-07 Thread Jack Lee
Hi, I've been going through a lot of articles about setting the timeout value of the SSL session, however I still haven't got any clue to how to do it. Could you be so kindly in giving me ideas to do this. Many thanks, Jack _ Expr

Re: Which PGP product for fips validation of the download?

2007-04-25 Thread Lee Merrill
verification of the PGP signature, and after talking with PGP salespeople, PGP Professional will do the PGP verification: http://www.pgp.com/products/packages/desktop_pro/index.html Though it does a lot more, but I only need the signature check. Regards, Lee -- "There is nothing remarkable abo

Which PGP product for fips validation of the download?

2007-04-24 Thread Lee Merrill
I need (albeit it runs on a mainframe!) than the full PGP suite. Thanks, Lee -- "There is nothing remarkable about it. All one has to do is press the right keys at the right time and the computer programs itself." (ala J.S. Bach) Unless otherwise stated, any views presented in this e-mail

Re: Can openssl-0.9.8e be compiled and used under microsoft windows?

2007-03-09 Thread Park Lee
for ARM ? Thank you very much. Park Lee Expecting? Get great news righ

Re: Strange compilation errors

2006-11-06 Thread Lee Merrill
You might check for "redefined" errors on this symbol. I would tend to remove the rpm before installing a built version, but either way should work. Regards, Lee On Sat, 2006-11-04 at 18:56 -0800, Ramtin wrote: Hi everybody, I had installed openssl as a rpm package (openssl-

Re: Memory leaking

2006-08-16 Thread Lee Merrill
ctx is automatically cleaned up after the    call. Maybe this could be changed somehow? Thanks again, Lee You need to call EVP_CIPHER_CTX_cleanup() to free up any memory associated with the ctx. --- "There is nothing remarkable about it. All one has to do is press the right

Memory leaking

2006-08-16 Thread Lee Merrill
bio->references is also incremented. Any thoughts on this would be appreciated, Lee P.S. Here is my source code: #define EVP_ERR(_errVal) do { ret = _errVal; goto err; } while (0) int evpEncrypt(int keyIdx, BYTE *dstPtr, BYTE *srcPtr, int cryptLen, int *errCode) { // Call the OpenSSL encryption r

RE: Multiple commonNames or using subjectAltName problems.

2006-05-16 Thread Lee Colclough
s the case. Many thanks again to the group, especially Goetz and Peter! Lee. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Goetz Babin-Ebell Sent: 15 May 2006 21:20 To: openssl-users@openssl.org Subject: Re: Multiple commonNames or using subjectAltNam

RE: Multiple commonNames or using subjectAltName problems.

2006-05-15 Thread Lee Colclough
t name-cert.pem -config ./1openssl.cnf -infiles name-req.pem (Signs the certificate)   This seems to generate a valid certificate, but only works when the app is run on Server1.myDomain.local, and not on Server2.myDomain.local.   Again, sorry this is a little long but I’m stuck!   Thanks again all.   Lee.  

RE: Multiple commonNames or using subjectAltName problems.

2006-05-15 Thread Lee Colclough
the correct way to do it? Goetz, I will try your patch too, but I'd like to be able to do this with a vanilla OpenSSL install. Many thanks again people. Lee. -Original Message- From: [EMAIL PROTECTED] [mailto:

Multiple commonNames or using subjectAltName problems.

2006-05-12 Thread Lee Colclough
nName       = Common Name (hostname, IP, or your name) commonName_default   = *.DomainName.local commonName_max   = 64   but that doesn't work either.  Can anyone help?   Thanks   Lee.

RE: how to generate Private for Blowfish, CAST and rc4

2006-02-17 Thread Lee Colclough
know?  Hope I was some help.   Thanks   Lee       From: owner-openssl-users@openssl.org [mailto:owner-openssl-users@openssl.org] On Behalf Of danny ng Sent: 17 February 2006 06:54 To: openssl-users@openssl.org Subject: how to generate Private for Blowfish, CAST and rc4   Hi

Re: SSL v2/3 and TLS.. How to be flexible?

2006-02-15 Thread Lee Dilkie
here some other function I can call to determine if the connection is TLS or SSL(v2|v3)? -lee I'm not losing sleep over it, I've accepted the fact that my server needs to use methodv23() to be flexible. Just curious it that will ever n

Re: SSL v2/3 and TLS.. How to be flexible?

2006-02-14 Thread Lee Dilkie
Perhaps I'm getting confused with what's reported. I just noticed that SSLv3 gets reported even when I specify TLS methods on the client and server. ie. "cipher spec=AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1" Is this "really" SSLv3 or is it TLS? Kyle Hamilto

SSL v2/3 and TLS.. How to be flexible?

2006-02-13 Thread Lee Dilkie
rver that can handle either SSL or TLS incoming connections? Or, if both ends support it, negotiate to TLS? TIA, -lee __ OpenSSL Project http://www.openssl.org User Support Mailing List

RE: Decryption question

2006-02-09 Thread Lee Colclough
e saved me days of trawling through websites and the book. Lee. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: 08 February 2006 17:39 To: openssl-users@openssl.org Subject: Re: Decryption question If you're on Win32, just type up

RE: Decryption question

2006-02-08 Thread Lee Colclough
d you mean manually code some soap messages and pass them to s_client, to see what the server returns? No problem doing this, but how do I get them into s_client? Thanks again, you've been a lifesaver. Lee. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: Decryption question

2006-02-08 Thread Lee Colclough
Still a confusing explanation I know, but it's a confusing problem! Hope this helps a little, many thanks in advance for anyone who trawled through all this! Lee Colclough -Original Message- [EMAIL PROTECTED] On Behalf Of Kyle Hamilton Subject: Re: Decryption question I'm

Decryption question

2006-02-08 Thread Lee Colclough
OpenSSL within gSoap and can help, I can provide more specific detail.   Any ideas appreciated,   Lee Colclough

closing ssl

2005-11-05 Thread Seongsu Lee
#7 0x08049499 in user_func1 () at x1.c:61 #8 0x08049289 in main () at x0.c:49 1) What is the valid way to successfully close SSL session? 2) What documents should I read for this problem? 3) Any ideas? Thank you for your help. -- Seongsu Lee - http://www.senux.com/ [Follow is a random

openssl for IE6

2005-10-07 Thread Seongsu Lee
SSL_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA I am waiting for comments. Thank you! -- Seongsu Lee - http://www.senux.com/ [Follow is a random fortune] "On a normal ascii line, the only safe condition to detect is a 'BREAK' - everything else having been assigned functions by Gnu EMACS."

How to run CA.all script to generate EAP-TLS certifiate

2005-09-26 Thread ann lee
Hi,all:   I am new to freeradius world. I am trying to setup EAP-TLS using freeradius server. Would you pls tell me which cisco access point is preferred for the EAP-TLS setup?   I have installed openssl-0.9.8 and freeradius-1.0.5 on Redhat 9.0.  I tried several times to generate certificate b

RE: Command Line Params

2005-03-07 Thread Lee Jenkins
out cert.pem -keyout key.pem -extensions usr_cert > Thanks Steve, I will give that a try. Lee __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@ope

RE: Command Line Params

2005-03-07 Thread Lee Jenkins
> You can do the whole thing in a single command by using the -x509 > option to > 'req'. You might want to use alternative extensions though > because that will > use CA ones by default. Could I impose upon

Command Line Params

2005-03-07 Thread Lee Jenkins
s for data. Is there a way that I can feed this data (passphrase, State, City, common name, etc) to the command line through a text file or such? I've looked through the command line params docs, but didn't notice anything. Thank you for any help,

test - ignore please

2005-03-06 Thread Lee Jenkins
Test please ignore __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROT

RE: how do i use a CRL file to verify a certificate against?

2004-09-21 Thread Lee Baydush
te against? Den 21. sep 2004, kl. 15:43, skrev Lee Baydush: > You can't tell if it has been revoked. That's why they are 'trusted > roots'. If you think your root ca has been compromised, that is when > you usually hit the big red panic button and shut down the

RE: how do i use a CRL file to verify a certificate against?

2004-09-21 Thread Lee Baydush
You can't tell if it has been revoked. That's why they are 'trusted roots'. If you think your root ca has been compromised, that is when you usually hit the big red panic button and shut down the shop. -Original Message- From: Jon Bendtsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, Septe

RE: Problems with get_notAfter

2004-09-20 Thread Lee Baydush
--- Lee Baydush <[EMAIL PROTECTED]> escreveu: Do you know are you trying to output to an input only BIO? I assume you also checked the hbio!=NULL and cert!=NULL? > > -Original Message- > From: Marcos Paraiso > [mailto:[EMAIL PROTECTED] > Sent: Monday, September 20, 2004

Adding signature algorithm for verification

2004-09-20 Thread Lee Baydush
Will somebody tell me how to add an OID and corresponding verification routine to OpenSSL version 0.9.7c to verify a SHA-256 signature. Currently I am trapping the X509_V_ERR_CERT_SIGNATURE_FAILURE and X509_V_ERR_CRL_SIGNATURE_FAILURE errors in my verify callback routine, comparing the OID in t

RE: Problems with get_notAfter

2004-09-20 Thread Lee Baydush
Do you know are you trying to output to an input only BIO? I assume you also checked the hbio!=NULL and cert!=NULL? -Original Message- From: Marcos Paraiso [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 9:08 AM To: [EMAIL PROTECTED] Subject: Problems with get_notAfter Hi ev

RE: TLS and TOS

2004-06-17 Thread Lee Dilkie
Are you sure it *actually* worked? The function call will appear to succeed, but win2K and above don't allow programs to set TOS anymore, unless you fiddle with the registry to override the default behaviour. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf

FW: Command-line and API differences

2004-02-16 Thread Lee Lindquist
with an encrypted string and a password. Any suggestions for this? Thanks. - Lee To: [EMAIL PROTECTED] Subject: Command-line and API differences Date: Thu, 12 Feb 2004 20:06:31 -0500 I'm having a problem using the crypto api interface, and the openssl command line Here's my

RE: Creating certificates with more than one eMail address

2004-02-05 Thread Lee Dilkie
ard. The standard has been modified, subject alt name has been added and there is a wish to move such information to the new extension. Until legacy applications are gone, it is wise to code this information in both locations. Wouldn't you agree? That's exactly what the CA I used has done. -lee smime.p7s Description: S/MIME cryptographic signature

RE: Creating certificates with more than one eMail address

2004-02-04 Thread Lee Dilkie
o the same with an openssl generated certificate. -lee > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael Helm > Sent: Tuesday, February 03, 2004 3:55 PM > To: [EMAIL PROTECTED] > Subject: Re: Creating certificates with more

Re: SSL_accept(), IE and simultaneous connections

2004-01-15 Thread Michael Lee
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 3:51 AM Subject: Re: SSL_accept(), IE and simultaneous connections Michael Lee wrote: > In my multithreaded HTTPS server application running on Windows 2000, > SSL_accept() occasionally returns -1

SSL_accept(), IE and simultaneous connections

2004-01-06 Thread Michael Lee
e are many simultaneous connections from IE. Michael Lee __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

Occasional ssl23_read() failure

2003-12-30 Thread Michael Lee
a workaround or should I use some special options? Michael Lee __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

RE: valgrind reports failures on examples

2003-12-18 Thread Lee Dilkie
use that memory (as when you call a system function), an error is reported. As I said, can't speak for your setup, but that's what I found when I tracked down similar issues on my setup. -lee __ OpenSSL Proj

RE: Pop, imap cert

2003-12-02 Thread Lee Dilkie
for outlook to use it you need to pick another port, not it's suggested 995, and setup qpopper "tls-support=alternate-port". Just what I figured out, there may be better solutions. -lee smime.p7s Description: S/MIME cryptographic signature

RE: Pop, imap cert

2003-12-01 Thread Lee Dilkie
at was configured as a non-inband negotiated TLS ("stls" terminology in qpopper) and pointed my MS outlook people at it (with SSL enabled). That is, if that is what you're trying to do... -lee __ OpenSSL Pro

(PUT NOT ALLOWED) (host: 10.103.1.10) SSL handshake failed. RC -16 errno 0

2003-10-30 Thread Lee Pretorius
. Lee Pretorius __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

RE: OpenSSL denial of service

2003-08-19 Thread Lee Dilkie
not as easy to protect yourself against. using honking big h/w accelerators is one solution. I don't know of any s/w solutions. -lee > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Neil Humphreys > Sent: Tuesday, August 19, 2003 2:2

RE: SSL_accept is too slow:(

2003-07-02 Thread Lee Dilkie
> 3) Provide a better explanation of what's wrong and where. You say you're using a ppc603? What speed? My experience with a ppc603 at 133Mhz says an SSL_accept takes about 1.3 seconds, most of it at full throttle on the processor. If this is your experience (scaled by your processor speed) and t

RE: Certificate CRLs & X509_V_ERR_UNABLE_TO_GET_CRL

2003-06-25 Thread Lee Dilkie
rt of writing his own verify code (a fairly major effort to get right) I worry that this will discourage using the crl checking features and we end up poorer off, security wise. just my thoughts. regards, -lee __ OpenSSL Project

  1   2   >