attach file in smime

2001-01-11 Thread mariano Jesús
Hi all. Somebody Knows if it's possible to send attach files with smime. Thanks in advice. Mariano Jesus Perez Security Group (GISUM) University of Malaga (Spain)

Question about certificates

2001-01-11 Thread hakkesteegt
Hello, I'm building my own TLS-server that will communicate with a specific client-application. I've downloaded the OpenSSL library and compiled it (using Microsoft Visual C++ 6.0). Currently my server is able to communicate with the s_client. I am able to select the encryption I need and

Latest Crypt::SSLeay 0.21

2001-01-11 Thread Tobias Manthey
Hi Josh, could you send me your latest? I'll add client-cert stuff, and then I can replace my patched 0.17 stuff and send it to retirement (/dev/null). regards, Tobias -- Sent through GMX FreeMail - http://www.gmx.net __

Can I Make a OpenSSL with Visual C++ 6.0

2001-01-11 Thread
Can I Compile the OpenSLL with Visual C++ 6.0? I Can't Compile It. Please Help ME. DuckHyun, Kyung CommerceN.comApplied Technology

RE: Can I Make a OpenSSL with Visual C++ 6.0

2001-01-11 Thread Marco Cunha
Hi! Just follow the instructions in INSTALL.W32.I should note howeverthe installation bit doesn't work very well. "copy /b inc32\* c:\openssl\include\openssl" doesn't copy subdirectories like expected and it should copy into "c:\openssl\include" not "c:\openssl\include\openssl". I just

Re: On-the-fly self generated certs for network application

2001-01-11 Thread Michael Ströder
Marco Cunha wrote: we can't have our clients going around creating, signing installing new certificates every once in a while so I was thinking about doing the following : Look into openssl.c and friends and figure out a way of making the server generate a CA cert and server cert on the

RE: SSL - Can some enlighten me?

2001-01-11 Thread Mohammed SADIQ
Dear Greg, (1) I was running the program in TLSv1 mode. When I ran the same program in SSLv3 mode, it was very clear. When I looked it in the trace, I found 10 00 00 80 + 128 byte encrypted premaster secret, and this was 10 00 00 82 + 2 byte length(00 80) + 128 bytes of encrypted premaster

Re: Ireland Seminars

2001-01-11 Thread Ernest E Vogelsinger
Please ban this host: egroupcommunications.com from the list, thank you! Received: from ossp.org ([62.208.181.50]) by 1-at-web.at ; Thu, 11 Jan 2001 03:05:28 +0100 Received: by mail.ossp.org (Sendmail 8.11.0+/smtpfeed 1.07) for openssl-users-L2 id f0B1nxS46818; Thu, 11 Jan 2001

how do I encrypt large files with rsa ??

2001-01-11 Thread nl89071
Hi, I want to encrypt large files with RSA. At the moment I can encrypt approx. 200 characters at a time. But when I write the encrypted data to disk, how do I know how much characters to read in to decrypt ?? I thought about the extra padding bits, so i have to read in 211 (for PKCS1) bits,

RE: On-the-fly self generated certs for network application

2001-01-11 Thread Marco Cunha
Hi Michael, I think I understand what you mean :). If my answer doesn't make any sense then I've obviously missed your point, so please explain it further. When I said "we can't have our clients" I meant the people who buy the software, although through out the rest of that (and this)

RE: On-the-fly self generated certs for network application

2001-01-11 Thread gshaw
Just use Anonymous Diffie-Hellman if you don't need certificates. All you need to do is change the cipher set. G. "Marco Cunha" [EMAIL PROTECTED] on 11/01/2001 11:51:54 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: George Shaw/EMEA/Viewlocity) Subject: RE:

Re: how do I encrypt large files with rsa ??

2001-01-11 Thread Takaaki Ishii
Hi, [EMAIL PROTECTED] wrote: I want to encrypt large files with RSA. At the moment I can encrypt approx. 200 characters at a time. But when I write the encrypted data to disk, how do I know how much characters to read in to decrypt ?? I thought about the extra padding bits, so i have to read in

RE: Can I Make a OpenSSL with Visual C++ 6.0

2001-01-11 Thread Daniel MD
Why don't you give a try to openSA.org, it has the openssl compiled, it installs apache and lots of modules but, this can all be removed and you can install openSSL alone. If someone, already did the dirty job why do it yourself, well i guess that if you want to study the program, that's Ok,

Re: attach file in smime

2001-01-11 Thread Michael Ströder
mariano Jess wrote: Somebody Knows if it's possible to send attach files with smime. Yes, it's possible. Note the MIME in S/MIME. Ciao, Michael. __ OpenSSL Project http://www.openssl.org User

Re: newbie question about cli/serv with SSL

2001-01-11 Thread Alexey Prohorenko
On Thu, Jan 11, 2001 at 10:08:24AM +0100, Lutz Jaenicke wrote: On Thu, Jan 11, 2001 at 09:13:12AM +0200, Alexey Prohorenko wrote: green@pacific:~/SSL$ make g++ -I/usr/local/ssl/include -o cli cli.cpp -L/usr/local/ssl/lib/libssl.a /usr/local/ssl/lib/libcrypto.a Read the manual of your

Re: newbie question about cli/serv with SSL

2001-01-11 Thread Lutz Jaenicke
On Thu, Jan 11, 2001 at 02:38:26PM +0200, Alexey Prohorenko wrote: On Thu, Jan 11, 2001 at 10:08:24AM +0100, Lutz Jaenicke wrote: On Thu, Jan 11, 2001 at 09:13:12AM +0200, Alexey Prohorenko wrote: green@pacific:~/SSL$ make g++ -I/usr/local/ssl/include -o cli cli.cpp

Re: newbie question about cli/serv with SSL

2001-01-11 Thread Alexey Prohorenko
On Thu, Jan 11, 2001 at 01:45:11PM +0100, Lutz Jaenicke wrote: green@pacific:~/SSL$ make gcc -I/usr/local/ssl/include -o cli cli.cpp -L/usr/local/ssl/lib -lcrypto -lssl You did not use my sequence. Libraries are searched in the sequence given. It is thus important to keep -lssl -lcrypto,

RE: Latest Crypt::SSLeay 0.21

2001-01-11 Thread Fisher, James
Cheers Tobias, Does this mean that the client-cert stuff you were going to send me will be in the ver 0.21? JF -Original Message- From: Tobias Manthey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 5:07 AM To: [EMAIL PROTECTED] Subject: Latest Crypt::SSLeay 0.21 Hi Josh,

SCEP Server??

2001-01-11 Thread chandu
Hi all, Iam trying to implement the SCEP client protocol. I would like to test it against a known server. Can any one help me where I can find a server with which I can test my client implementation. Any directions and help is very much appreciated... Regards Suram

CRL is expired

2001-01-11 Thread Dmitry A. Blinov
Hello list. I have a newbie question. I'm using Apache with OpenSSL and all worked fine, but sometime ago I start to recieve such msg in logs: [11/Jan/2001 15:57:30] [warn] Found CRL is expired - revoking all certificates until you get updated CRL [11/Jan/2001 15:57:30] [error] Certificate

problem with revoked certificate

2001-01-11 Thread Colin Chalmers
Hi, I use the code below to get the subject from a certificate. Everything works well until I get a revoked certificate afterwhich I am unable to initialse the X509 Cert. Is this normal and if so what can I do to get the subject in a revoked case? Or should I be using other functions for

Attribute Certificate info, please.

2001-01-11 Thread CCI de Brest - Xavier Guillot
Does anybody know an open source projects implementing the "Attribute Certificate", with X509 based certificates or whatever, the only one i've seen is "uniCer Attribute Certificate Server", and it don't seem to be open. Even good documents would help. begin:vcard n:Guillot;Xavier

Re: encrypt/decrypt large files

2001-01-11 Thread Greg Stark
You need to think about a padding scheme for RSA encryption, for example PKCS#1 block type 2 which is supported in openssl. You choose to not have any extra padding if you understand the risks. You'll still want to have the high order byte going into the RSA encryption forced to zero, to

RE: Latest Crypt::SSLeay 0.21

2001-01-11 Thread Tobias Manthey
Ups,Sorry the original mail was not intended for public. But here we go. AFAI understood Josh, client-cert support will *NOT* be part of Crypt::SSLeay-0.21. I have a *hack* for 0.17 including proxy support (which will be part of 0.21) and client-cert support, because I maintain an app which

newbie compiling question

2001-01-11 Thread Shane Hickey
Howdy. I'm on a Solaris 2.6 box with gcc version 2.95 installed in /usr/local/bin. I did install gcc myself so I may have mucked it up. Anyway, my question is what argument should I give to the Configure script? Or do I need to manually specify an OS? When I run the config, it guesses the

OpenSSL imaps/pop3s

2001-01-11 Thread Auteria Wally Winzer Jr.
This could be a little off-topic, but: I'm having difficulties getting imaps and pop3s to work. Has anyone on this list was successful? I've done everything from compiling OpenSSL-0.9.6 w/ imap-2000a. Placed all port entries within /etc/services as well as /etc/inetd.conf. The certs for the

Re: OpenSSL imaps/pop3s

2001-01-11 Thread Peter 'Luna' Runestig
From: "Auteria Wally Winzer Jr." [EMAIL PROTECTED]: At this point I'm stuck. Here are my questions: 1. Am I supposed to import the imapd.pem and ipop3d.pem onto every clients workstation (Netscape and IE)? Either that, or get certificates signed by a "proper" CA. You can be your own CA,

another newbie crypto question :-)

2001-01-11 Thread Alexey Prohorenko
Hi, What encryption from OpenSSL could I use, if I need next thing: I have text, I want to crypt it with key. Then I want to decrypt it with this key. What is the most powerful and fast such encryption in OpenSSL? If possible,

Basic Terms

2001-01-11 Thread Oleg Amiton
Hi, All! Unfortunately, I did'nt find any documentation about OpenSSL basic internals, e.g. what does such terms/abstractions as SSL "context", "session", etc. excaltly means? Is there diagrams (or text definitions), showing relations of thease and other entities? "RTFM" me please, if any. --

question on supporting PEM and DER file

2001-01-11 Thread Dave Michael
I'm using the function PEM_read_X509 to read in the PEM certificate files. The problem is that this function can't seem to handle DER (binary) files. How do I go about supporting both PEM and DER files? I've exhaustively search the crypto library and can't find any equivalent DER function.

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Basic Terms

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: question on supporting PEM and DER file

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

RE: question on supporting PEM and DER file

2001-01-11 Thread Mahesh Anantharaman
You can use this function to read the DER encoded files d2i_X509() "unsigned char * Certificate d2i_X509(NULL,certificate,certSize); Mahesh -Original Message- From: Dave Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: question

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Basic Terms

RE: Question on Extensions

2001-01-11 Thread Jamshid Shoghli
I am new to open-ssl. If I hack my own function to encode otherName and return an X509_EXTENSION, how could I put this into the certificate? How does X509V3_EXT_i2d do it? Thanks, jim -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: question on supporting PEM and DER file

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: RE: Question on Extensions

Re: STOP IT !!! Message status - undeliverable

2001-01-11 Thread Horng-Twu Lihn
Can someone stop this? [EMAIL PROTECTED] on 01/11/2001 03:40:17 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Horng-Twu Lihn/Telcordia) Subject: Message status - undeliverable The message that you sent was undeliverable to the following: IMagesh

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: RE: question on supporting PEM and DER file

RE: Message status - undeliverable

2001-01-11 Thread LI,YING (HP-Cupertino,ex1)
What happend? Please stop this message! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 12:22 PM To: [EMAIL PROTECTED] Subject: Message status - undeliverable The message that you sent was undeliverable to the following:

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

Call them ask for accts payble and bill them Re: Message status - undeliverable

2001-01-11 Thread terr
Yes - send them a bill. I think there were about 200 messages and they impacted over 100 people so that is about 20,000 messages. Management will not even HEAR about it unless you call accounts payable. SO call accounts payable and ask for the billing address... they you can be sure that

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: IMagesh Information about your message: Subject: Message status - undeliverable

Message status - undeliverable

2001-01-11 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: RShyamsundar Information about your message: Subject: Message status - undeliverable

  1   2   3   >