Auto Reply: First time attempting PostgreSQL SSL

2011-01-29 Thread jan . pechanec
Hi, I'm off on vacation or/and in transit till Feb 6. I'll read your message when I come back. Regards, Jan. __ OpenSSL Project http://www.openssl.org User Support Mailing Listo

Auto Reply: Extended\Enhanced Key usage in Sub CA Certificates

2011-01-29 Thread jan . pechanec
Hi, I'm off on vacation or/and in transit till Feb 6. I'll read your message when I come back. Regards, Jan. __ OpenSSL Project http://www.openssl.org User Support Mailing Listo

Re: pkcs11 help

2009-12-16 Thread Jan Pechanec
> >+ * CDDL HEADER END > >I am wondering whether we can you this patch beause of this copyright >informatiion. > > > >Thanks > >Samuel > > >On Wed, Dec 16, 2009 at 7:04 PM, Jan Pechanec wrote: > >> On Wed, 16 Dec 2009, samuel smith wrote: >> &

Re: pkcs11 help

2009-12-16 Thread Jan Pechanec
hanks in Advance >>> Samuel >>> >>> >>> -- >>> View this message in context: >>> http://old.nabble.com/pkcs11-help-tp26691523p26691523.html >>> Sent from the OpenSSL - User mailing list archive at Nabble.com. >>> >>> _____

Re: UltraSPARC T2 - OpenSSL - PKCS11 ???

2009-08-13 Thread Jan Pechanec
7;s not used nowadays. The Crypto Framework has some overhead so for operations that are short the overhead can be a significant part of the overall time. also note that T2 machines fit great in environments where things can be paralelized and crypt

Re: Disabling the PKCS #11 on Solaris 10

2008-07-22 Thread Jan Pechanec
ris > >PS - Thanks for your conitnued help! > >On Tue, Jul 22, 2008 at 2:22 PM, Jan Pechanec <[EMAIL PROTECTED]> wrote: > >> On Tue, 22 Jul 2008, Jan Pechanec wrote: >> >> > in OpenSolaris, there is a project that mechanisms that are not >> >

Re: Disabling the PKCS #11 on Solaris 10

2008-07-22 Thread Jan Pechanec
On Tue, 22 Jul 2008, Jan Pechanec wrote: > in OpenSolaris, there is a project that mechanisms that are not >implemented in hw will stay in the soft token. of course, I meant "will stay in OpenSSL"

Re: Disabling the PKCS #11 on Solaris 10

2008-07-22 Thread Jan Pechanec
mplemented in hw will stay in the soft token. if you want acceleration for symmetric crypto and digests you must use T2 or SCA-6000 (which is significantly slower than n2cp that is shipped with Niagara2). -- Jan Pechanec __ Open

Re: Disabling the PKCS #11 on Solaris 10

2008-07-22 Thread Jan Pechanec
no improvement >in performance. see how openssl does that in apps/ subdirectory in the OpenSSL tarball. You can see what is going on by trussing your app with -u"libcrypto::" and -u"libpkcs11::". J. -- Jan Pechanec _

Re: Disabling the PKCS #11 on Solaris 10

2008-07-22 Thread Jan Pechanec
uld I disable the PKCS engine on an UltraSPARC T1 processor? an application must explicitly initialize the engine so that it can use it. The only app that uses the engine by default on S10 is Apache. You can also use "-engine pkcs11" with openssl(

Re: Determing if the OpenSSL PKCS11 Patch is installed.

2008-07-17 Thread Jan Pechanec
engine -vvv -t -c J. -- Jan Pechanec __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List M

PKCS#11 engine patch for 0.9.7m and 0.9.8e

2007-05-19 Thread Jan Pechanec
CS#11 library is installed. Jan. -- Jan Pechanec __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Ma

Re: New version of OpenSSL not recognised by OS

2007-05-17 Thread Jan Pechanec
shipped with the system. you cannot copy newer libs over old ones since 0.9.7 branch is not binary compatible with 0.9.8 one. Jan. -- Jan Pechanec __ OpenSSL Project http://ww

Re: Can't Upgrade! Can't Add Threading! Please Help!

2006-08-04 Thread Jan Pechanec
g that to CONFIGURE_ARGS in /usr/ports/www/pound/Makefile before making install. cheers, Jan. -- Jan Pechanec __ OpenSSL Project http://www.openssl.org User Support Mailing

Re: Openssl "decryption failed" error

2006-07-03 Thread Jan Pechanec
ccessful compilation of openssl library, I compiled Resin. When I > access a https url, opera you sure you use either libcrypto/libssl you built or those (0.9.7d) shipped with S10 in /usr/sfw/lib[/64] but not boths?