On 17 April 2010 15:37, Kamil Dudka <[email protected]> wrote: > On Friday 16 of April 2010 16:47:27 Daniel Stenberg wrote: >> Peter Sylvester (cc'ed in my reply here) did those tests and generated >> those files so I think he's the most suitable to talk about this. Peter, >> here's Kamil's original mail in case you missed it: >> http://curl.haxx.se/mail/lib-2010-04/0214.html >> >> > It's possible to regenarete all the files using a new passphrase, but I >> > don't want to pollute git repo with such noop changes. >> >> Ideally, it would be good to have a script that can generate them on >> demand, or at least instructions on how to do it... > > I think we already have one: > > http://github.com/bagder/curl/blob/master/tests/certs/scripts/genserv.sh > > I've already extended it to generate the CRL as you can see in the patch. > The only problem now is the passphrase, which is typed interactively per > each run of the script. It may be useful to store it directly to the git > repo as I don't think EdelCurlRoot is a real CA which should be anyhow > protected.
Perhaps something like expect could be used to avoid having to type the password in interactively. Of course another dependency might not be welcome. -- Michael Wood <[email protected]> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
