[openssl-dev] tls_enc() and pad/aad failures (detected behavior change after 1.0.1p)

2016-01-14 Thread Massimiliano Pala
Hi all, we are facing a weird problem that we started to notice recently and we could not really find the source of the issue. The issue presented itself when starting using OpenSSL v1.0.1p (upgrading from v1.0.1m) in TLS connections. We started noticing the following error:

[openssl-dev] Fwd: [saag] Standard Crypto API + Symmetric Crypto At Rest

2015-11-11 Thread Massimiliano Pala
effort. Any comments and feedback are welcome (positive and negative alike). Cheers, Max Forwarded Message Subject:[saag] Standard Crypto API + Symmetric Crypto At Rest Date: Sat, 7 Nov 2015 22:30:35 +0900 From: Massimiliano Pala <direc...@openca.org> Organi

Re: Reporting an Issue with OpenSSL in MacOS SDK 10.8

2014-07-23 Thread Massimiliano Pala
That's right - I missed that (my bad!). Thanks. Cheers, Max On 7/22/14, 7:02 PM, Viktor Dukhovni wrote: On Tue, Jul 22, 2014 at 09:37:13AM -0400, Massimiliano Pala wrote: working on porting my libpki implementation (based on OpenSSL) to MacOS I found out an issue that is not really related

Reporting an Issue with OpenSSL in MacOS SDK 10.8

2014-07-22 Thread Massimiliano Pala
Hi all, working on porting my libpki implementation (based on OpenSSL) to MacOS I found out an issue that is not really related to the code itself but the distributed version in the SDK. In particular, I found out that several functions' signatures have been altered in their return codes.

Reporting an Issue with OpenSSL in MacOS SDK 10.8

2014-07-22 Thread Massimiliano Pala
Hi all, working on porting my libpki implementation (based on OpenSSL) to MacOS I found out an issue that is not really related to the code itself but the distributed version in the SDK. In particular, I found out that several functions' signatures have been altered in their return codes.

Reporting an Issue with OpenSSL in MacOS SDK 10.8

2014-07-22 Thread Massimiliano Pala
Hi all, working on porting my LibPKI implementation (based on OpenSSL) to MacOS I found out an issue that is not really related to the code itself but the distributed version in the SDK. In particular, I found out that several functions' signatures have been altered in their return codes.

EC Key Version

2011-03-27 Thread Massimiliano Pala
Hello, it seems that there are two different encoding versions when encoding EC keys. In particular, if using the EVP_PKEY_() the version is set to 0 - and that is incompatible with software other than OpenSSL. Here's an example: -BEGIN PRIVATE KEY-

Re: EC Key Version :: Hack-Solved

2011-03-27 Thread Massimiliano Pala
, x-pkey.ec, enc, kstr, klen, cb, u); break; default: ret = 0; }; ... This encodes the key correctly. If there is a more elegant way to solve the issue.. let me know :D Best, Max On 03/27/2011 06:03 PM, Massimiliano Pala wrote: Hello, it seems that there are two

EC_KEY_set_enc_flags()

2011-03-23 Thread Massimiliano Pala
Hello guys, do you know what are the real effects of the EC_KEY_set_enc_flags() function ? I tried to use it to force the implicitCurve type of encoding in a cert.. but it did not work: // pkey - has the key in the cert ecKey = EVP_PKEY_get0(pkey); EC_KEY_set_enc_flags( ecKey,

Re: EC curve names

2011-03-22 Thread Massimiliano Pala
Hello Peter, all, thanks for the hint.. but I was actually looking more at a way to check if a certificate has been signed with one of the curves you listed. Maybe it is not possible, but it would be nice to be able to say this certificate has been signed with P-256 - since this can be a

Re: EC curve names

2011-03-22 Thread Massimiliano Pala
that that check would be performed in the EC_POINT_is_on_curve().. maybe is a check that should be added there ? Cheers, Max On 03/22/2011 10:47 AM, Dr. Stephen Henson wrote: On Tue, Mar 22, 2011, Massimiliano Pala wrote: Hello Peter, all, thanks for the hint.. but I was actually looking more

Re: EC curve names

2011-03-22 Thread Massimiliano Pala
of certificates that have been signed with a particular group.. (that's my goal). Thanks for your help and comments! Cheers, Max On 03/22/2011 12:02 PM, Douglas E. Engert wrote: On 3/22/2011 10:10 AM, Massimiliano Pala wrote: Hello Stephen, all, thanks for all the advices, I ended up doing the following

EC and implicitCurve

2011-03-22 Thread Massimiliano Pala
try to change the type directly when generating the key (but how.. change the type to 2 ?) ? Cheers, Max -- Best Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] ope

Re: How to add an alias to an Object / NID ? [solved]

2011-01-16 Thread Massimiliano Pala
. Cheers, Max P.S.: I also tried by using the OBJ_NAME_add with OBJ_NAME_ALIAS, but I could not figure out how to make it work for my purpose... :( On 01/15/2011 02:06 PM, Massimiliano Pala wrote: Hi all, I was wondering if it was possible to add an alias to an object. In particular, I would

How to add an alias to an Object / NID ?

2011-01-15 Thread Massimiliano Pala
Hi all, I was wondering if it was possible to add an alias to an object. In particular, I would like to add the possibility, for example, to use P384 instead of secp384r1 when retrieving an object ID: name_1 = P384; name_2 = secp384r1; ret_1 = OBJ_txt2obj ( name_1, 0 );

OpenSSL's certificates and RFC-5280 (was Re: How may I contribute? :D)

2010-07-13 Thread Massimiliano Pala
compatible with the latest version of PKIX, which is in RFC 5280; it's [...] -- Best Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] ope...@acm.org

SSL and Certificates verification

2010-06-17 Thread Massimiliano Pala
, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] ope...@acm.org project.mana...@openca.org Dartmouth Computer Science Dept Home

SSL and Certificates verification

2010-06-17 Thread Massimiliano Pala
Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] ope...@acm.org project.mana...@openca.org Dartmouth Computer Science Dept

CRMF and SEQUENCE OF CertReq

2008-04-03 Thread Massimiliano Pala
? -- Best Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED] [EMAIL PROTECTED] Dartmouth Computer Science Dept

Shared Libs on Linux-x86_64

2008-03-19 Thread Massimiliano Pala
-20080318' make[1]: *** [shared] Error 2 make[1]: Leaving directory `/home/madwolf/devel/originals/openssl-SNAP-20080318/crypto' make: *** [build_crypto] Error 1 -- Best Regards, Massimiliano Pala --o Massimiliano

Re: Certs with ECDSA + SHA256

2008-03-19 Thread Massimiliano Pala
, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED] [EMAIL PROTECTED] Dartmouth Computer Science Dept Home Phone: +1 (603) 397

Certs with ECDSA + SHA256

2008-03-17 Thread Massimiliano Pala
(2) us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-sha2(3) 2 } but I can not find it defined (at least in 0.9.8x versions). Anyone has tried it yet ? :D Later, Max -- Best Regards, Massimiliano Pala --o

Re: Extension Encoding - segfault

2007-07-15 Thread Massimiliano Pala
, actually... Later, Max Allan Clark wrote: I assume you compiled your libcrypto. You should probably build it -g to enable debug symbols which will let gdb tell you what file, line, and function it segv at Allan On 7/12/07, Massimiliano Pala [EMAIL PROTECTED] wrote: Hi all, I have been

Extension Encoding - segfault

2007-07-12 Thread Massimiliano Pala
() from /lib/libcrypto.so.6 #2 0x4b530c86 in X509V3_EXT_conf () from /lib/libcrypto.so.6 Do you have any idea of what's going on ? Later, Max -- Best Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA

Re: ERROR in openssl 0.9.8a: PRNG not seeded

2005-11-25 Thread Massimiliano Pala
found that /dev/random and /dev/urandom files exist. But in case of Solaris 7 these files are not Hi, go to http://www.sunfreeware.com/ - there you'll find needed patches for Solaris. -- Best Regards, Massimiliano Pala --o

CRL verification padding problems

2005-01-14 Thread Massimiliano Pala
send you the certificate and the CRL, I am not sending them to the list as them are quite big (~1.6Mb). Have a nice day, Byz! --- Massimiliano Pala ([EMAIL PROTECTED]) __ OpenSSL Project http

Re: CRL verification padding problems

2005-01-14 Thread Massimiliano Pala
failed:rsa_eay.c:580: 7322:error:0D089006:asn1 encoding routines:ASN1_verify:EVP lib:a_verify.c:162: should be changed as it is not really clear :-D Thank you again. -- Best Regards, Massimiliano Pala --o Massimiliano Pala

ENGINE issues

2005-01-13 Thread Massimiliano Pala
(0001). Does anyone have experiences on how to load a private key from the LunaSA (LunaCA3) with OpenSSL 0.9.7 ? Thanks for any help, --- Massimiliano Pala __ OpenSSL Project http

Re: ENGINE issues

2005-01-13 Thread Massimiliano Pala
on the device, not a software one. Does anybody have experiences (also with other hardware) that may be of some help ??? Thank you, byz. --- Massimiliano Pala ([EMAIL PROTECTED]) __ OpenSSL Project

Fwd: RE : ENGINE issues

2005-01-13 Thread Massimiliano Pala
on the LunaCA/SA!?!? Anyway if you have some code you can send me about your implementation, I would be glad to take a look at it in order to check my implementation. Thx, for your help. -- Massimiliano Pala ---End Message---

Re: [openssl.org #960] OpenSSL 0.9.7e fails on Linux

2004-10-27 Thread Massimiliano Pala
successfully on my test machines: - Linux box (Debian, Linux 2.4.27 SMP, 2 Xeon 3.2 Ghz CPU, gcc-3.0.4) - Linux box (RH 9, Linux 2.4.27#6 SMP i686 i686 i386 GNU/Linux, gcc-3.2.2-5) Probably another issue tied to Fedora ??? -- Best Regards, Massimiliano Pala --o

Re: Adding a new Cipher

2004-10-06 Thread Massimiliano Pala
kentlinux wrote: [...] It is only for crypto I do not know anything about SSL Thank you, this is exaclty what I was looking for. When ready we will send the patch to add aes-ccm among the ciphers. Have a nice day! -- Best Regards, Massimiliano Pala --o

Adding a new Cipher

2004-10-05 Thread Massimiliano Pala
??? Thank you in advance, have a nice day! -- Best Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED] Tel.: +39 (0)11 564 7081

BIO, sockets and fork() problems

2004-09-20 Thread Massimiliano Pala
when setting up the BIOs ? Do I have to flush/reset (how ???) the 'buf_bio' (line 16 of the first snap) before calling the BIO_free_all()? Thanks in advance for the help. Have a nice day! -- Best Regards, Massimiliano Pala --o

Re: OCSP and ENGINE

2004-09-06 Thread Massimiliano Pala
using standard (ENGINE) functions or does it depend on the implemented engine ? At the moment I have a LunaSA but I want the server to be able to use different ENGINE sharing as much code as possible. Thanks for the help. -- Best Regards, Massimiliano Pala --o

OCSP and ENGINE

2004-09-03 Thread Massimiliano Pala
because I have not found any reference to the ENGINE extension in the OCSP code. Please let me know. -- Best Regards, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

OpenVMS 8.1 (Eval)

2004-04-02 Thread Massimiliano Pala
Hi Guys, we are currently working on this platform - OpenVMS 8.1, Itanium2 - is this OS/CPU supported by openssl ? -- C'you, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

[openssl.org #839] Patch pk7_lib.c:PKCS7_get_recip_info()

2004-03-10 Thread Massimiliano Pala via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #839] Patch pk7_lib.c:PKCS7_get_recip_info() [2]

2004-03-10 Thread Massimiliano Pala via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: X509v3 extensions (repost)

2004-02-10 Thread Massimiliano Pala
setting it :-D -- C'you, Massimiliano Pala --o Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED] Tel.: +39 (0)59 270 094 http://www.openca.org

ASK OPENSSL: CRL extensions

2003-01-16 Thread Massimiliano Pala
of you... -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED] Tel.: +39 (0)59 270 094 http://www.openca.org

Re: [openssl.org #438] SCEP

2003-01-09 Thread Massimiliano Pala
Richard Levitte via RT wrote: Oh look, there's a draft too: http://www.ietf.org/internet-drafts/draft-nourse-scep-06.txt This is the draft I used as a reference to implement SCEP... -- C'you, Massimiliano Pala --o

[openssl.org #438] SCEP support

2003-01-07 Thread Massimiliano Pala via RT
? Let me know. Thanks for your time. -- Best Regards, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED] Tel

[openssl.org #438] SCEP

2003-01-05 Thread Massimiliano Pala via RT
do you think about it ? As integrating the work into OpenSSL will require some additional work I would like to know if you were interested in it before cleaning up the code. Let me know. -- C'you, Massimiliano Pala --o

Re: Problem decrypting a pkcs7 structure

2002-11-03 Thread Massimiliano Pala
as to avoid unsafe code from core dumping ? -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED] [EMAIL PROTECTED] http

Problem decrypting a pkcs7 structure

2002-11-02 Thread Massimiliano Pala
*) [virtually useless, if not for cecking against the recipient info, I guess] ? -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED

Re: [openssl.org #323] Bug in authorityKeyIdentifier extension?

2002-11-02 Thread Massimiliano Pala
in the right way. -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED] [EMAIL PROTECTED] http://www.openca.org

Re: Problem decrypting a pkcs7 structure

2002-11-02 Thread Massimiliano Pala
Hi all, I am replying myself... this seems like a sign I have to stop working late at night... anyway... here it comes the real message... Massimiliano Pala wrote: Hi, I am trying to decrypt some data in a pkcs7 env structure. The problem comes when I try to use the PKCS7_decrypt (I guess

OpenSSL ENGINE, OpenCA MUSCLE

2002-10-11 Thread Massimiliano Pala
to know if it will be best to code this ENGINE as a dynamic one (external to the OpenSSL source tree) or it is best we start coding it directly into OpenSSL ? -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA

Re: OpenSSL ENGINE, OpenCA MUSCLE

2002-10-11 Thread Massimiliano Pala
the implementation for the MuscleCard API so as to have some code ready soon, we'll see what to do next later on... :-D Anyone has suggestions about the project ? -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA

Re: OpenSSL ENGINE, OpenCA MUSCLE

2002-10-11 Thread Massimiliano Pala
for the ENGINE... well I guess it will require more time than what I had expected and I am even not sure it will be possible doing what I was intended to do without having at least the ca command enhanced... ... but I have only read it fast and I am probably wrong ... -- C'you, Massimiliano Pala --o

Re: SQL DB instead of index.txt

2002-01-31 Thread Massimiliano Pala
and forgive me for the additional noise... -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] madwolf at cpan.org madwolf

Patch for req.c (+docs/apps/req.pod)

2001-11-22 Thread Massimiliano Pala
the possiblity to have the public key printed out. Let me know about the status of this patch, thanks. -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

Re: HOWTO renew a certificate

2001-11-19 Thread Massimiliano Pala
be discouraged as its lifetime (key's one) should be considered ended with the expiration of the certificate (or you could have issued the certificate with a longer validity period, don't you think ?), at least to me. -- C'you, Massimiliano Pala --o

Re: BUG: openssl pkcs12 segmentation fault on Linux

2001-11-11 Thread Massimiliano Pala
Massimiliano Pala wrote: I'll try to be more specific in my next report. Here I am again. The problem is very strange... indeed I find it difficult to fix because I can simply not understand why the problem exists... Let's see it: 1. The sk_PKCS7_new_null() is called by pkcs12.c at line 547

Re: BUG: openssl pkcs12 segmentation fault on Linux

2001-11-11 Thread Massimiliano Pala
Hi all. Just few lines to say that the bug (pkcs12 segfault on linux) seems to have been fixed in new openssl-SNAP-20011106. Thanks. -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager

Re: ca.c fix [-noemailDN]

2001-10-28 Thread Massimiliano Pala
in the email OpenSSL and Patches for CAs ? What do you think about it ? -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

ca.c fix [-noemailDN]

2001-10-27 Thread Massimiliano Pala
. This caused the entry in the index.txt file to report null DN set. To apply the patchm simply copy it into the openssl/apps dir and do the following: $ patch ca.c.fix-20011026 This will fix the bugs listed. -- C'you, Massimiliano Pala --o

OpenSSL and Patches for CAs

2001-10-27 Thread Massimiliano Pala
. -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Cross Certification

2001-10-22 Thread Massimiliano Pala
) are reference to cross certification into RFCs... you could try to take a look into rfc2510, but I am not sure... -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL

Re: Patches for OpenSSL

2001-10-22 Thread Massimiliano Pala
this is the scope of the openssl project... anyway as this is strictly tied with openssl library itself it could be useful having it together with the package. I will forward this e-mail to the openssl-dev mailing list also to get the feeling about all this stuff. -- C'you, Massimiliano Pala

Re: Patches for OpenSSL [EMAIL in DN]

2001-10-16 Thread Massimiliano Pala
. At least to me... -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED] [EMAIL PROTECTED

Patches for OpenSSL [EMAIL in DN]

2001-10-15 Thread Massimiliano Pala
to add to the cert email_in_dn = no# Don't add the email into the cert DN ... -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

Re: OCSP daemon

2001-08-24 Thread Massimiliano Pala
of the server related issues already addressed... -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

openssl req ( -passin env:pwd ) FIX

2001-08-23 Thread Massimiliano Pala
: pkey = load_key(bio_err, keyfile, keyform, passin, e, Private Key); Hope this is the right way to cerrect the bug. -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project

openssl req BUG ( -passin env:pwd ignored)

2001-08-23 Thread Massimiliano Pala
without requiring the password (in the pwd env variable) it still asks for it from the standard input. -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED

Re: OCSP daemon

2001-07-27 Thread Massimiliano Pala
tomorrow at OpenCA (guess the module name ... OpenCA-OCSPD ). -- C'you, Massimiliano Pala --o- Massimiliano Pala [OpenCA Project Manager][EMAIL PROTECTED

Re: ca Problems

2001-03-01 Thread Massimiliano Pala
... Wait... I have made some othe DNs trying and it seems that if I put the Email=... at the end of the DN all goes well, otherwise the subjectAltName extension is empty. The same seems to happen to the Issuer Alternative Name too, but more tests are needed. C'you, Massimiliano Pala ([EMAIL

Re: ca Problems - subject and issuer AltName

2001-03-01 Thread Massimiliano Pala
Massimiliano Pala wrote: The same seems to happen to the Issuer Alternative Name too, but more tests are needed. I have tested it, and it seems like I already said: if the Email field is at the end of the name (Issuer/subject) the altName extension is correctly filled, otherwise it gets

New ca.c req.c Patches

2001-03-01 Thread Massimiliano Pala
ing the user to submit again for a certificate because of errors in subject. This is useful for IE/Server requests. The subject's format is the same as the one reported for the -subj request's new switch. Hope this will help in CA managing. C'you, Massimiliano Pala ([EMAIL PROTECTED]) --- a

Re: ca Problems - subject and issuer AltName

2001-03-01 Thread Massimiliano Pala
Dr S N Henson wrote: I've checked in a fix for this. Patch is: [...] Steve. Thanks. I will re-send my patches to Bodo at the end of the week as he said. C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Request DN changing

2001-02-28 Thread Massimiliano Pala
out I get the old DN: i=PEM_write_bio_X509_REQ(out,req); Why ??? I am patching the req.c file, but I am stuck with this problem. Someone can help ??? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: Request DN changing

2001-02-28 Thread Massimiliano Pala
the cached version is no longer valid. So you should set req-req_info-enc.modified to 1. Thanks. I'll update the code right now. C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

ca Problems

2001-02-28 Thread Massimiliano Pala
?? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

CA crl Bug - SNAP 26 Gen 2001

2001-01-27 Thread Massimiliano Pala
patch right now because I am waiting for suggestions about where to fix. C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: CA crl Bug - SNAP 26 Gen 2001 - patch

2001-01-27 Thread Massimiliano Pala
Massimiliano Pala wrote: Hi, i probably found a bug in the ca.c program where it sorts the REVOKED certificate: sk_X509_REVOKED_sort(ci-revoked); /* Line 1400 ~ */ the problem is related to the fact that with empty index.txt file the ci-revoked value is 0: this causes

subjectAltName extension problem (email:copy bug ?)

2001-01-14 Thread Massimiliano Pala
=email:copy,some@someplace And I get a certificate with only "some@someplace" contents. Obviously I have used a request with the "EMAIL" field set... Have someone experienced the same problem or am I wrong in extension usage ??? C'you, Massimiliano Pala ([EMAIL PROTECTED])

Re: ca -extfile [PATCH] and CVS access

2001-01-11 Thread Massimiliano Pala
: Error: immediate operand illegal with absolute jump make[2]: *** [lhash.o] Error 1 make[2]: Leaving directory `/usr/local/devel/madwolf/original/openssl-SNAP-20010110/crypto/lhash' C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: latest SNAP (0110) problems and 'toupper' question

2001-01-11 Thread Massimiliano Pala
platform-related problems with that ??? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: latest SNAP (0110) problems and 'toupper' question

2001-01-11 Thread Massimiliano Pala
Richard Levitte - VMS Whacker wrote: From: Massimiliano Pala [EMAIL PROTECTED] madwolf Ignore my previous mail, it was a gcc error... lucky madwolf me... :-D Updating had fixed the problem, it seems. It might be a good idea for us to know what gcc version caused the problem

[PATCH] -extfile file for ca tool

2000-11-05 Thread Massimiliano Pala
it into the distribution (let me know if you do so I must not distribute the patch with the OpenCA package). C'you, Massimiliano Pala ([EMAIL PROTECTED]) --- ca.cMon Nov 6 01:08:04 2000 +++ ca.patched Mon Nov 6 01:07:27 2000 @@ -166,6 +166,7 @@ " -msie_hack -

Re: Sign/Verify a text using PKCS#7

2000-05-09 Thread Massimiliano Pala
-0.5.98.tar.gz Hope this will solve your problems... :-D C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: OpenSSL and SCEP

2000-03-06 Thread Massimiliano Pala
are woering on it and are willing for coordinating their work C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

PERL Module Problem...

2000-02-11 Thread Massimiliano Pala
What's wrong here in ?? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: PERL Module Problem...

2000-02-11 Thread Massimiliano Pala
Thanks to all who sent me their help. I found it very singular that using inside a cgi script the code works... :-D I will investigate deeply ... (If I have time to ... ) C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: Any current OCSP patches ?

2000-02-03 Thread Massimiliano Pala
://ftp.openca.org/pub/patches/openssl/openssl-SNAP-19990907-ocsp.tar.gz C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: [Fwd: OCSP and CSL]

2000-01-25 Thread Massimiliano Pala
Dr Stephen Henson wrote: Massimiliano Pala wrote: I am forwarding this message to the openssl-dev list so as to ask for support in generating such CSLs (read on). Some chance in getting help to write the code ??? Actually the CRLs do not support extentions in OpenSSL, isn't

[Fwd: OCSP and CSL]

2000-01-24 Thread Massimiliano Pala
I am forwarding this message to the openssl-dev list so as to ask for support in generating such CSLs (read on). Some chance in getting help to write the code ??? Actually the CRLs do not support extentions in OpenSSL, isn't it ?? --- Massimiliano Pala ([EMAIL PROTECTED]) [EMAIL

Re: Verisign acquisition of Thawte

1999-12-24 Thread Massimiliano Pala
there is the need of them by the communitiy and many protocols and studies are carried out everyday (smart-cards with crypto chips/OCSP/SCVP/etc...). C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: Verisign acquisition of Thawte

1999-12-23 Thread Massimiliano Pala
ies are matched, you generally trust your governments (at least if you are not American... :-D It's a joke... ). That would guarantee your ID online and open services that could be offered to nearly every application you can think of.... C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: Production CA needed

1999-12-23 Thread Massimiliano Pala
I think the discussion should be continued on another mailing list :-D This is really OT, here (sorry people) ... If you can/want to continue discussing it, please subscribe to [EMAIL PROTECTED] C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: Verisign acquisition of Thawte

1999-12-22 Thread Massimiliano Pala
to donate lines and equipment. - Erik Aronesty Prime Data Corp. The problem is the liability... anyway if you want to get a free certificate, go to https://secure.openca.org C'you, Massimiliano Pala

Re: Verisign acquisition of Thawte

1999-12-22 Thread Massimiliano Pala
o the fact that in many countries (as in Italy) there are laws about Certificate Service Providers that we do not have time/money to guarantee... But I realize now that this is more related to to legally-binding signatures. C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: Verisign acquisition of Thawte

1999-12-22 Thread Massimiliano Pala
to donate = lines and equipment. I do have contacts with the ICE-CAR root CA peple. We can get a certificate there for free and start from there using the OpenCA software. C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: [openca-devel:161] Re: Production CA needed

1999-12-22 Thread Massimiliano Pala
VĂ­ctor R. Ruiz wrote: On Wed, Dec 22, 1999 at 08:17:58PM +0100, Massimiliano Pala wrote: Does anyone agree, wants to collaborate, etc ??? I wonder the amount of work of such a project. But seems interesting anyway. The problem I see is the legal side. Greetings, It seems

Re: Verisign acquisition of Thawte

1999-12-22 Thread Massimiliano Pala
, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: apps\ca Y2K bug

1999-12-18 Thread Massimiliano Pala
elson. I ave tested it without actually having real problems. Which code exactly you think it is not y2k ??? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

Re: OpenSSL CA as trusted CA in Netscape browser - help

1999-12-17 Thread Massimiliano Pala
to Netscape db, simply send a certificate in .der format with the Content-Type: application/x-x509-ca-cert Then the user will be asked to accept the CA certificate. I send you some code from the OpenCA project. C'you, Massimiliano Pala ([EMAIL PROTECTED]) #!/usr/bin/perl

Re: CA DB Support

1999-12-07 Thread Massimiliano Pala
and the ca app could be a very useful link (so we do not have to distribute patches to OpenSSL instead we could use it as it was compiled by the user) between our web- based interface and the crypto layer. What do you think about it ??? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME

CA DB Support

1999-12-06 Thread Massimiliano Pala
certificates currently supports ?? C'you, Massimiliano Pala ([EMAIL PROTECTED]) S/MIME Cryptographic Signature

  1   2   >