Upgrade openssl 1.0.2 to 1.1.1 guideline

2022-03-08 Thread Yan, Bob via openssl-users
Hi All, Is there any guideline for upgrading openssl version from 1.0.2 to 1.1.1? Thanks Bob

RE: ECDSA certificate question

2020-09-22 Thread Yan, Bob via openssl-users
ec_pmeth.c:331: -Original Message- From: Michael Richardson Sent: Tuesday, September 22, 2020 4:36 PM To: Yan, Bob Cc: openssl-users@openssl.org Subject: Re: ECDSA certificate question Yan, Bob via openssl-users wrote: > Is there a way to generate a ECDSA certificate with SM2

ECDSA certificate question

2020-09-22 Thread Yan, Bob via openssl-users
Hello everybody, Is there a way to generate a ECDSA certificate with SM2 typed public key and ecdsa-with-SM3 as the signature algorithm in openssl 1.1.1x version? Thank you very much! Bob

[openssl-users] Lock for SSL_accept method

2018-02-07 Thread Yan, Bob via openssl-users
= SSL_accept(SslSessionObject); mutex.unlock(); Thank you very much! Bob -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Certificate Comparison

2017-09-19 Thread Yan, Bob via openssl-users
Thanks Scott, it can be done. I am also looking for some functions which can compare the fingerprint of certificates -Original Message- From: Scott Neugroschl [mailto:scot...@xypro.com] Sent: Tuesday, September 19, 2017 11:30 AM To: Yan, Bob ; openssl-users@openssl.org Subject: RE

[openssl-users] Certificate Comparison

2017-09-19 Thread Yan, Bob via openssl-users
Hi All, I need to compare a received certificate object with a PEM-formatted certificate stored at local file system. Is there any openssl library functions or an easy way to compare these two certificates? Thank you very much! Bob -- openssl-users mailing list To unsubscribe: https

Re: [openssl-users] SSL_accept error code

2016-03-08 Thread Yan, Bob
-users] SSL_accept error code On 08/03/16 01:04, Yan, Bob wrote: > Hi All, > > I have a SSL server application which use SSL_accept to accept the > connections from client, see the code below: > > int retcode = SSL_accept(mSsl); > unsigned long error = SSL_ge

[openssl-users] SSL_accept error code

2016-03-07 Thread Yan, Bob
went wrong, for example Client connect server with ssl3 protocol (disabled), I get the error like this "error:0001:lib(0):func(0):reason(1)". Could somebody tell me that is there any way to have more detailed debug messages from openssl? Thanks Bob -- openssl-users maili

[openssl-users] How to retrieve the revoked certificate list when X509_LOOKUP_hash_dir() method used

2016-02-25 Thread Yan, Bob
hanks Bob -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] WARNING message "can't open config file??? when running openssl command

2016-02-04 Thread Yan, Bob
n running openssl command On Thu, Feb 04, 2016, Yan, Bob wrote: > Hi Rich, > > It works, thank you for your suggestions! I am just wondering is there any > other options, for example eliminate the WARNING message while building the > openssl libraries and executables? >

Re: [openssl-users] WARNING message "can't open config file” when running openssl command

2016-02-04 Thread Yan, Bob
Thanks again, Rich! -Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Salz, Rich Sent: Thursday, February 04, 2016 10:57 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] WARNING message "can't open config file” when running openss

Re: [openssl-users] WARNING message "can't open config file” when running openssl command

2016-02-04 Thread Yan, Bob
Hi Rich, It works, thank you for your suggestions! I am just wondering is there any other options, for example eliminate the WARNING message while building the openssl libraries and executables? Thank you very much! Bob -Original Message- From: openssl-users [mailto:openssl-users

[openssl-users] WARNING message "can't open config file” when running openssl command

2016-02-04 Thread Yan, Bob
-text $ WARNING: can't open config file: /usr/local/ssl/openssl.cnf How can I eliminate this WARNING message even though the “/usr/local/ssl/openssl.cnf” file does not exist? Thanks Bob ___ openssl-users mailing list To unsubscribe: https://mta.o

Re: [openssl-users] Certificate verification failure

2016-02-03 Thread Yan, Bob
Hi Jan, The problem is due to the mis-matched version between openssl library (used by application) and openssl executable. Basically the CA/Intermediate CA certificate hash is calculated different between two versions. Thank you for your help! Bob -Original Message- From: openssl

Re: [openssl-users] Certificate verification failure

2016-02-01 Thread Yan, Bob
to:openssl-users-boun...@openssl.org] On Behalf Of Jan Just Keijser Sent: Monday, February 01, 2016 1:04 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] Certificate verification failure Yan, Bob wrote: > > Dear Sir/Madam, > > I have an application which acting as SSL server

[openssl-users] Certificate verification failure

2016-01-29 Thread Yan, Bob
epths); SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT, callback); SSL_CTX_set_options(ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2); Thank you very much! Bob ___ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/lis

Validating a certificate which is expired

2013-06-19 Thread Bob Bell (rtbell)
certificate has expired" does that imply that everything else is OK? Bob Bob Bell, CISSP, CSSLP Senior Security Architect Trusted Systems Architectures Group Cisco Systems, Inc. 972-813-5104(w) 801-971-4200(c) Telepresence rtb...@cisco.com "May God grant us the strength to correct what we

RE: Static and Dynamic Locking Functions

2013-03-14 Thread Yan, Bob
initialization but I haven't seen any dynamic mutex lock been created and invoked by openssl functions. Thanks Bob From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Le Huang Sent: Wednesday, March 13, 2013 8:21 PM To: openssl-users@openssl.org Subject: Re: S

Test code coredump when running with IBM purify under openssl 1.0.1c release

2012-11-08 Thread Yan, Bob
ption, the coredump was gone. Could somebody explain to me why this happens? Thanks Bob __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org

RE: SSL_do_handshake() failed on openssl version 1.0.1c

2012-10-24 Thread Yan, Bob
con); Failed: error:0001:lib(0):func(0):reason(1). Could somebody please show me how to resolve this issue? Thank you very much in advance! Bob __ OpenSSL Project http://www.openssl.org U

RE: Question regarding to memory leak

2011-06-27 Thread Yan, Bob
didn't use the "X509_OBJECT_free_contents()" to free the contents of the returned object "obj". It seems this is the cause of the memory leak. By adding "X509_OBJECT_free_contents(&obj)" function, the Purify does not report any memory leaks. Thanks Bob -Original Message

RE: Question regarding to memory leak

2011-06-24 Thread Yan, Bob
Thank you and Eric for the inputs. I will look at them and see what I should do with this. Have a nice weekend. Bob -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of t...@terralogic.net Sent: Friday, June 24, 2011 4:52 PM

Question regarding to memory leak

2011-06-24 Thread Yan, Bob
Hi, I have used IBM purify to check my test program which invokes openssl library. There are some memory leaks reported by Purify, please see below. Could somebody point to me from which function those leaks were generated, and how to avoid those leaks? Thanks, Bob MLK: 1104 bytes

Question about SSL_CTX_load_verify_locations()

2011-06-13 Thread Yan, Bob
load all trusted CA certificates from CApath before performing the verification of a peer certificate? Thanks Bob __ OpenSSL Project http://www.openssl.org User Support Mailing Listopens

RE: ssl_connect core dump in multi-threading application

2011-05-31 Thread Yan, Bob
callback? CRYPTO_set_id_callback((unsigned long (*)())pthreads_thread_id); CRYPTO_set_locking_callback((void (*)())pthreads_locking_callback); Thanks Bob __ OpenSSL Project http

ssl_connect core dump in multi-threading application

2011-05-31 Thread Yan, Bob
] Could someone give me some suggestions about this issue? By the way, in my application, all these 100 SSL client threads share the same SSL_CTX object and the application runs under RedHat Linux. Thanks Bob

RE: Trying to get URI of CRL from certificate extension

2011-05-27 Thread Yan, Bob
Hi Akash, I have encountered the same issue as you mentioned in your email but I still haven't figured out the cause of the failure. However, after I replaced "d2i(0, &data, ext->value->length)" function with X509V3_EXT_d2i(ext), the proble

SSL_read() fails right after the failure of SSL_do_handsahake() on client side

2011-04-14 Thread Yan, Bob
error code SSL_ERROR_SSL. Is this is right behavior of ssl session? Or did I make something wrong? Thanks Bob

RE: SSL_ERROR_WANT_READ and SSL_ERROR_WANT-WRITE question

2011-03-07 Thread Yan, Bob
question is that if the underline socket is non-blocking and the application is using select/poll to check the readable of SSL connection and then invoke the SSL_write/SSL_read call, can this deadlock still happen? Thanks Bob -Original Message- From: David Schwartz [mailto:dav...@webmaste

How to disable SSL/TLS Renegotiation

2011-03-07 Thread Yan, Bob
appen automatically on a SSL connection? 2) Can the SSL/TLS Renegotiation be disabled? Such as if the peer requests the SSL/TLS renegotiation, the SSL_read or SSL_write will return an error but not SSL_ERROR_WANT_READ/WRITE? Thanks Bob

SSL_ERROR_WANT_READ and SSL_ERROR_WANT-WRITE question

2011-03-07 Thread Yan, Bob
ion by two different threads regardless the returning error code? Thank you for your time! Bob

Command Line Question

2011-03-02 Thread Bob Bell (rtbell)
with information on how to do this? Sorry for the relatively newby question, but I have tried to dig it out of the documentation without success. Bob <> smime.p7s Description: S/MIME cryptographic signature

RE: rsa_sign versus RSA_private_encrypt

2010-10-28 Thread Bob Dijck
Steve, Your advice is very much appreciated. Thanks again for resolving this issue for me so quickly. Kind regards, Bob D. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: donderdag 28 oktober 2010

RE: rsa_sign versus RSA_private_encrypt

2010-10-28 Thread Bob Dijck
Thank you, Steve, for the swift reply. Can I use i2d_X509_SIG to perform to encapsulation step (supposing I have to use RSA_private_encrypt)? Best regards, Bob D. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr

rsa_sign versus RSA_private_encrypt

2010-10-28 Thread Bob Dijck
g? Thanks. Regards, Bob D. This e-mail and any attachments contain material that is confidential for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipie

RE: Signing using PSS padding programmatically

2010-07-28 Thread Bob Smith
> > On Wed, Jul 28, 2010, Bob Smith wrote: > > > > > Hello, > > > > I'm working on some code that uses the PKCS7 routines to sign some data. > > The code so far is (lots of return values cut out for brevity)... > > > > int flags = 0x00

Signing using PSS padding programmatically

2010-07-28 Thread Bob Smith
Hello, I'm working on some code that uses the PKCS7 routines to sign some data. The code so far is (lots of return values cut out for brevity)... int flags = 0x00 | PKCS7_NOSMIMECAP | PKCS7_BINARY; p7 = PKCS7_sign( cert, pkey, NULL, datain, flags ); PKCS7_final( p7, datain, flags ); dataout = B

Changing OID in PKCS7 SignedData

2010-05-25 Thread Bob Smith
Hello, I'm working on an application that generates PKCS#7 SignedData structures, but with a slightly different format to S/MIME. We're using a version 3 SignedData structure, and minor changes such as no signingTime in the Authenticated Attributes. As such, I'm working at the level using func

RE: Pre Master Secret Regarding

2010-04-05 Thread Bob Bell (rtbell)
Aravind Actually, there is more than one key that is derived from the pre-master key. There is both an encryption and HMAC keys for both transmission and reception. That translates to 4 separate keys. Bob From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org

Re: Basic Question

2009-05-31 Thread Bob Bell
Thanks to all for the information that was exchanged. It did help me understand. Bob Bell On Thu, May 28, 2009 at 2:05 PM, Bob Bell wrote: > Folks - > > I have a basic question relative to the FIPS openSSL lib and US export > control law. As I understand it, in order for the openSS

Basic Question

2009-05-29 Thread Bob Bell
of less than RESTRICTED since the library contains strong crypto, and the lib could be used to encrypt user data at rates which exceed the positive list restrictions? Bob Bell

Decoding PKCS12 files

2009-04-29 Thread Bob Barnes
Is there an OpenSSL command that can decrypt/decode pkcs12 files into their ASN.1 form or even their ASN.1 form DER encoded? Bob

RE: A question about mal-formed private keys

2009-04-22 Thread Bob Barnes
V2, but does cite PFX, which I thought was generally considered to be V1, so the question arises are the PKCS#12 produced by OpenSSL V2? Bob -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Wednesd

A question about mal-formed private keys

2009-04-22 Thread Bob Barnes
t;No Octet..." error and is OpenSSL capable of correcting the original encoding problem either during the original decryption or at some other point in the process or is that simply not possible. thanks, Bob

RE: Debugging OpenSSL with Visual Studio 2008

2009-04-17 Thread Bob Barnes
Good thought, but both nt.mak & ntdll.mak have the '/Od' argument set on the 'CFLAG'. I've found that I can debug the assembler code, but needless to say that's not really ideal. Bob -Original Message- From: owner-openssl-us...@openssl.org [mailto:o

RE: Debugging OpenSSL with Visual Studio 2008

2009-04-17 Thread Bob Barnes
Carter, That's exactly where I've tried to put the breakpoint, but I never hit it and as I indicated earlier, the breakpoint symbol indicates that symbols weren't loaded even though other information, like the Module list and the debug output window, indicate that symbols we

Debugging OpenSSL with Visual Studio 2008

2009-04-17 Thread Bob Barnes
show the "Symbol Status" as "Symbols loaded." and the correct path to the .pdb appears in the "Symbol File" column. If anyone has any experience getting this to work I would greatly appreciate any help you could offer? Feel free to contact me off-list if you prefer. tia, Bob

RE: Win-32 build problem

2009-04-16 Thread Bob Barnes
Dave, Thanks for the reply. How exactly do you debug OpenSSL? Do you use Visual Studio or some other tool? As I mentioned earlier I'm not Windows savy, I'm primarily a Java and/or Mac person so I'm quite at home with Eclipse, NetBeans, Xcode, etc., but not Microsof

Win-32 build problem

2009-04-15 Thread Bob Barnes
t serious, but can someone explain what's going on here?. Also, if possible I'd like to build some of the apps in the apps directory, pkcs8 and pkcs12, for debug. Is that possible? thanks, Bob

RE: Generating a PKCS#12 file

2009-02-12 Thread Bob Barnes
k into trying to create a key sans encryption. Bob -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Wednesday, February 11, 2009 3:55 PM To: openssl-users@openssl.org Subject: Re: Generating a PKCS#12 f

RE: Generating a PKCS#12 file

2009-02-11 Thread Bob Barnes
: MIICmDAaBgkqhkiG9w0BBQMwDQQIgeyJNiNcE90CAQUEggJ4arTMz0VmFuBiCw3P 5LHhLjmOKpdTdby6Dy9BP34zrwL/7yKR+lt3cor+SzhH4vGedhD4SQafw4iM7+1j Can you confirm that my basic understanding as described in my first email is essentially correct or am I out in left field someplace? Bob -Original Message

Generating a PKCS#12 file

2009-02-11 Thread Bob Barnes
7;ve never come across anything that's closer to black magic than this stuff. Bob

noobie! wont create certficate

2008-04-07 Thread bob bobix
hi im quite new to this to bare with me. i am trying to create a certificate with OpenSSL 0.9.8g 19 Oct 2007. i create a private key via c:\progra~1\apache~1\apache2.2\bin>openssl genrsa -out private.key 1024. this works fine. when i try create a certificate(acording to the tutorial searched w

RE: About ECC patent and OpenSSL ECC code

2008-01-11 Thread Bob Bell (rtbell)
that might be fine or it might be a very slippery slope to a serious legal hassle. Bob _ From: Anilkumar Bollineni [mailto:[EMAIL PROTECTED] Sent: Friday, 11 January, 2008 13:03 To: openssl-users@openssl.org; Bob Bell (rtbell) Subject: RE: About ECC patent and OpenSSL ECC code Hi B

RE: About ECC patent and OpenSSL ECC code

2008-01-10 Thread Bob Bell (rtbell)
involved (for instance Certicom has a patent on having an ECC public key in an X.509 cert signed using RSA) in your product. While ECC is a marvelous technology, there is a large minefield that still needs to be mapped. Bob Bell _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Is 0.9.7m the final release for 0.9.7 train?

2007-11-20 Thread Bob Bell (rtbell)
Folks - Is the 0.9.7m release the final release of the .7 train? I am trying to determine when to change to a later train. Bob Bob Bell IPCBU Chief Security Architect Cisco Systems, Inc. 576 S. Brentwood Ln. Bountiful, UT 84010 801-294-3034 (v) 801-294-3023 (f) 801-971-4200 (c) [EMAIL

Web-of-trust authentication in OpenSSL.

2007-04-28 Thread Dr Bob
ver >enough time to get everything done). but you can see it at work >in my application: RetroShare available at http://www.lunamutt.com. > >Looking forward to any comments. > >Thanks. > > Dr Bob. __ OpenSSL Project

Re: short-ish signatures (again)

2006-02-14 Thread Bob Mearns
>> In my application there's a tradeoff between >> sig length and security and in some instances a short sig >> length, at the risk of some insecurity, will be the right answer. > >Who is the signer and who is the verifier. Can the signer and verifier >engage in an on-line protocol? Are you signin

short-ish signatures (again)

2006-02-14 Thread Bob Mearns
A while back I posted asking if it was possible to generate shorter than normal digital signatures with OpenSSL. The response I got was that signatures as short as I was talking about (192 bits or less) would be insecure. I'm just now back to working on this, so I'd like to ask again - accepting

DSA_verify error on Solaris using 0.9.8a

2006-02-09 Thread Bob Mearns
I have code which successfully signs and verifies documents on Redhat9, but fails on Solaris 8. Specifically, the failure is reported in DSA_verify(). Errors strings are as follows: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag wrong tag error:0D07803A:asn1 encoding routines:A

RE; 192-bit signatures

2006-02-07 Thread Bob Mearns
>> I'm looking to generate a short digital signature, perhaps 192 >> bits or so, using an asymmetrical algorithm. DSA seems to >> have 320 bit signatures regardless of the key size used. Is >> this really the case, or am I missing something? Ignoring for >> the moment the wisdom of using signat

[no subject]

2006-02-06 Thread Bob Mearns
this short, is there a way I can accomplish my goal of ~192 bit signatures? Thanks in advance, Bob __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-

RE: Disabling Weak Encryption

2005-11-18 Thread Lester, Bob
Hi Ted, Thanks for the info! <*BobL*> | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf Of | Bernhard Froehlich | Sent: Thursday, November 17, 2005 12:51 PM | To: openssl-users@openssl.org | Subject: Re: Disabling Weak Encryption | |

Disabling Weak Encryption

2005-11-17 Thread Lester, Bob
lt;*BobL*> Bob Lester Sr. SysProg - CICS/TCPIP/VTAM/USS OppenheimerFunds Centennial, Colorado, USA [EMAIL PROTECTED] -- This e-mail transmission may contain information that is proprietary, privileged and/or confi

Disabling Weak Encryption

2005-11-17 Thread Lester, Bob
lt;*BobL*> Bob Lester Sr. SysProg - CICS/TCPIP/VTAM/USS OppenheimerFunds Centennial, Colorado, USA [EMAIL PROTECTED] -- This e-mail transmission may contain information that is proprietary, privileged and/or confi

RE: OpenSSL 0.9.8 w/ sendmail 8.13.4 (Sorry, last one was HTML)

2005-09-22 Thread Lester, Bob
Hi Victor, I'm new at this so please bear with me. Since the build fails, there's no sendmail executable to run ldd on. Is there something else I should be checking with ldd? Thanks! <*BobL*> | | Check the runpath of the resulting object, run ldd, ... Perhaps your | libraries ar

RE: OpenSSL 0.9.8 w/ sendmail 8.13.4 (Sorry, last one was HTML)

2005-09-22 Thread Lester, Bob
--- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf Of Victor Duchovni | Sent: Thursday, September 22, 2005 9:50 AM | To: openssl-users@openssl.org | Subject: Re: OpenSSL 0.9.8 w/ sendmail 8.13.4 (Sorry, last | one was HTML) | | | On Thu, Sep 22, 2005 at 09:30:08AM -060

OpenSSL 0.9.8 w/ sendmail 8.13.4 (Sorry, last one was HTML)

2005-09-22 Thread Lester, Bob
Hi All, I've cross-posted this on comp.mail.sendmail. Maybe folks here have an idea? I'm running into a compile problem when trying to add TLS support to sendmail. This is on a SunOS 5.9 box, GCC 3.3.2 (existing), with OpenSSL 0.9.8 (new install - seemed to install fine) and sendma

OpenSSL 0.9.8 w/ sendmail 8.13.4

2005-09-22 Thread Lester, Bob
Title: OpenSSL 0.9.8 w/ sendmail 8.13.4 Hi All, I've cross-posted this on comp.mail.sendmail.  Maybe folks here have an idea? I'm running into a compile problem when trying to add TLS support to sendmail.  This is on a SunOS 5.9 box, GCC 3.3.2 (existing), with OpenSSL 0.9.8 (new

TLS handshake failure: who's right?

2005-08-24 Thread Bob Bramwell
...1 = Acknowledgment: Set 0... = Push: Not set .0.. = Reset: Not set ..0. = Syn: Not set ...0 = Fin: Not set Window size: 7728 Checksum: 0x7bd1 (correct) Options: (12 bytes) NOP NOP Time stamp: tsval 113

Re: Using non-std OIDs in config file

2005-05-02 Thread Bob Bramwell
Aha! One I hadn't come across. Thank you. I will read it tonight and maybe tomorrow I can make some progress. Cheers, Bob. Dr. Stephen Henson wrote: On Mon, May 02, 2005, Bob Bramwell wrote: I am trying to add two new OIDs to my configuration, and then specify that a certif

Using non-std OIDs in config file

2005-05-02 Thread Bob Bramwell
routines:X509V3_EXT_conf:error in extension:v3_conf.c:92:name=msOID2, value=V0.0 Is there any more complete documentation on the config file format? I have not yet found any "formal" explanation of constructs like: certificatePolicies = ia5org,@policy What else are we not being told? :-) Thanks,

Re: Diffie-Hellman key generation

2005-04-21 Thread Bob Bradley
On 4/21/05 6:17 AM, "Christian Beaulieu" <[EMAIL PROTECTED]> wrote: > I¹ve need getting a strange out of my application when generating > Diffie-Hellman keys. I am using OAKLEY primes for key generation and the > strange thing is that sometimes my key length ends up one byte short of the > expecte

Re: DH_generate_key generates wrong public key size?

2005-04-02 Thread Bob Bradley
On 4/2/05 12:51 AM, "Nils Larsch" <[EMAIL PROTECTED]> wrote: > ... BN_bin2bn should correctly handle leading zeros in binary input Okay, great. Thanks for all the help. __ OpenSSL Project http://

Re: DH_generate_key generates wrong public key size?

2005-04-01 Thread Bob Bradley
On 4/1/05 8:20 AM, "Nils Larsch" <[EMAIL PROTECTED]> wrote: > this of course reduces the key space for the private key, but if you > really need a fixed size public key you need to do it. Would it reduce security or be unsafe to simply prepend zero bytes after calling BN_bn2bin to make it fill 12

Re: DH_generate_key generates wrong public key size?

2005-04-01 Thread Bob Bradley
On 4/1/05 1:57 AM, "Nils Larsch" <[EMAIL PROTECTED]> wrote: > the dh public key is the result of g**k mod p (k is the private key) > operation and hence may have less than BN_num_bytes(p) bytes (approx. > every 256 key should have <= 127 bytes). I didn't realize that. Thanks for the explanation.

DH_generate_key generates wrong public key size?

2005-04-01 Thread Bob Bradley
I'm seeing DH_generate_key generate a public key that is 1 byte less than expected (127 instead of 128 bytes for a 1024-bit key), but only sporadically (about every 200-300 tries). I've written the following test case that always fails for me in less than 300 iterations. I've only included error ch

No shared cipher error

2004-05-19 Thread Bob Ingraham
Anyone know why I would get a "No shared cipher" error from the SSL handshake? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List

OpenSSL/perl server certificate validataion how to help?

2004-01-03 Thread Bob Mariotti
execute openssl with a sub-command such as -verify or -x509, etc. Can someone PLEASE point me in the right direction to obtain the cert's full parameters? Thanks in advance. Bob __ OpenSSL Project

Re: openssl for VxWorks

2003-09-26 Thread Bob Bradley
On 9/26/03 12:28 PM, "Jeff Liesmaki" <[EMAIL PROTECTED]> wrote: > I am trying to build the openssl libraries for VxWorks. My host computer is a > pc running Windows 2000 and my target is a pentium pc. I have Vxworks 5.4 and > Tornado 2.02. I downloaded cygwin and when I type ./configure to lis

Problems Building OpenSSL for VxWorks

2003-09-19 Thread Bob Bradley
I'm trying to build OpenSSL 0.9.7b for VxWorks (Tornado 2.0.2 for PowerPC 860) on a Windows XP host and I ran into some problems. I did the following: 0) Installed Tornado 2.0.2 (a while ago, but noted just to be thorough). 1) Installed cygwin. 2) Launched cygwin. 3) Un-targz'd OpenSSL 0.9.7b into

RE: memory leak with OpenSSL 0.9.7b

2003-08-14 Thread Bob
id anyone else also found this observation ? Is there > a remedy for this > problem. Is there a reason you are running mod_ssl and openssl. One is a complete replacement for the other Bob D __ OpenSSL Project

RE: Signing a CSR from JetDirect

2003-07-14 Thread Bob DeBolt
ooking for more money. > Isn't capitalism wonderful? Bob D __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]

Openssl Install problem

2003-02-23 Thread Bob DeRosier
nnot find the file specified. mingw32-make: *** [banner] Error 2 Any hints on this ? Bob __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated

Openssl-0.9.7 install problem

2003-02-23 Thread Bob DeRosier
sl>mingw32-make -f ms/mingw32a.mak process_begin: CreateProcess((null), echo Building OpenSSL, ...) failed. make (e=2): The system cannot find the file specified. mingw32-make: *** [banner] Error 2 Thanks in advance for any

RE: Possible error in verify.c? - clarification about which verify.c

2002-11-18 Thread Bob Steele
of the PKCS7 structure - if I use the PCKS7 again after doing this, various calls fail. Should the verify.c example be doing what it is doing - if so, why? Thanks for checking into this. - Bob __ Op

Possible error in verify.c?

2002-11-18 Thread Bob Steele
e fix it. - If it is not wrong, a note about what is going on in the code would be helpful. - Bob = /* Ok, first we need to, for each subject entry, see if we can verify */ for (i=0; i>>>> ASN1_UTCTIME_free(tm);

RE: OCSP

2002-11-18 Thread Bob Kupperstein
There is a man page in the 0.9.7 beta distributions on the command line i/f. That's all I've seen. -Bob > -Original Message- > From: Jirí Olša [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 5:21 AM > To: [EMAIL PROTECTED] > Subject: OCSP > &g

RE: PKCS#10?

2002-11-07 Thread Bob Kupperstein
hat, if you have problems, try and be as specific as you can with your question and you'll be more likely to get help. -Bob > -Original Message- > From: Oblio [mailto:subscriber@;locustcreek.com] > Sent: Thursday, November 07, 2002 4:38 PM > To: [EMAIL PROTECTED] > Sub

RE: OCSP request/response signing

2002-10-30 Thread Bob Kupperstein
is the way I understand it to work with the OpenSSL client and responder.   -Bob   -Original Message- From: Howard Chan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 29, 2002 10:41 PM To: [EMAIL PROTECTED] Subject: Re: OCSP request/response signing   Dear all (Bob

RE: OCSP request/response signing

2002-10-29 Thread Bob Kupperstein
Here’s my understanding, and it seems to work using the OpenSSL OCSP client and responder, provided the appropriate certificates are installed in the right places (I’m using a 0.9.7 stable release from 9/02.   -Bob   -Original Message- From: Howard Chan [mailto:[EMAIL

RE: Problem with PKCS7 encoding and Capicom

2002-10-21 Thread Bob Kupperstein
to see if it understands the certificate encoding.   -Bob   -Original Message- From: Rohit Kumar [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 19, 2002 1:05 AM To: [EMAIL PROTECTED] Subject: Problem with PKCS7 encoding and Capicom   Hi,  I am trying to make pkcs7 encryption

Is OCSP client (or server) support available in openssl?

2002-08-30 Thread Bob Kupperstein
http://www.openssl.org/docs/apps/ocsp.html describes the "openssl ocsp" command, but openssl-0.9.6g command line doesn't recognize the ocsp command and I don't see it anywhere in the sources. Can anyone tell me if ocsp is available and, if so, where? Thanks, -Bob -

RE: PKCS#12 and Verisign cert

2002-08-21 Thread Bob Kupperstein
pe it really is. - try adding "-- BEGIN CERTIFICATE ---", " END CERTIFICATE " wrappers if not there (check number of dashes!). -Bob -Original Message- From: David Iungerich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 10:55 A

Is anyone using openssl ocsp client?

2002-08-09 Thread Bob Kupperstein
I'm interested in feedback about reliability, interoperability and response times with different responders. Thanks, -Bob __ OpenSSL Project http://www.openssl.org User Support Mailing

Library problems with Linux

2002-07-23 Thread bob richard
Hi, I'm trying to write a routine that uses RSA_sign to sign a code file but can't figure out how to get the code to compile. For testing I created a simple file that just calls RSA_sign. When I try to compile it I get the following message. /home/bob/openssltest# gcc -lcrypt

RE: Is it possible/appropriate to add a timestamp (RFC 3161) to a PKCS#7?

2002-06-09 Thread Bob Steele
> Hi Bob, > > Judging from what you wrote you might want to implement a > 'content timestamp', which is added to the authenticated > attributes and contains a timestamp over the encapsulated > content info. This will not give a proof of the signing > time, just

Is it possible/appropriate to add a timestamp (RFC 3161) to a PKCS#7?

2002-06-06 Thread Bob Steele
nother PKI data structure that could incorporate both a PKCS#7 and a RFC 3161 timestamp, could you please suggest it to me? Thanks for any and all help. - Bob __ OpenSSL Project http://www.openssl.o

What format is this PKCS7 signature in? (No, it's not PEM or DER)

2002-06-04 Thread Bob Steele
Could someone tell me what format this PKCS7 signature is in, and how I can work with such a format using OpenSSL? Thanks! - Bob MysteryPKCS7.bin Description: Binary data

RE: Code that worked now fails; expired certs? Expired signatures? Which is it?

2002-05-29 Thread Bob Steele
natures are in standard formats, so there will always be some of my code involved. But I will try to use the verify tool shortly. - Bob __ OpenSSL Project http://www.openssl.org User Support Mailin

  1   2   >