On Tue, Apr 09, 2002 at 09:50:56AM +0200, Michael Bell wrote:
> Marcel Juffermans schrieb:
> > 
> > On line 40 of send_cert_key_p12, the content type is set as follows:
> > 
> >                 print "Content-type: text/plain\n\n";
> > 
> > Then, the PKCS#12 file contents are printed. This causes Netscape 4.5
> > (probably other browsers as well) to display a page with the (binary) data,
> > instead of offering a "Save As" dialog box.
> > 
> > The above line should probably read:
> > 
> >                 print "Content-type: application/octect-stream\n\n";
> > 
> > Or something of that nature.
> 
> Does PKCS#12 be an octet-stream? If yes then I will update the todays
> snapshot immediately.

PKCS#12 is binary, but wouldn't it even happen to be
  application/x-pkcs12 ??

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to