Re: [OpenCA-Devel] OpenSSL 0.9.8 (dev) and engine support?

2005-05-04 Thread Martin Bartosch
Hi Michael, > Better question - who knows how dynamic engine support works (0.9.7 > support the same stuff). Best ressource: OpenCA::Token::OpenSC ;-D OK, thanks - I'll try it on Monday... >> However, with 0.9.8: >> # /usr/local/openssl-snap/bin/openssl genrsa -engine chil 1024 > > openssl genrs

Re: [OpenCA-Devel] OpenSSL 0.9.8 (dev) and engine support?

2005-05-04 Thread Michael Bell
Martin Bartosch wrote: Does anybody know how to use engine support in 0.9.8? I did not find anything useful in the docs or in the OpenSSL mailing list archives. Better question - who knows how dynamic engine support works (0.9.7 support the same stuff). Best ressource: OpenCA::Token::OpenSC ;-D H

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Michael Bell
Hi Chris, the regression tests still work. So it looks like a perl problem. Perhaps I'm to dependant on the perl version again. Please try the following: [EMAIL PROTECTED] wrote: Hey guys, testing the latest CVS head and have come across this error: [EMAIL PROTECTED] etc]# ./openca_start Can't c

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Chris Covell
Martin, yes, you will have to start the OpenCA daemon via openca_start. The CLI client then binds to the socket and communicates with the server. (Have a look at the test.pl script which automatically configures, compiles and installs the OpenCA system, starts the daemon and runs some non-interacti

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Martin Bartosch
Hi Chris, > OK but I still need to start the openca server in order to get a socket > (?). If I just run the CLI Client.pm (from OpenCA/UI/Shell) it asks me > for a socket file, but I can only get a socket if I have started the > OpenCA server using openca_start. This is true isn't it ? yes, you

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Chris Covell
Martin, uh, sorry, I should have read your message a bit more thoroughly AND given it second thought! :-) no problem ;-) OpenCA CVS head does NOT have a working frontend yet, the one included does not work at all, hence the 'unblessed reference' which is Perl's way of telling you that the object (U

[OpenCA-Devel] OpenSSL 0.9.8 (dev) and engine support?

2005-05-04 Thread Martin Bartosch
Hi, I am currently struggling with setting up OpenSSL 0.9.8 (CVS head) as CA token in OpenCA. (I need 0.9.8 because of the lately added features that allow generation of Domain Controller certificates.) I've successfully compiled OpenSSL but cannot enable engine support. In particular I'd like to

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Martin Bartosch
Hi Chris, > what does the error "unblessed reference" mean ? Any ideas ? uh, sorry, I should have read your message a bit more thoroughly AND given it second thought! :-) OpenCA CVS head does NOT have a working frontend yet, the one included does not work at all, hence the 'unblessed reference'

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Chris Covell
Martin, 71set_language ($self->{api}->get_required ('DEFAULT_LANGUAGE')); looks like you have to add the DEFAULT_LANGUAGE setting to your etc/servers/*.conf files. Yeah, I have made sure I have these in both the tamplate and conf files in servers. In config.xml make sure that default_lang

Re: [OpenCA-Devel] testing CVS head

2005-05-04 Thread Martin Bartosch
Hi, > 71set_language ($self->{api}->get_required ('DEFAULT_LANGUAGE')); looks like you have to add the DEFAULT_LANGUAGE setting to your etc/servers/*.conf files. In config.xml make sure that default_language C or similar is set. Check for ## General Section ## === UserI

[OpenCA-Devel] testing CVS head

2005-05-04 Thread chris
Hey guys, testing the latest CVS head and have come across this error: [EMAIL PROTECTED] etc]# ./openca_start Can't call method "get_required" on unblessed reference at /usr/local/093_pki/modules/perl5/OpenCA/UI/HTML.pm line 71. Compilation failed in require at ./openca_start line 63. here is the