Timeout Engine OpenSSL

2012-08-21 Thread Rick Lopes de Souza
Hi, I have some doubt about the Engine OpenSSL. If i load it, does it have a timeout to unload the engine? For example, I want to make a webservice that may use the openssl any time, so i need to load the engine and let it loaded all the time. Thanks for your atention, -- Rick Lopes de Souza

Re: EC_KEY_new_by_curve_name returns NULL

2012-05-22 Thread Rick Lopes de Souza
happen to know the reason? -- Rick Lopes de Souza Mestrando em Ciências da Computação LabSEC - UFSC Gerente projeto ASI-HSM

Re: ECDH

2012-05-15 Thread Rick Lopes de Souza
Automated List Manager majord...@openssl.org -- Rick Lopes de Souza

Format to use RSA and ECDSA

2012-01-03 Thread Rick Lopes de Souza
Hi, I have some doubts about the formats that openssl use with ECDSA and RSA. I know that openssl implemments PKCS#1 and PKCS#8 to RSA, but ECDSA only uses PKCS#8 ? And PKCS#13 ? Thanks, -- Rick Lopes de Souza

Differences between RSA and ECDSA - Conceptual and Practical

2011-10-08 Thread Rick Lopes de Souza
it has the same features? I know it doesn't needs the hash algorithm, but the message needs to be smaller than the size of the key? ECDSA signs a message with any size? Example: an ecdsa key with 192 bits signing a hash sha 512. It could be signed or it is wrong? Thanks, -- Rick Lopes de Souza

Req with ECDSA key and CA with RSA key

2011-08-30 Thread Rick Lopes de Souza
Authority has? Thanks, -- Rick Lopes de Souza

Re: Req with ECDSA key and CA with RSA key

2011-08-30 Thread Rick Lopes de Souza
AM, Rick Lopes de Souza dragonde...@gmail.com wrote: Maybe it's a simple question, but i want to know if there is any problem that i have a request using a ECDSA key with SHA-256 and i want to issue a certificate where the CA uses RSA with SHA 1. In some tests, a ECDSA with sha1 and a CA

Problems with stack_st_X509_EXTENSION

2011-08-22 Thread Rick Lopes de Souza
? -- Rick Lopes de Souza

Questions: Building crypto libraries to link with Visual C++

2011-07-12 Thread rick freitag
Questions include: Why do I need ActivePerl not plain Perl? I am only using the Cryptolibrary functions from Visual C++. Thanks, Fred

Re: Questions: Building crypto libraries to link with Visual C++

2011-07-12 Thread rick freitag
I understand that activeperl config script builds the nmake file used to build the crypto libraries. On Tue, Jul 12, 2011 at 9:27 AM, Jeremy Farrell jfarr...@pillardata.comwrote: ** *From:* rick freitag Questions include: Why do I need ActivePerl not plain Perl? No idea, depends what

openssl.exe has stopped working.

2011-05-19 Thread Kushner, Rick
, ); proxy.RequestSoapContext.Security.Tokens.Add(usernameToken); // Add the certificate for mutual SSL. X509Certificate2 mutualCert = new X509Certificate2(I:\\MyDocs\\ADP\\CFF_auth.pfx, OpenSSL_Pswd); proxy.ClientCertificates.Add(mutualCert); Rick Kushner Sr Database Engineer Cystic

Preamble Change with PKCS12 - PEM

2010-06-09 Thread Robinson, Richard L (Rick)
me some import problems of the private key with other software)? Thanks, Rick Robinson CISSP, ISSAP | Senior Security Architect | Distinguished Member of Technical Staff | Technology, Strategy, and Development | Avaya Inc. | 1300 West 120th Ave | B2-D31 | Westminster, CO 80234 | Voice/Fax 303-538

Key.pem expiration problem

2008-11-06 Thread Rick Knight
? Thanks, Rick __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Key.pme expiration problem

2008-11-06 Thread Rick Knight
causing the problem? Thanks, Rick __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL

Re: Key.pme expiration problem

2008-11-06 Thread Rick Knight
Ajeet, Thanks for your reply, however I'm not sure I understand. I'm not a programmer, I'm just trying to use my certificates and keys. Can you give me a more newbie example of how to check the time function? Thanks, Rick Ajeet kumar.S wrote: Please check time function gtime()or gtime_r

Key.pem expiration problem - Correction

2008-11-05 Thread Rick Knight
A correction to my previous post. Only the key.pem files are proding the error in certwatch and being reported as expiring soon. Not the certs. Thanks, Rick __ OpenSSL Project http

Re: won't compile on hp ux 11.23 itanium

2008-05-02 Thread Rick Jones
.0.9.8] Error 2 gmake[1]: Leaving directory `/tmp/openssl-0.9.8g' gmake: *** [shared] Error 2 *** Error exit code 1 The first would be to obtain and install the unbundled compiler. The bundled compiler is simply there to regen kernels and is unsupported for much of anything else. rick jones

Re: valgrind complaints about my network data received through ssl

2008-02-28 Thread Rick Jones
this and know how to fix/correct? Just a wild guess, but perhaps if the buffer you are using is larger than the quantity of data returned, valgrind doesn't know you won't be trying to use some of the stuff at the end? rick jones

Questions about Ciphers and disabling sslv2

2007-10-01 Thread Rick King
Hello List! I have a client that is using openssl version, 0.9.7a Feb 19 2003. Recently, he ran a security audit on his machine, and the report came back stated the following: Vulnerability -- imaps (993/tcp) - 21643Synopsis : The remote service supports the use of weak SSL ciphers

Re: Puzzling 50ms delay between SSL_write and poll response

2007-07-27 Thread Rick Jones
David Lobron wrote: 2007-07-26 20:18:04.375 [3317] GS: Got response from sendDataPending 2007-07-26 20:18:04.376 [3317] GS: Calling poll with timeout 6 2007-07-26 20:18:04.376 [3317] GS: Checking poll results 2007-07-26 20:18:04.376 [3317] GS: calling SSL_write on buffer of length 1281

Re: Puzzling 50ms delay between SSL_write and poll response

2007-07-26 Thread Rick Jones
to the transport in one send call. rick jones __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: How to improve the performance of SSL_Read

2007-05-23 Thread Rick Jones
ghouse mohiddin wrote: Hi Rick, Thanks for your reply. I want to reduce the reading the response time, so that the performance will get improve. I want to read all the bytes at a time. SSL_read API is taking much time to read all the bytes of the response from the server. First time

Re: How to improve the performance of SSL_Read

2007-05-22 Thread Rick Jones
and look for drops, errors, retransmissions and the like. rick jones __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: Post

2007-05-09 Thread Rick Jones
help will probably be a decent start. Often, Internet mailing lists will follow a convention of owner-listname or listname-owner for an alias by which the list maintainer can be reached. rick jones __ OpenSSL Project

Re: Some wird OpenSSL perfomance slowdown

2007-03-05 Thread Rick Jones
Sergey S. Levin wrote: Hello Rick, SW crypto aint cheap. It can consume lots of CPU cycles. If the system was nearly CPU saturated with a plain transfer, then the overhead of the crypto can very definitely take the throughput down considerably. 1. If i use FileZilla and SSL connection

Re: Some wird OpenSSL perfomance slowdown

2007-03-02 Thread Rick Jones
SW crypto aint cheap. It can consume lots of CPU cycles. If the system was nearly CPU saturated with a plain transfer, then the overhead of the crypto can very definitely take the throughput down considerably. rick jones one of these days I need to make an SSL version of netperf

Re: SSL Scaling Question

2007-02-13 Thread Rick Jones
. Perhaps as many as you have front-end clients driving the load. rick jones There is a crufty old SSLperf benchmark that took the average request/response size from SPECweb9[69] and the SPECweb96 behaviour of connect request response close but did it with SSL using IIRC RSA mumble. It leveraged

Re: speed test with cavium engine

2007-01-05 Thread Rick Jones
1024bit keys/s with 68% CPU load :-) Unless it saturates the PCI bus and prevents the system from getting sufficient throughput out its NIC's and HBA's :) rick jones __ OpenSSL Project http

Re: Performance issues with MIPS 4Kc

2006-10-23 Thread Rick Jones
with the MIPS 4Kc architecture which would cause key generation to be an inefficient process? Perhaps by using 'C' versions of routines rather than hand-crafted assembly - or there being no hand-crafted assembly for it ot use? rick jones

Re: How do you know you have a full packet

2006-04-24 Thread Rick Jones
, nor, at least in some modes, SCTP. It depends :) The question isn't whether something is a socket, but what is the protocol beneath the socket. rick jones as for the rest of the question, if the encryption layer didn't in and of itself provide message boundaries, one could I assume start

Re: How to access the IP/Ethernet addresses using OpenSSL

2006-03-06 Thread Rick Jones
of a router or routers you will not be able to get the remote system's MAC address - the MAC address is not end-to-end in an internet or intranet, only in a LAN. So, if you are relying on finding the remote's MAC address, you are basically by definition limiting your application to a LAN. rick jones

Re: Reading random bytes in blocking mode

2006-02-23 Thread Rick Jones
version of HP-UX are you running? If sufficiently contemporary, there may already be /dev/random or /dev/urandom from which one can pull bytes. rick j ones __ OpenSSL Project http://www.openssl.org

Re: SSL_shutdown and SIGPIPE

2006-02-13 Thread Rick Jones
is essentially a TCP issue. Not to say that OpenSSL is or is not partially culpable, but things like SIGPIPE/EPIPE are not _solely_ the responsibility of TCP. Connection close handshaking is the joint responsibility of TCP and its user. rick jones

Re: SSL_shutdown and SIGPIPE

2006-02-13 Thread Rick Jones
a small window of a race condition, and of course the slight matter of the select/poll overhead... rick jones __ OpenSSL Project http://www.openssl.org User Support Mailing List

Big Number Test Failure for 0.9.7i

2006-02-09 Thread Rick Richert
with the configuration. Any ideas? Rick Configuration = The following entry was added to Configure for Solaris 5.8. solaris64-sparcv8-gcc,gcc:-m64 -mv8 -O3 -fomit-frame-pointer -Wall - DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:asm

Re: Big Number Test Failure for 0.9.7i

2006-02-09 Thread Rick Richert
, is a mystery. I did learn one lesson from this. Be sure to test out a clean openssl on your platform before you put any openssl updates into your project. Do this for each platform you plan to use. Configure values that worked before don't necessarily work with the later upgrades. Rick On Thu

Big Number failure with Solaris 5.8 64 bit arch

2006-02-08 Thread Rick Richert
are appreciated. Rick __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: Installing OpenSSL on HPUX 10.2

2006-02-03 Thread Rick Jones
:) rick jones Thanks, Martin Riewski (719)548-6831 [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated

Re: HPUX compile woes

2006-01-26 Thread Rick Jones
or the HP assembler? I've no idea which it should use, but do recall there being issues in that area in the past in other places. Fourth - any particular reason you are tossing-out any of the previous good work done for fast assembly versions of some things? rick jones BTW, that reminds me

Re: HPUX compile woes

2006-01-26 Thread Rick Jones
Second, _which_ gcc version? Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/specs gcc version 2.95.2 19991024 (release) Are you still running 11.0? rick jones __ OpenSSL Project

Re: HPUX compile woes

2006-01-26 Thread Rick Jones
Jeff Fulmer wrote: On Thu, Jan 26, 2006 at 12:58:21PM -0800, Rick Jones wrote: Second, _which_ gcc version? Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/specs gcc version 2.95.2 19991024 (release) Are you still running 11.0? Yeah, B.11.00 Tick tock

Re: building openssl0.9.8a fails

2005-12-19 Thread Rick Jones
: *** [build_crypto] Error 1 Any idea what's wrong? To my untrained eye it looks like a foul-up with the system include files, or perhaps a change in what is #defined between the inclusion of ioctl.h and of termio.h. rick jones __ OpenSSL

Re: building openssl0.9.8a fails

2005-12-19 Thread Rick Jones
Erik Leunissen wrote: Rick Jones wrote: To my untrained eye it looks like a foul-up with the system include files, or perhaps a change in what is #defined between the inclusion of ioctl.h and of termio.h. OK. Is there any direction for me to take in order to cure this (I don't know

RE: Dynamic engine / smart card support for CSR generation

2005-07-09 Thread Robinson, Richard L (Rick)
=engine_section, retcode=-1 --- Any further recommendations? Is there a tool that will verbosely parse the config file and provide some more detail on the meaning of the return code (-1)? Or any other tools you recommend? If it makes any difference, I am using 0.9.7g Regards, Rick

RE: [openssl-users] Dynamic engine / smart card support for CSR generation

2005-07-08 Thread Robinson, Richard L (Rick)
routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:365: It seems as if the engine 'smartcard' is not recognized. Any suggestions would be greatly appreciated. Regards, Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erwann ABALEA Sent: Friday, July

RE: bio connect via proxy

2005-05-20 Thread Rick
Sorry, make that openssl 9.7f... my bad... Does anyone out there know anything about communicating via proxies with openssl? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, May 19, 2005 3:48 PM To:

ssl and proxy servers

2005-05-12 Thread Rick
to set in BIO or SSL? Thanks, Rick

transformation from WinInet

2005-04-21 Thread Rick
Hi. Im preparing to transform an app from using WinInet to OpenSSL does anyone have any recommendations, sources, resources, caveats, etc., that I can use to accomplish this endeavor? Your candid constructive replies are welcome. Rick

RE: transformation from WinInet

2005-04-21 Thread Rick
I've already done that. Not that helpful. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael D'Errico Sent: Thursday, April 21, 2005 9:21 AM To: openssl-users@openssl.org Subject: Re: transformation from WinInet I'm preparing to

RE: Solaris 8 and openssl-.97c problems

2003-10-02 Thread rick . edwards
, install it, then make it again in order to clear up my ldd errors. Whatever. Rick PS Thanks for the suggestions! Chapman, Kyle

Solaris 8 and openssl-.97c problems

2003-10-01 Thread rick . edwards
error can't find libgcc_s.so. If I set LD_LIBRARY_PATH to be /usr/local/lib, then OpenSSH will start and function fine. I'm just not sure that all is as it should be, given the file not found errors output from the ldd command. Any insights out there??/ TIA Rick DISCLAIMER

RE: testing for primality

2003-06-05 Thread Robinson, Richard L (Rick)
Thanks. Found the paper after some additional searching. Met Rivest at RSA Conf. Nice guy. No need for long teeth. Rick -Original Message- From: Charles B Cranston [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 7:33 AM To: [EMAIL PROTECTED] Subject: Re: testing

RE: testing for primality

2003-06-04 Thread Robinson, Richard L (Rick)
I checked the RSA web site and could not find the paper you are referencing. Could you please forward me a link? Thanks, Rick -Original Message- From: Charles B Cranston [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:04 AM To: [EMAIL PROTECTED] Subject: Re: testing

creating a CSR

2003-02-23 Thread Rick Assmus
. Thank you. Rick Assmus Microsoft(R) Windows NT(TM) (C) Copyright 1985-1996 Microsoft Corp. C:\E: E:\cd apache group\apache\openssl\bin E:\Apache Group\Apache\openssl\binopenssl req -new -nodes -keyout private.key -out public.csr Using configuration from /Apache/openssl/ssl/openssl.cnf Unable

private key creation and checking

2003-01-22 Thread Robinson, Richard L (Rick)
When the private keys are created, are there checks performed to determine the quality/primality of the keys? If so, is there documentation on how the keys are checked? Thanks, Rick Robinson [EMAIL PROTECTED]

PROBLEM

2002-11-26 Thread Rick Gabriel
I am trying to set up my connection. I am using WS-FTP Pro and want to FTP to our IBM mailbox. I have my certficates and IBM told me to go to your sight and get SSL and that is where my confusion starts. I am not sure what to download or how to install it. Rick Gabriel Programmer/Analyst

Re: Doubt regarding Certificate's Public Key

2002-03-28 Thread Rick Ziegler
Copy and paste error: Amend that diagram: cert b Issuer : Issuer B Subject: This Responder Extended Key Usage: OCSP-Signing /cert b On Thu, 2002-03-28 at 13:16, Rick Ziegler wrote: One example where multiple certification is needed is an OCSP responder that responds for multiple CAs

Re: OpenSSL and SSL authentification for POP3 servers

2002-03-03 Thread rick
The server name in the certificate needs to be the same as the name you use when connecting to the server to collect your mail. You need to specify the name of your mail server when creating the certificate. At 11:37 03/03/2002, you wrote: Hi! Who can advise on how to create right certificate for

Re: SSL with ipopd

2002-02-28 Thread Rick Yagodich
According to the SSLBUILD file from the imapd docs, the pop3 server expects the certificate to be named ipop3d.pem. Nalin Thanks Nalin - looks like it works :-) __ OpenSSL Project

SSL with ipopd

2002-02-26 Thread Rick Yagodich
? Thanks - Rick __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

linux/openssl/apache problem solved

2002-01-20 Thread Rick Dennis
the installation. Rick Dennis Alaska Internetworks __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

SSL_read() never returns an error if client rejects certificate

2001-10-04 Thread Rick Tyler
I have implemented a simple SSL server using the latest win32 version of the openssl library which behaves as I expect, EXCEPT that SSL_read() returns 0 (meaning, I must POLL it, which is retarded) as long as my browser (the client I am using) is waiting for me to accept the certificate (bogus

Re: xenroll.cab for IE to auto install certificate?

2000-11-20 Thread Rick Fister
I thought this Active X control was bundled with all but the older versions of IE... Anyhow, I've used it with IE 5+ without problems. Here's a link that gives some usage examples, etc: http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/certsrv/xen_abus_0gtv.htm Rick "

Re: [Fwd: CA.pl Problem.]

2000-08-24 Thread Rick Fister
the directory DN attr values (specified in the .cnf file) Rick "Vimalan.G" wrote: Subject: Re: CA.pl Problem. Date: Thu, 24 Aug 2000 22:57:21 +0530 From: "Vimalan.G" [EMAIL PROTECTED] Organization: H

Certificates Renegotiation

2000-02-03 Thread Rick W. Porter
-cert to NULL, but the ssl_get_server_send_cert does apparently not even check to see if that is NULL, much less invoke a callback. Has anyone crossed a similar bridge? Thanks, Rick __ OpenSSL Project