You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(164) |
Nov
(133) |
Dec
(307) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(202) |
Feb
(385) |
Mar
(235) |
Apr
(295) |
May
(258) |
Jun
(293) |
Jul
(199) |
Aug
(404) |
Sep
(439) |
Oct
(417) |
Nov
(360) |
Dec
(146) |
2003 |
Jan
(51) |
Feb
(47) |
Mar
(299) |
Apr
(257) |
May
(282) |
Jun
(294) |
Jul
(298) |
Aug
(284) |
Sep
(80) |
Oct
(34) |
Nov
(70) |
Dec
(73) |
2004 |
Jan
(227) |
Feb
(239) |
Mar
(206) |
Apr
(108) |
May
(162) |
Jun
(195) |
Jul
(187) |
Aug
(212) |
Sep
(241) |
Oct
(320) |
Nov
(161) |
Dec
(46) |
2005 |
Jan
(55) |
Feb
(129) |
Mar
(104) |
Apr
(111) |
May
(14) |
Jun
(211) |
Jul
(330) |
Aug
(314) |
Sep
(20) |
Oct
(90) |
Nov
(12) |
Dec
(39) |
2006 |
Jan
(18) |
Feb
(4) |
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(16) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ope...@li...> - 2005-10-05 13:14:38
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-log In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24108/openca-0.9/src/modules/openca-log Modified Files: LICENSE Log.pm Log Message: adding two missing modules and take back my copyright Author of changes: michaelbell Index: LICENSE =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-log/LICENSE,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LICENSE 1 Oct 2004 10:03:33 -0000 1.2 --- LICENSE 5 Oct 2005 13:14:27 -0000 1.3 *************** *** 2,6 **** ## ## Written by Michael Bell for the OpenCA project 2003 ! ## Copyright (C) 2003-2004 The OpenCA Project ## All rights reserved. --- 2,6 ---- ## ## Written by Michael Bell for the OpenCA project 2003 ! ## Copyright (C) 2003-2004 Michael Bell ## All rights reserved. Index: Log.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-log/Log.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Log.pm 30 Jun 2005 15:55:16 -0000 1.17 --- Log.pm 5 Oct 2005 13:14:27 -0000 1.18 *************** *** 2,6 **** ## ## Written by Michael Bell for the OpenCA project 2003 ! ## Copyright (C) 2003-2004 The OpenCA Project ## All rights reserved. ## --- 2,6 ---- ## ## Written by Michael Bell for the OpenCA project 2003 ! ## Copyright (C) 2003-2004 Michael Bell ## All rights reserved. ## |
From: <ope...@li...> - 2005-10-05 13:14:38
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-dn In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24108/openca-0.9/src/modules/openca-dn Modified Files: DN.pm Log Message: adding two missing modules and take back my copyright Author of changes: michaelbell Index: DN.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-dn/DN.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DN.pm 25 Jul 2005 13:37:08 -0000 1.7 --- DN.pm 5 Oct 2005 13:14:27 -0000 1.8 *************** *** 1,5 **** ## Written 2004 by Michael Bell for the OpenCA project ! ## Copyright (C) 2004 The OpenCA Project use strict; --- 1,5 ---- ## Written 2004 by Michael Bell for the OpenCA project ! ## Copyright (C) 2004 Michael Bell use strict; |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-server/Server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-server/Server Modified Files: Command.pm Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: Command.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-server/Server/Command.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Command.pm 10 Aug 2005 16:03:49 -0000 1.21 --- Command.pm 5 Oct 2005 13:03:59 -0000 1.22 *************** *** 52,55 **** --- 52,57 ---- use OpenCA::Server::Command::dataexchange_import; + use OpenCA::Server::Command::ldap_add_cert; + #use OpenCA::Server::Command::viewCSR; |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-ui-html/HTML/Command Modified Files: view_cert.pm Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: view_cert.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command/view_cert.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** view_cert.pm 15 Aug 2005 14:36:47 -0000 1.7 --- view_cert.pm 5 Oct 2005 13:04:00 -0000 1.8 *************** *** 125,129 **** $hidden_list->{"GET_PARAMS_CMD"} = ""; #$hidden_list->{"passwd"} = ""; ! #$hidden_list->{"key"} = $key; #$hidden_list->{"HIDDEN_key"} = $key; #$hidden_list->{"dataType"} = $dataType; --- 125,129 ---- $hidden_list->{"GET_PARAMS_CMD"} = ""; #$hidden_list->{"passwd"} = ""; ! $hidden_list->{"key"} = $cert->getSerial(); #$hidden_list->{"HIDDEN_key"} = $key; #$hidden_list->{"dataType"} = $dataType; *************** *** 263,281 **** # $cmd_pos++; # } ! # ! # ## prepare the actualization of the LDAP ! # if ( $allow->{LDAP} and ! # (getRequired ('LDAP') =~ /y/i) ! # ) { ! # ## update cert on LDAP ! # my $ldap_button = "<input ". ! # "TYPE=\"Submit\" ". ! # "Name=\"Submit\" ". ! # "Value=\"".gettext("Add to LDAP")."\" ". ! # "onClick=\"cmd.value='ldapAddCert'\">"; ! # $cmd_list->{BODY}->[$cmd_pos]->[0] = gettext("Add the certificate to LDAP"); ! # $cmd_list->{BODY}->[$cmd_pos]->[1] = $ldap_button; ! # $cmd_pos++; ! # ## update cert on LDAP with modified DN # $ldap_button = "<input ". # "TYPE=\"Submit\" ". --- 263,280 ---- # $cmd_pos++; # } ! ! ## prepare the actualization of the LDAP ! if ($self->{api}->get_access (cmd => "ldap_add_cert", key => $cert->getSerial()) and ! $self->{api}->get_required ('LDAP') =~ /y/i) ! { ! ## update cert on LDAP ! $cmd_list->{BODY}->[$cmd_pos]->[0] = i18nGettext ("I18N_OPENCA_UI_HTML_LDAP_ADD_CERT"); ! $cmd_list->{BODY}->[$cmd_pos]->[1] = {TYPE => "SUBMIT", ! VALUE => i18nGettext ("I18N_OPENCA_MENU_LDAP_ADD_CERT"), ! ONCLICK => 'cmd.value='."'ldap_add_cert'".';'}; ! $cmd_pos++; ! } ! ! ### update cert on LDAP with modified DN # $ldap_button = "<input ". # "TYPE=\"Submit\" ". *************** *** 292,299 **** # "Value=\"".gettext("Delete from LDAP")."\" ". # "onClick=\"cmd.value='ldapDeleteCert'\">"; ! # $cmd_list->{BODY}->[$cmd_pos]->[0] = gettext("Delete the certificate from LDAP"); ! # $cmd_list->{BODY}->[$cmd_pos]->[1] = $ldap_button; ! # $cmd_pos++; ! # ## delete cert from LDAP with modified DN # $ldap_button = "<input ". # "TYPE=\"Submit\" ". --- 291,298 ---- # "Value=\"".gettext("Delete from LDAP")."\" ". # "onClick=\"cmd.value='ldapDeleteCert'\">"; ! # $cmd_list->{BODY}->[$cmd_pos]->[0] = gettext("Delete the certificate from LDAP"); ! # $cmd_list->{BODY}->[$cmd_pos]->[1] = $ldap_button; ! # $cmd_pos++; ! #### delete cert from LDAP with modified DN # $ldap_button = "<input ". # "TYPE=\"Submit\" ". *************** *** 305,308 **** --- 304,308 ---- # $cmd_pos++; # } + # # if ($allow->{TOKENHANDLING} and # not $parsedCert->{IS_CA} and |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/scripts Modified Files: openca-shell-client.in Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: openca-shell-client.in =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/scripts/openca-shell-client.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openca-shell-client.in 8 Feb 2005 16:23:06 -0000 1.1 --- openca-shell-client.in 5 Oct 2005 13:04:00 -0000 1.2 *************** *** 1,5 **** #!@PERL@ ! ## (c) 2005 by The OpenCA project ## File Name: openca-shell-client ## Version: $Revision$ --- 1,5 ---- #!@PERL@ ! ## (c) 2005 by The OpenCA Project ## File Name: openca-shell-client ## Version: $Revision$ |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-dbi Modified Files: DBI.pm Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: DBI.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-dbi/DBI.pm,v retrieving revision 1.161 retrieving revision 1.162 diff -C2 -d -r1.161 -r1.162 *** DBI.pm 10 Aug 2005 16:03:47 -0000 1.161 --- DBI.pm 5 Oct 2005 13:03:59 -0000 1.162 *************** *** 19,22 **** --- 19,24 ---- ---------- Schema -------- Driver + FIXME: THE EXPIRED HANDLING IS STILL NOT PORTED FROM THE OLD CODE. + =cut |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-ui-html/HTML Modified Files: Command.pm Script.pm Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: Command.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Command.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Command.pm 25 Jul 2005 08:11:23 -0000 1.14 --- Command.pm 5 Oct 2005 13:03:59 -0000 1.15 *************** *** 47,50 **** --- 47,52 ---- use OpenCA::UI::HTML::Command::dataexchange_import; + use OpenCA::UI::HTML::Command::ldap_add_cert; + =pod Index: Script.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/HTML/Script.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Script.pm 10 Aug 2005 16:03:50 -0000 1.2 --- Script.pm 5 Oct 2005 13:03:59 -0000 1.3 *************** *** 1,3 **** ! ## (C) 2005 The OpenCA project ## written by Michael Bell --- 1,3 ---- ! ## (C) 2005 The OpenCA Project ## written by Michael Bell |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ui-html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-ui-html Modified Files: MANIFEST Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: MANIFEST =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ui-html/MANIFEST,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** MANIFEST 4 Aug 2005 16:33:01 -0000 1.16 --- MANIFEST 5 Oct 2005 13:03:59 -0000 1.17 *************** *** 36,37 **** --- 36,39 ---- HTML/Command/dataexchange_export.pm HTML/Command/dataexchange_import.pm + + HTML/Command/ldap_add_cert.pm |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-server Modified Files: MANIFEST Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: MANIFEST =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-server/MANIFEST,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** MANIFEST 25 Jul 2005 13:37:08 -0000 1.20 --- MANIFEST 5 Oct 2005 13:03:59 -0000 1.21 *************** *** 53,54 **** --- 53,56 ---- Server/Command/dataexchange_export.pm Server/Command/dataexchange_import.pm + + Server/Command/ldap_add_cert.pm |
From: <ope...@li...> - 2005-10-05 13:04:21
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-ldap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/modules/openca-ldap Modified Files: LDAP.pm Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: LDAP.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-ldap/LDAP.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** LDAP.pm 15 Aug 2005 14:36:47 -0000 1.16 --- LDAP.pm 5 Oct 2005 13:03:59 -0000 1.17 *************** *** 3,6 **** --- 3,7 ---- ## (c) 1999-2002 by Massimiliano Pala ## (c) 2002-2004 The OpenCA Project + ## (c) 2005 Michael Bell ## All rights reserved. ## *************** *** 154,660 **** ################################################################# [...1056 lines suppressed...] + foreach my $pair (@pairs) + { + next if ($pair =~ /:/); + my $name = $pair; + $name =~ s/^\s*//; + $name =~ s/:.*$//; + next if ($name ne "DirName"); + my $value = $pair; + $value =~ s/^[^:]*://; + $self->debug ("returning DirName for subjectAltName: $value"); + return $value; + } + } + + $self->debug ("returning subject of certificate"); + return $cert->getParsed ()->{DN}; + } + ######################## ## disconnect ## |
From: <ope...@li...> - 2005-10-05 13:04:20
|
Update of /cvsroot/openca/openca-0.9/src/common/etc/rbac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21360/openca-0.9/src/common/etc/rbac Modified Files: acl.xml Log Message: bring CVS in sync with my local changes Author of changes: michaelbell Index: acl.xml =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/common/etc/rbac/acl.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** acl.xml 25 Jul 2005 08:11:19 -0000 1.27 --- acl.xml 5 Oct 2005 13:03:59 -0000 1.28 *************** *** 803,806 **** --- 803,813 ---- <operation>dataexchange import</operation> </permission> + <!-- LDAP functionality --> + <permission> + <server>.*</server> + <role>(CA Operator|RA Operator)</role> + <operation>ldap cert adding</operation> + <owner>.*</owner> + </permission> <!-- additional functionality --> <permission> |
From: <ope...@li...> - 2005-09-28 07:33:16
|
Update of /cvsroot/openca/www.openca.org/htdocs/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22867/htdocs/news Modified Files: ws2005.html Log Message: Updated Agenda Author of changes: oliwel Index: ws2005.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/news/ws2005.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ws2005.html 16 Sep 2005 07:26:56 -0000 1.5 --- ws2005.html 28 Sep 2005 07:33:02 -0000 1.6 *************** *** 102,114 **** </li> <br/> ! <li>13:30 use case scenarios, approx 30 mins each, currently discussing on:<br/> ! * Win Logon with Smartcards<br/> ! * Identity Management with LDAP<br/> ! * LDAP Authentication and LDAP bases Certification Requesting<br/> ! * Chipcard's and their Role in PKI Systems<br/> ! * High-Availabilty Setup for mutliple CA's<br/> ! * Automated certification with Batch System<br/> ! * OpenCA in UTF-8 Environments<br/> ! * Secure VPN with Cisco Devices via SCEP <br/> </li> <li>16:30 official end of the workshop<br/> --- 102,112 ---- </li> <br/> ! <li>13:30 use case scenarios, approx 30 mins each, currently scheduled (topics and order may change):<br/> ! * Chipcard's and their Role in PKI Systems (Dr. Stephan Spitz, Giesecke & Devrient)<br/> ! * Using OpenCA in Business (Robert Esterer, Secardeo)<br/> ! * Identity Management with LDAP (Chris Covell, Diginus)<br/> ! * LDAP Authentication and LDAP bases Certification Requesting (Peter Gietz, DAASI International)<br/> ! * OpenCA in UTF-8 Environments (Sergei Vyshenski, Cryptocom)<br/> ! * Secure VPN with Cisco Devices via SCEP / High-Availabilty Setup (Max Schmid, T-Systems)<br/> </li> <li>16:30 official end of the workshop<br/> |
From: <ope...@li...> - 2005-09-20 23:13:48
|
Update of /cvsroot/openca/openca-0.9/src/ocspd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22639 Modified Files: configuration.c Log Message: Fixed an error on solaris os (wrong variable declaration). --- madwolf Author of changes: madwolf Index: configuration.c =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/ocspd/src/configuration.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** configuration.c 27 Apr 2005 13:33:47 -0000 1.8 --- configuration.c 20 Sep 2005 23:13:39 -0000 1.9 *************** *** 121,128 **** get all the crl data for every listed CA */ for (i = 0; i < sk_CONF_VALUE_num(nval); i++) { - val = sk_CONF_VALUE_value(nval, i); #ifdef OCSPD_ARCH_SOLARIS char sol_buf[1024]; #endif if( strstr( val->name, ENV_OCSPD_CA_SECTION ) != NULL ) { --- 121,128 ---- get all the crl data for every listed CA */ for (i = 0; i < sk_CONF_VALUE_num(nval); i++) { #ifdef OCSPD_ARCH_SOLARIS char sol_buf[1024]; #endif + val = sk_CONF_VALUE_value(nval, i); if( strstr( val->name, ENV_OCSPD_CA_SECTION ) != NULL ) { |
Update of /cvsroot/openca/debian/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18070/patches Modified Files: 30_bigint_serial_functions 30_bigint_serial_modules_dbi 30_bigint_serial_modules_openssl 30_bigint_serial_modules_pkcs7 Log Message: New upstream release. Fix BigInt patches to apply cleanly Author of changes: achetroi Index: 30_bigint_serial_functions =================================================================== RCS file: /cvsroot/openca/debian/patches/30_bigint_serial_functions,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 30_bigint_serial_functions 7 Apr 2005 13:14:21 -0000 1.3 --- 30_bigint_serial_functions 16 Sep 2005 08:40:29 -0000 1.4 *************** *** 8,23 **** @DPATCH@ ! diff -ru openca-0.9.2.2.orig/src/common/lib/functions/crypto-utils.lib openca-0.9.2.2.lex/src/common/lib/functions/crypto-utils.lib ! --- openca-0.9.2.2.orig/src/common/lib/functions/crypto-utils.lib 2005-03-10 10:03:40.000000000 +0200 ! +++ openca-0.9.2.2.lex/src/common/lib/functions/crypto-utils.lib 2005-03-27 14:07:32.000000000 +0300 ! @@ -19,6 +19,7 @@ ! use strict; use Locale::Messages (':libintl_h'); +use Math::BigInt lib => 'GMP'; ## ## following you can find the defined errorcodes of this library ! @@ -343,8 +344,9 @@ ## $keys->{OCSP}; ## if defined and (Y|ON) then SUSPENDED will be interpreted like REVOKED --- 8,23 ---- @DPATCH@ ! diff -urN openca-0.9.2.4.orig/src/common/lib/functions/crypto-utils.lib openca-0.9.2.4/src/common/lib/functions/crypto-utils.lib ! --- openca-0.9.2.4.orig/src/common/lib/functions/crypto-utils.lib 2005-07-18 15:44:57.000000000 +0300 ! +++ openca-0.9.2.4/src/common/lib/functions/crypto-utils.lib 2005-09-14 16:54:11.443731404 +0300 ! @@ -20,6 +20,7 @@ use strict; use Locale::Messages (':libintl_h'); + use Fcntl ':flock'; +use Math::BigInt lib => 'GMP'; ## ## following you can find the defined errorcodes of this library ! @@ -346,8 +347,9 @@ ## $keys->{OCSP}; ## if defined and (Y|ON) then SUSPENDED will be interpreted like REVOKED *************** *** 25,35 **** - my @index = (); - my $max = 0; ! + my %index = (); ! + my $max = Math::BigInt->bzero (); ! + my $serial; my @list; ## all entries are hashes with the following format ## STATUS V,E,R ! @@ -362,12 +364,13 @@ $hash {STATUS} = "V"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); --- 25,35 ---- - my @index = (); - my $max = 0; ! + my %index = (); ! + my $max = Math::BigInt->bzero (); ! + my $serial; my @list; ## all entries are hashes with the following format ## STATUS V,E,R ! @@ -366,13 +368,14 @@ $hash {STATUS} = "V"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); *************** *** 39,43 **** + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("VALID_CA_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; --- 39,44 ---- + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{DN}; ! $hash {OPENSSL_SUBJECT} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("VALID_CA_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; *************** *** 48,52 **** ## get all expired_ca_certificates ! @@ -377,12 +380,13 @@ $hash {STATUS} = "E"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); --- 49,53 ---- ## get all expired_ca_certificates ! @@ -382,13 +385,14 @@ $hash {STATUS} = "E"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); *************** *** 56,60 **** + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("EXPIRED_CA_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; --- 57,62 ---- + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{DN}; ! $hash {OPENSSL_SUBJECT} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("EXPIRED_CA_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; *************** *** 65,69 **** ## get all valid_certificates ! @@ -392,12 +396,13 @@ $hash {STATUS} = "V"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); --- 67,71 ---- ## get all valid_certificates ! @@ -398,13 +402,14 @@ $hash {STATUS} = "V"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); *************** *** 73,77 **** + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("VALID_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; --- 75,80 ---- + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{DN}; ! $hash {OPENSSL_SUBJECT} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("VALID_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; *************** *** 82,86 **** ## get all expired_certificates ! @@ -407,12 +412,13 @@ $hash {STATUS} = "E"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); --- 85,89 ---- ## get all expired_certificates ! @@ -414,13 +419,14 @@ $hash {STATUS} = "E"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); *************** *** 90,94 **** + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("EXPIRED_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; --- 93,98 ---- + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{DN}; ! $hash {OPENSSL_SUBJECT} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("EXPIRED_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; *************** *** 99,103 **** ## get all suspended_certificates ! @@ -426,12 +432,13 @@ } $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); --- 103,107 ---- ## get all suspended_certificates ! @@ -434,13 +440,14 @@ } $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); *************** *** 107,111 **** + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("SUSPENDED_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; --- 111,116 ---- + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{DN}; ! $hash {OPENSSL_SUBJECT} = $value->getParsed ()->{OPENSSL_SUBJECT}; print addPreLogLine (i18nGettext ("SUSPENDED_CERTIFICATE: __CERT_SERIAL__", "__CERT_SERIAL__", $hash{SERIAL})); - $index [$value->getSerial()] = \%hash; *************** *** 116,130 **** ## get all revoked_certificates ! @@ -440,7 +447,8 @@ my %hash; $hash {STATUS} = "R"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); ! - $hash {SERIAL} = sprintf ("%lX", $value->getSerial()); + $serial = Math::BigInt->new ($value->getSerial()); + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{OPENSSL_SUBJECT}; ! my @result = $db->searchItems ( DATATYPE => "ARCHIVED_CRR", ! @@ -454,8 +462,8 @@ } } --- 121,136 ---- ## get all revoked_certificates ! @@ -449,8 +456,8 @@ my %hash; $hash {STATUS} = "R"; $hash {DATE_1} = $cryptoShell->getOpenSSLDate ($value->getParsed ()->{NOTBEFORE}); ! - my $serial = $value->getSerial(); ! - $hash {SERIAL} = sprintf ("%lX", $serial); + $serial = Math::BigInt->new ($value->getSerial()); + $hash {SERIAL} = substr ($serial->as_hex(), 2); $hash {SERIAL} = "0".$hash {SERIAL} if (length ($hash {SERIAL}) % 2); ! $hash {DN} = $value->getParsed ()->{DN}; ! $hash {OPENSSL_SUBJECT} = $value->getParsed ()->{OPENSSL_SUBJECT}; ! @@ -467,8 +474,8 @@ } } *************** *** 137,141 **** print closeLogSection (); ! @@ -473,8 +481,8 @@ "__FILE__", $keys->{DB}); return undef; --- 143,147 ---- print closeLogSection (); ! @@ -486,8 +493,8 @@ "__FILE__", $keys->{DB}); return undef; *************** *** 146,153 **** + while ( ($key, $i) = each (%index) ) { next if (not $i); ! $i->{DN} =~ s/, *(?=[A-Za-z0-9\-]+=)/\//g; ! $i->{DN} = "/".$i->{DN}; ! @@ -501,12 +509,12 @@ ! "__FILE__", $keys->{DB}); return undef; } --- 152,159 ---- + while ( ($key, $i) = each (%index) ) { next if (not $i); ! $i->{OPENSSL_SUBJECT} =~ s/, *(?=[A-Za-z0-9\-]+=)/\//g; ! $i->{OPENSSL_SUBJECT} = "/".$i->{OPENSSL_SUBJECT}; ! @@ -514,12 +521,12 @@ ! "__FILE__", $keys->{SERIAL}); return undef; } *************** *** 164,170 **** + print addLogLine (gettext($smax)); print closeLogSection (); - } ! @@ -694,7 +702,8 @@ #// perhaps the cert's serial must be stored in the dn my $use_cert_serial = getRequired ('SET_CERTIFICATE_SERIAL_IN_DN'); --- 170,188 ---- + print addLogLine (gettext($smax)); print closeLogSection (); ! ## recreate CRL number ! @@ -531,8 +538,9 @@ ! "__FILE__", $keys->{CRLNUMBER}); ! return undef; ! } ! - my $crlnumber = $db->elements( DATATYPE => 'CRL' ) + 1; ! - $crlnumber = sprintf ("%lX", $crlnumber); ! + my $crlnum = Math::BigInt->new ($db->elements( DATATYPE => 'CRL' )); ! + $crlnum->binc(); ! + $crlnumber = substr ($crlnum->as_hex(), 2); ! $crlnumber = "0".$crlnumber if (length ($crlnumber) % 2); ! print FD $crlnumber; ! close(FD); ! @@ -725,7 +733,8 @@ #// perhaps the cert's serial must be stored in the dn my $use_cert_serial = getRequired ('SET_CERTIFICATE_SERIAL_IN_DN'); *************** *** 172,182 **** - $cert_subject = getRequired ('CERTIFICATE_SERIAL_NAME')."=".hex($ser).","; + my $strser = Math::BigInt->new ("0x".$ser); ! + $cert_subject = getRequired ('CERTIFICATE_SERIAL_NAME')."=".$strser.","; } if ($csr->getParsed()->{HEADER}->{SUBJECT}) { ! diff -ru openca-0.9.2.2.orig/src/common/lib/functions/export-import.lib openca-0.9.2.2.lex/src/common/lib/functions/export-import.lib ! --- openca-0.9.2.2.orig/src/common/lib/functions/export-import.lib 2005-03-10 10:03:40.000000000 +0200 ! +++ openca-0.9.2.2.lex/src/common/lib/functions/export-import.lib 2005-03-27 14:07:32.000000000 +0300 @@ -6,6 +6,7 @@ --- 190,200 ---- - $cert_subject = getRequired ('CERTIFICATE_SERIAL_NAME')."=".hex($ser).","; + my $strser = Math::BigInt->new ("0x".$ser); ! + $cert_subject = getRequired ('CERTIFICATE_SERIAL_NAME')."=".$strser."," } if ($csr->getParsed()->{HEADER}->{SUBJECT}) { ! diff -urN openca-0.9.2.4.orig/src/common/lib/functions/export-import.lib openca-0.9.2.4/src/common/lib/functions/export-import.lib ! --- openca-0.9.2.4.orig/src/common/lib/functions/export-import.lib 2004-08-25 17:08:15.000000000 +0300 ! +++ openca-0.9.2.4/src/common/lib/functions/export-import.lib 2005-09-14 16:15:55.869442621 +0300 @@ -6,6 +6,7 @@ *************** *** 208,214 **** $cert_der = $cert->getDER (); $cert_txt = $cert->getTXT (); ! diff -ru openca-0.9.2.2.orig/src/common/lib/functions/mail-utils.lib openca-0.9.2.2/src/common/lib/functions/mail-utils.lib ! --- openca-0.9.2.2.orig/src/common/lib/functions/mail-utils.lib 2005-04-04 09:04:07.000000000 +0300 ! +++ openca-0.9.2.2/src/common/lib/functions/mail-utils.lib 2005-04-04 09:19:23.000000000 +0300 @@ -34,6 +34,7 @@ ## sendPreparedMail 40 --- 226,232 ---- $cert_der = $cert->getDER (); $cert_txt = $cert->getTXT (); ! diff -urN openca-0.9.2.4.orig/src/common/lib/functions/mail-utils.lib openca-0.9.2.4/src/common/lib/functions/mail-utils.lib ! --- openca-0.9.2.4.orig/src/common/lib/functions/mail-utils.lib 2004-08-10 15:26:21.000000000 +0300 ! +++ openca-0.9.2.4/src/common/lib/functions/mail-utils.lib 2005-09-14 16:15:55.871442322 +0300 @@ -34,6 +34,7 @@ ## sendPreparedMail 40 Index: 30_bigint_serial_modules_dbi =================================================================== RCS file: /cvsroot/openca/debian/patches/30_bigint_serial_modules_dbi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 30_bigint_serial_modules_dbi 7 Apr 2005 15:09:52 -0000 1.4 --- 30_bigint_serial_modules_dbi 16 Sep 2005 08:40:29 -0000 1.5 *************** *** 8,14 **** @DPATCH@ ! diff -ru openca-0.9.2.2.orig/src/modules/openca-dbi/DBI.pm openca-0.9.2.2.lex/src/modules/openca-dbi/DBI.pm ! --- openca-0.9.2.2.orig/src/modules/openca-dbi/DBI.pm 2005-03-10 10:04:41.000000000 +0200 ! +++ openca-0.9.2.2.lex/src/modules/openca-dbi/DBI.pm 2005-03-28 12:49:10.000000000 +0300 @@ -137,12 +137,12 @@ FORMAT => ["format", "TEXT"], --- 8,14 ---- @DPATCH@ ! diff -ruN openca-0.9.2.4.orig/src/modules/openca-dbi/DBI.pm openca-0.9.2.4/src/modules/openca-dbi/DBI.pm ! --- openca-0.9.2.4.orig/src/modules/openca-dbi/DBI.pm 2005-08-09 17:01:01.000000000 +0300 ! +++ openca-0.9.2.4/src/modules/openca-dbi/DBI.pm 2005-09-14 17:11:50.589750584 +0300 @@ -137,12 +137,12 @@ FORMAT => ["format", "TEXT"], *************** *** 42,46 **** SCEP_TID => ["scep_tid", "TEXT"], LOA => ["loa", "TEXT"], ! @@ -216,7 +216,8 @@ "PUBKEY", "NOTAFTER", --- 42,46 ---- SCEP_TID => ["scep_tid", "TEXT"], LOA => ["loa", "TEXT"], ! @@ -216,7 +217,8 @@ "PUBKEY", "NOTAFTER", *************** *** 52,56 **** CA_CERTIFICATE => [ ## real serial senseless because at every time zero ! @@ -228,7 +229,8 @@ "EMAIL", "STATUS", --- 52,56 ---- CA_CERTIFICATE => [ ## real serial senseless because at every time zero ! @@ -228,7 +230,8 @@ "EMAIL", "STATUS", *************** *** 62,66 **** CRR => [ "CRR_SERIAL", ! @@ -505,7 +507,43 @@ ## begin of vendordependent databasestuff ## ############################################ --- 62,66 ---- CRR => [ "CRR_SERIAL", ! @@ -505,7 +508,43 @@ ## begin of vendordependent databasestuff ## ############################################ *************** *** 107,111 **** Pg => { TYPE => { ! @@ -514,6 +552,7 @@ LONGTEXT => "text", TEXT_KEY => "text", --- 107,111 ---- Pg => { TYPE => { ! @@ -514,6 +553,7 @@ LONGTEXT => "text", TEXT_KEY => "text", *************** *** 115,119 **** }, DBI_OPTION => { ! @@ -529,6 +568,7 @@ LONGTEXT => "TEXT", TEXT_KEY => "VARCHAR (255)", --- 115,119 ---- }, DBI_OPTION => { ! @@ -529,6 +569,7 @@ LONGTEXT => "TEXT", TEXT_KEY => "VARCHAR (255)", *************** *** 123,127 **** }, DBI_OPTION => {RaiseError => 0, ! @@ -542,7 +582,8 @@ LONGTEXT => "long varchar", ## 255 is the limit for a index key in db2 --- 123,127 ---- }, DBI_OPTION => {RaiseError => 0, ! @@ -542,7 +583,8 @@ LONGTEXT => "long varchar", ## 255 is the limit for a index key in db2 *************** *** 133,137 **** }, DBI_OPTION => { ! @@ -558,6 +599,7 @@ ## 2000 is the limit for varchar in Oracle7 TEXT_KEY => "varchar2 (1999)", --- 133,137 ---- }, DBI_OPTION => { ! @@ -558,6 +600,7 @@ ## 2000 is the limit for varchar in Oracle7 TEXT_KEY => "varchar2 (1999)", *************** *** 141,145 **** }, DBI_OPTION => { ! @@ -1095,8 +1137,14 @@ } --- 141,145 ---- }, DBI_OPTION => { ! @@ -1095,8 +1138,14 @@ } *************** *** 157,161 **** ## enforce status $result {STATUS} = $self->getStatus ( STATUS => $result {STATUS}, ! @@ -1339,6 +1339,8 @@ } } --- 157,161 ---- ## enforce status $result {STATUS} = $self->getStatus ( STATUS => $result {STATUS}, ! @@ -1291,6 +1340,8 @@ } } *************** *** 166,170 **** $bind_values [scalar @bind_values] = $arguments->{NOTAFTER}; } ! @@ -1394,6 +1396,7 @@ if ($attr !~ /^KEY$/ and $arguments->{$attr}); } --- 166,170 ---- $bind_values [scalar @bind_values] = $arguments->{NOTAFTER}; } ! @@ -1346,6 +1397,7 @@ if ($attr !~ /^KEY$/ and $arguments->{$attr}); } *************** *** 174,178 **** } $query .= ") VALUES ("; ! @@ -1416,6 +1419,8 @@ } if ($arguments->{TABLE} =~ /CERTIFICATE/i) { --- 174,178 ---- } $query .= ") VALUES ("; ! @@ -1368,6 +1420,8 @@ } if ($arguments->{TABLE} =~ /CERTIFICATE/i) { *************** *** 183,187 **** } $query .= ")"; ! @@ -1474,7 +1522,7 @@ $bind_values [0] = $arguments{KEY}; } else { --- 183,187 ---- } $query .= ")"; ! @@ -1474,7 +1528,7 @@ $bind_values [0] = $arguments{KEY}; } else { *************** *** 192,196 **** undef @bind_values; } ! @@ -1939,8 +1987,11 @@ } --- 192,196 ---- undef @bind_values; } ! @@ -1899,8 +1953,11 @@ } *************** *** 206,210 **** $self->debug ("searchItems: query: $query"); ! @@ -2069,8 +2120,11 @@ $bind_values [scalar @bind_values] = $arguments{STATUS}; $query .= $self->handleExpiredCert ( \%arguments ) if ($arguments{NOTAFTER}); --- 206,210 ---- $self->debug ("searchItems: query: $query"); ! @@ -2029,8 +2086,11 @@ $bind_values [scalar @bind_values] = $arguments{STATUS}; $query .= $self->handleExpiredCert ( \%arguments ) if ($arguments{NOTAFTER}); *************** *** 220,222 **** $self->debug ("listItems: query: $query"); - --- 220,221 ---- Index: 30_bigint_serial_modules_openssl =================================================================== RCS file: /cvsroot/openca/debian/patches/30_bigint_serial_modules_openssl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 30_bigint_serial_modules_openssl 7 Apr 2005 12:57:35 -0000 1.1 --- 30_bigint_serial_modules_openssl 16 Sep 2005 08:40:29 -0000 1.2 *************** *** 10,14 **** --- openca-0.9.2.2.orig/src/modules/openca-openssl/OpenSSL.xs 2005-03-10 10:04:41.000000000 +0200 +++ openca-0.9.2.2.lex/src/modules/openca-openssl/OpenSSL.xs 2005-03-27 14:07:32.000000000 +0300 ! @@ -70,15 +70,11 @@ # We do not really support serials that don't fit in one int --- 10,14 ---- --- openca-0.9.2.2.orig/src/modules/openca-openssl/OpenSSL.xs 2005-03-10 10:04:41.000000000 +0200 +++ openca-0.9.2.2.lex/src/modules/openca-openssl/OpenSSL.xs 2005-03-27 14:07:32.000000000 +0300 ! @@ -71,15 +71,11 @@ # We do not really support serials that don't fit in one int Index: 30_bigint_serial_modules_pkcs7 =================================================================== RCS file: /cvsroot/openca/debian/patches/30_bigint_serial_modules_pkcs7,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 30_bigint_serial_modules_pkcs7 7 Apr 2005 13:34:37 -0000 1.1 --- 30_bigint_serial_modules_pkcs7 16 Sep 2005 08:40:29 -0000 1.2 *************** *** 7,16 **** @DPATCH@ ! diff -ru openca-0.9.2.2.orig/src/modules/openca-pkcs7/PKCS7.pm openca-0.9.2.2/src/modules/openca-pkcs7/PKCS7.pm ! --- openca-0.9.2.2.orig/src/modules/openca-pkcs7/PKCS7.pm 2005-04-04 08:45:21.000000000 +0300 ! +++ openca-0.9.2.2/src/modules/openca-pkcs7/PKCS7.pm 2005-04-04 08:55:02.000000000 +0300 ! @@ -64,6 +64,7 @@ ! use strict; use X500::DN; +use Math::BigInt lib => 'GMP'; --- 7,16 ---- @DPATCH@ ! diff -ruN openca-0.9.2.4.orig/src/modules/openca-pkcs7/PKCS7.pm openca-0.9.2.4/src/modules/openca-pkcs7/PKCS7.pm ! --- openca-0.9.2.4.orig/src/modules/openca-pkcs7/PKCS7.pm 2005-08-04 17:16:16.000000000 +0300 ! +++ openca-0.9.2.4/src/modules/openca-pkcs7/PKCS7.pm 2005-09-14 17:17:46.296232493 +0300 ! @@ -65,6 +65,7 @@ use strict; + use Carp qw(cluck); use X500::DN; +use Math::BigInt lib => 'GMP'; *************** *** 18,22 **** package OpenCA::PKCS7; ! @@ -389,7 +390,7 @@ ( $currentDepth, $serial, $dn ) = --- 18,22 ---- package OpenCA::PKCS7; ! @@ -462,7 +463,7 @@ ( $currentDepth, $serial, $dn ) = *************** *** 27,28 **** --- 27,29 ---- if ($self->{DEBUG}) { + |
From: <ope...@li...> - 2005-09-16 08:40:36
|
Update of /cvsroot/openca/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18070 Modified Files: changelog Log Message: New upstream release. Fix BigInt patches to apply cleanly Author of changes: achetroi Index: changelog =================================================================== RCS file: /cvsroot/openca/debian/changelog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** changelog 21 Apr 2005 09:06:21 -0000 1.8 --- changelog 16 Sep 2005 08:40:28 -0000 1.9 *************** *** 1,2 **** --- 1,8 ---- + openca (0.9.2.4-1) unstable; urgency=low + + * New upstream release + + -- Alexei Chetroi <Ale...@le...> Wed, 14 Sep 2005 15:56:47 +0300 + openca (0.9.2.2-3) unstable; urgency=low |
From: <ope...@li...> - 2005-09-16 07:27:10
|
Update of /cvsroot/openca/www.openca.org/htdocs/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2992/news Modified Files: ws2005.html Log Message: Updated Workshop Agenda Author of changes: oliwel Index: ws2005.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/news/ws2005.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ws2005.html 6 Sep 2005 13:57:50 -0000 1.4 --- ws2005.html 16 Sep 2005 07:26:56 -0000 1.5 *************** *** 58,62 **** <h3>Agenda</h3> ! <ul><li>t.b.a.</li></ul> <h3>Misc</h3> --- 58,122 ---- <h3>Agenda</h3> ! Note: The Agenda is still under discussion and should give you an idea what the workshop is about, changes will be announced here and via openca-users.<br/><br/> ! <b>Monday, 17. Oct - Dev Day</b> ! <ul> ! <li>10:30 organizational issues<br/> ! * licensing<br/> ! * foundation</li> ! ! <li>after Lunch - technical issues<br/> ! * new core-implementation<br/> ! * feature enhancements<br/> ! * wishlists</li> ! ! <li>18:30 Entertainment - for all who are already in town</li> ! </ul> ! ! <b>Tuesday, 18. Oct - Users Day</b><br/> ! <ul> ! <li>8:30 Registration</li> ! <li>9:00 - short Opening Talk with Introduction of the Project</li> ! <li>9:15 - OpenCA Outlined<br/> ! * Certificate Workflow<br/> ! * internal structure<br/> ! * Interface Concept<br/> ! * Scalability<br/> ! * security considerations</li> ! <li>10:15 - SCEP<br/> ! * How is scep integrated in OpenCA<br/> ! * Already implemented features<br/> ! * Do's and Dont's<br/> ! * A *short* guide for Cisco/OpenCA Combo</li> ! <li>10:45 Coffee Break</li> ! <li>11:00 - Batch<br/> ! * When using the batch ?<br/> ! * Batch Concept (Statemaschine)<br/> ! * Batch Implementation Details</li> ! ! <li>11:30 - The Multi-CA Concept<br/> ! * Multiple CA s with one Installation<br/> ! * Lifetime-Rollover</li> ! <br/> ! <li>12:00 Lunch<br/> ! * Lunch is NOT included in the workshop fee, there are lots of beautiful locations around the university to go.<br/> ! </li> ! <br/> ! <li>13:30 use case scenarios, approx 30 mins each, currently discussing on:<br/> ! * Win Logon with Smartcards<br/> ! * Identity Management with LDAP<br/> ! * LDAP Authentication and LDAP bases Certification Requesting<br/> ! * Chipcard's and their Role in PKI Systems<br/> ! * High-Availabilty Setup for mutliple CA's<br/> ! * Automated certification with Batch System<br/> ! * OpenCA in UTF-8 Environments<br/> ! * Secure VPN with Cisco Devices via SCEP <br/> ! </li> ! <li>16:30 official end of the workshop<br/> ! The rooms are kept open to allow peer to peer discussions.</li> ! <li>19:00 doors closed :-)</li> ! ! <br/> ! ! </ul> <h3>Misc</h3> |
From: <ope...@li...> - 2005-09-16 07:27:10
|
Update of /cvsroot/openca/www.openca.org/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2992 Modified Files: index.html Log Message: Updated Workshop Agenda Author of changes: oliwel Index: index.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/index.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.html 6 Sep 2005 13:57:50 -0000 1.9 --- index.html 16 Sep 2005 07:26:56 -0000 1.10 *************** *** 47,50 **** --- 47,53 ---- setup and manage a Certification Authority. </p> + + <h2>Announcements</h2> + <p>There will be another <a href="news/ws2005.html">Workshop on OpenCA in Munich/Germany on 17/18 October 2005 - click here for details !</a></p> </div> <div class="footer"> |
From: <ope...@li...> - 2005-09-08 14:17:28
|
Update of /cvsroot/openca/www.openca.org In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1342 Log Message: Status: Vendor Tag: HEAD Release Tags: START No conflicts created by this import Author of changes: ***** Bogus filespec: - Imported sources ***** Bogus filespec: - Imported sources |
From: <ope...@li...> - 2005-09-07 15:31:11
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-xml-cache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2076/openca-0.9/src/modules/openca-xml-cache Modified Files: Cache.pm LICENSE Log Message: added several notices related to misplaced functions and updated copyright notices Author of changes: michaelbell Index: Cache.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-xml-cache/Cache.pm,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Cache.pm 12 Aug 2005 13:47:44 -0000 1.20 --- Cache.pm 7 Sep 2005 15:31:01 -0000 1.21 *************** *** 2,5 **** --- 2,6 ---- ## ## Written by Michael Bell for the OpenCA project 2003 + ## Copyright (C) 2005 Michael Bell ## Copyright (C) 2003-2005 The OpenCA Project ## *************** *** 88,93 **** next; } - #use Data::Dumper; - #print Dumper ($xml); foreach my $key (sort keys %{$xml->{openca}->[0]}) --- 89,92 ---- *************** *** 184,188 **** return ""; } ! $self->debug ("content: ".$item->{content}); return pack "U0C*", unpack "C*", $item->{content}; } --- 183,189 ---- return ""; } ! ## WARNING: you need a utf8 capable terminal to see the correct characters ! ## $self->debug ("content: ".$item->{content}); ! $self->debug ("content: ".pack ("U0C*", unpack "C*", $item->{content})); return pack "U0C*", unpack "C*", $item->{content}; } Index: LICENSE =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-xml-cache/LICENSE,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LICENSE 1 Oct 2004 10:03:34 -0000 1.2 --- LICENSE 7 Sep 2005 15:31:02 -0000 1.3 *************** *** 2,5 **** --- 2,6 ---- ## ## Written by Michael Bell for the OpenCA project 2003 + ## Copyright (C) 2005 Michael Bell ## Copyright (C) 2003-2004 The OpenCA Project ## All rights reserved. |
From: <ope...@li...> - 2005-09-07 15:31:10
|
Update of /cvsroot/openca/openca-0.9/src/modules/openca-server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2076/openca-0.9/src/modules/openca-server Modified Files: API.pm Server.pm Log Message: added several notices related to misplaced functions and updated copyright notices Author of changes: michaelbell Index: API.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-server/API.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** API.pm 12 Aug 2005 13:47:43 -0000 1.17 --- API.pm 7 Sep 2005 15:31:00 -0000 1.18 *************** *** 1,3 **** --- 1,5 ---- + ## (C)opyright 2005 Michael Bell + use strict; no warnings; *************** *** 330,333 **** --- 332,337 ---- } + ## FIXME: should a user interface decide what to do with a transaction? + =pod Index: Server.pm =================================================================== RCS file: /cvsroot/openca/openca-0.9/src/modules/openca-server/Server.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Server.pm 12 Aug 2005 13:47:43 -0000 1.25 --- Server.pm 7 Sep 2005 15:31:01 -0000 1.26 *************** *** 1,3 **** --- 1,5 ---- + ## (C)opyright 2005 Michael Bell + use strict; no warnings; *************** *** 546,549 **** --- 548,554 ---- my $self = shift; + ## FIXME: is it really required that we rollback and run set_error + ## FIXME: die should be enough + $self->{db}->rollback() if (ref $self and $self->{db}); |
From: <ope...@li...> - 2005-09-06 13:58:07
|
Update of /cvsroot/openca/www.openca.org/htdocs/secadvs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27393/secadvs Modified Files: index.html Log Message: Added demo section, fixed some typos Author of changes: oliwel Index: index.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/secadvs/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.html 6 Dec 2004 15:16:05 -0000 1.8 --- index.html 6 Sep 2005 13:57:51 -0000 1.9 *************** *** 17,20 **** --- 17,21 ---- <div class="menu_item"><a href="../news/">News</a></div> <div class="menu_item"><a href="../docs/">Documentation</a></div> + <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_item"><a href="../resources/">Resources</a></div> |
From: <ope...@li...> - 2005-09-06 13:58:04
|
Update of /cvsroot/openca/www.openca.org/htdocs/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27393/demo Added Files: index.html Log Message: Added demo section, fixed some typos Author of changes: --- NEW FILE: index.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <link rel="stylesheet" title="default" href="../css/openca.css" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>OpenCA Project </title> </head> <body> <div class="page"> <div class="navi"> <div class="menu"> <h2><a href="../">OpenCA Home</a></h2> <div class="menu_item"><a href="../secadvs/">Security Advisories</a></div> <div class="menu_item"><a href="../mirrors/">Mirrors</a></div> <div class="menu_item"><a href="../news/">News</a></div> <div class="menu_item"><a href="../docs/">Documentation</a></div> <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_item"><a href="../resources/">Resources</a></div> <div class="menu_item"><a href="http://sourceforge.net/cvs/?group_id=20873">CVS (sf.net)</a></div> </div> <div class="w3c"> <a href="http://validator.w3.org/check?uri=http://www.openca.info/"><img class="noborder" src="../images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" /></a> </div> </div> <!-- navi --> <div class="info"> <div class="header"> <img src="../images/openca_project_blue.png" alt="OpenCA Project"/> </div> <div class="main"> <div class="content"> <h2>Demo Installations</h2> <P>Several people and organizations have contributed a working live demo of OpenCA.<br/> Below you find some Links to these demos, if your selected demo seems to be unfunctional, please contact the responsible person who provides this service first. If you dont get response or the link is dead please send a mail to openca-devel list.</p> <UL> <LI> <a href="http://demo.openca.info/">demo.openca.info</a> Demo installation of OpenCA stable release 0.9.2.1 located in Munich.<br/> This has no UTF-8 support and is a good choice for those who are happy with just trying the basics. </LI> <LI> <a href="http://demo2.openca.info/">demo2.openca.info</a> Demo installation of OpenCA stable release 0.9.2.4+ located in Moscow. This has full UTF-8 support for data in requests and certificates in all languages (German, Greek, English, Spanish, French, Italian, Japanese, Polish, Russian, and Slovenian). Anyone can request and issue a cert in his own language here. Provided are details of installation, configuration, enabling UTF-8 in databases and full set of configuration files. </LI> </UL> </div> <!-- content --> <div class="footer"> $Author: oliwel $ $Date: 2005/09/06 13:57:50 $ - © 2005 The OpenCA Project </div> <!-- footer --> </div> <!-- main --> </div> <!-- info --> </div> <!-- page --> </body> </html> |
From: <ope...@li...> - 2005-09-06 13:58:03
|
Update of /cvsroot/openca/www.openca.org/htdocs/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27393/resources Modified Files: index.html links.html Log Message: Added demo section, fixed some typos Author of changes: oliwel Index: index.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/resources/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 6 Dec 2004 15:16:05 -0000 1.1 --- index.html 6 Sep 2005 13:57:51 -0000 1.2 *************** *** 17,20 **** --- 17,21 ---- <div class="menu_item"><a href="../news/">News</a></div> <div class="menu_item"><a href="../docs/">Documentation</a></div> + <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_item"><a href="../resources/">Resources</a></div> *************** *** 40,47 **** If you need more informations then there are several different resources where you can find such information. Many of them ! are hosted on sourcefore which provide a powerful development platform for many Open Source projects. We maintain an additional page of links to various security ! relevant projects. You can find also many inforation in the references of the OpenCA guide. </p> --- 41,48 ---- If you need more informations then there are several different resources where you can find such information. Many of them ! are hosted on sourceforge which provide a powerful development platform for many Open Source projects. We maintain an additional page of links to various security ! relevant projects. You can find also many information in the references of the OpenCA guide. </p> Index: links.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/resources/links.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** links.html 6 Dec 2004 15:16:05 -0000 1.1 --- links.html 6 Sep 2005 13:57:51 -0000 1.2 *************** *** 17,20 **** --- 17,21 ---- <div class="menu_item"><a href="../news/">News</a></div> <div class="menu_item"><a href="../docs/">Documentation</a></div> + <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_item"><a href="../resources/">Resources</a></div> |
From: <ope...@li...> - 2005-09-06 13:58:03
|
Update of /cvsroot/openca/www.openca.org/htdocs/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27393/news Modified Files: index.html ws2005.html Log Message: Added demo section, fixed some typos Author of changes: oliwel Index: index.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/news/index.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.html 12 Aug 2005 12:13:45 -0000 1.21 --- index.html 6 Sep 2005 13:57:50 -0000 1.22 *************** *** 18,21 **** --- 18,22 ---- <div class="menu_sub_item"><a href="ws2005.html">Workshop 2005 - 17/18 Oct.</a></div> <div class="menu_item"><a href="../docs/">Documentation</a></div> + <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_item"><a href="../resources/">Resources</a></div> Index: ws2005.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/news/ws2005.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ws2005.html 31 Aug 2005 13:05:40 -0000 1.3 --- ws2005.html 6 Sep 2005 13:57:50 -0000 1.4 *************** *** 18,21 **** --- 18,22 ---- <div class="menu_sub_item">Workshop 2005 - 17/18 Oct.</div> <div class="menu_item"><a href="../docs/">Documentation</a></div> + <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_item"><a href="../resources/">Resources</a></div> |
From: <ope...@li...> - 2005-09-06 13:58:02
|
Update of /cvsroot/openca/www.openca.org/htdocs/download In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27393/download Modified Files: index.html Log Message: Added demo section, fixed some typos Author of changes: oliwel Index: index.html =================================================================== RCS file: /cvsroot/openca/www.openca.org/htdocs/download/index.html,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.html 12 Aug 2005 12:13:45 -0000 1.15 --- index.html 6 Sep 2005 13:57:50 -0000 1.16 *************** *** 17,20 **** --- 17,21 ---- <div class="menu_item"><a href="../news/">News</a></div> <div class="menu_item"><a href="../docs/">Documentation</a></div> + <div class="menu_item"><a href="../demo/">Demo Installations</a></div> <div class="menu_item"><a href="../download/">Download</a></div> <div class="menu_sub_item"><a href="https://sourceforge.net/project/showfiles.php?group_id=20873">Sourceforge</a></div> |