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.

Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org

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

Reply via email to