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.

Marcel

PS: I'm using snapshot openca-0.9-SNAP-20020408.tar.gz


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

Reply via email to