Re: PEM vs. DER

1999-07-08 Thread tvaughan
[EMAIL PROTECTED] writes: "Ralf S. Engelschall" [EMAIL PROTECTED] writes: [snip] Ok, ok, when I understand you correctly, you want that mod_ssl can read any combination Let's see what I can do. Much appreciated! Though I don't think every combination is required. At least not

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
On Thu, Mar 04, 1999, [EMAIL PROTECTED] wrote: If I wanted mod_ssl to use DER Base64 encoded certs by default, would it be as simple as doing a `perl -pi -e 's/PEM/DER/g;'` to the mod_ssl source files, and then adding '-outform DER' to makecrt.sh where appropriate? (compile and install

Re: PEM vs. DER

1999-03-05 Thread tvaughan
"Ralf S. Engelschall" [EMAIL PROTECTED] writes: On Thu, Mar 04, 1999, [EMAIL PROTECTED] wrote: If I wanted mod_ssl to use DER Base64 encoded certs by default, would it be as simple as doing a `perl -pi -e 's/PEM/DER/g;'` to the mod_ssl source files, and then adding '-outform DER' to

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
On Fri, Mar 05, 1999, [EMAIL PROTECTED] wrote: If I wanted mod_ssl to use DER Base64 encoded certs by default, would it be as simple as doing a `perl -pi -e 's/PEM/DER/g;'` to the mod_ssl source files, and then adding '-outform DER' to makecrt.sh where appropriate? (compile and

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
On Fri, Mar 05, 1999, [EMAIL PROTECTED] wrote: "Ralf S. Engelschall" [EMAIL PROTECTED] writes: [snip] Ok, sounds like a reasonable suggestion. But do you want DER+Base64 or just plain DER? Because DER is a binary format while DER+Base64 is the binary plus Base64 transformed and PEM is

Re: PEM vs. DER

1999-03-05 Thread tvaughan
"Ralf S. Engelschall" [EMAIL PROTECTED] writes: [snip] Ok, ok, when I understand you correctly, you want that mod_ssl can read any combination Let's see what I can do. Much appreciated! Though I don't think every combination is required. At least not by us. DER Base64 encoding of

Re: PEM vs. DER

1999-03-05 Thread Ralf S. Engelschall
On Fri, Mar 05, 1999, [EMAIL PROTECTED] wrote: "Ralf S. Engelschall" [EMAIL PROTECTED] writes: [snip] Ok, ok, when I understand you correctly, you want that mod_ssl can read any combination Let's see what I can do. Much appreciated! Though I don't think every combination is