Home
last modified time | relevance | path

Searched refs:cert_profile (Results 1 – 25 of 104) sorted by relevance

12345

/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/CertRenewal/
H A DDetermineSubjectStyle.pm22 my $cert_profile = $self->param('cert_profile') // $context->param('cert_profile');
26 if (!$cert_identifier || !$cert_profile) {
68 … if (!CTX('config')->exists(['profile', $cert_profile, 'style', $cert_subject_style, 'ui' ])) {
69 …arn("Subject style $cert_subject_style was removed as it does not exist in profile $cert_profile");
84 my @styles = CTX('config')->get_keys(['profile', $cert_profile, 'style' ]);
87 if (CTX('config')->exists(['profile', $cert_profile, 'style', $style, 'ui' ])) {
96 … CTX('log')->application()->warn("No usable subject style found in profile $cert_profile.");
99 …pplication()->warn("Subject style $cert_subject_style was autodetected for profile $cert_profile");
101 … CTX('log')->application()->warn("Ambigous result for subject style in profile $cert_profile.");
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/CertRenewal/
H A DDetermineSubjectStyle.pm22 my $cert_profile = $self->param('cert_profile') // $context->param('cert_profile');
26 if (!$cert_identifier || !$cert_profile) {
68 … if (!CTX('config')->exists(['profile', $cert_profile, 'style', $cert_subject_style, 'ui' ])) {
69 …arn("Subject style $cert_subject_style was removed as it does not exist in profile $cert_profile");
84 my @styles = CTX('config')->get_keys(['profile', $cert_profile, 'style' ]);
87 if (CTX('config')->exists(['profile', $cert_profile, 'style', $style, 'ui' ])) {
96 … CTX('log')->application()->warn("No usable subject style found in profile $cert_profile.");
99 …pplication()->warn("Subject style $cert_subject_style was autodetected for profile $cert_profile");
101 … CTX('log')->application()->warn("Ambigous result for subject style in profile $cert_profile.");
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/cert_provisioning/
H A Dcert_provisioning_scheduler_unittest.cc231 scheduler.OnProfileFinished(cert_profile, in TEST_F()
286 scheduler.OnProfileFinished(cert_profile, in TEST_F()
327 cert_profile); in TEST_F()
332 scheduler.OnProfileFinished(cert_profile, in TEST_F()
351 cert_profile); in TEST_F()
356 scheduler.OnProfileFinished(cert_profile, in TEST_F()
500 "cert_profile": { in TEST_F()
674 cert_profile); in TEST_F()
704 cert_profile); in TEST_F()
758 "cert_profile": { in TEST_F()
[all …]
H A Dcert_provisioning_worker_unittest.cc471 CertProfile cert_profile(kCertProfileId, kCertProfileVersion, in TEST_F() local
562 CertProfile cert_profile(kCertProfileId, kCertProfileVersion, in TEST_F() local
622 CertProfile cert_profile(kCertProfileId, kCertProfileVersion, in TEST_F() local
733 CertProfile cert_profile(kCertProfileId, kCertProfileVersion, in TEST_F() local
1087 Callback(cert_profile, in TEST_F()
1301 "cert_profile": { in TEST_F()
1383 "cert_profile": { in TEST_F()
1481 "cert_profile": { in TEST_F()
1537 EXPECT_EQ(worker.GetCertProfile(), cert_profile); in TEST_F()
1558 EXPECT_EQ(worker.GetCertProfile(), cert_profile); in TEST_F()
[all …]
H A Dmock_cert_provisioning_worker.cc27 const CertProfile& cert_profile) { in ExpectCreateReturnMock() argument
31 EXPECT_CALL(*this, Create(cert_scope, _, _, cert_profile, _, _, _, _)) in ExpectCreateReturnMock()
65 const CertProfile& cert_profile) { in SetExpectations() argument
68 cert_profile_ = cert_profile; in SetExpectations()
H A Dmock_cert_provisioning_worker.h34 const CertProfile& cert_profile,
55 const CertProfile& cert_profile);
84 const CertProfile& cert_profile);
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/Tools/
H A DTriggerCertificatePublish.pm41 my $cert_profile = $params->{'cert_profile'} || $context->param('cert_profile');
42 …$cert_profile = CTX('api2')->get_profile_for_cert( identifier => $params->{cert_identifier} ) unle…
44 if (!$cert_profile) {
45 $cert_profile = 'default';
50 if (!CTX('config')->get_scalar_as_list(['profile', $cert_profile, $config_key ] ) &&
54 CTX('log')->application()->debug('Publishing not enabled for profile ' . $cert_profile);
H A DParsePKCS10.pm141 my $cert_profile = $self->param('cert_profile');
142 $cert_profile = $context->param('cert_profile') unless($cert_profile);
227 …if (!$cert_profile or !$cert_subject_style or !$config->exists(['profile', $cert_profile, 'style',…
241 profile => $cert_profile,
256 …my $fields = CTX('api2')->get_field_definition( profile => $cert_profile, style => $cert_subject_s…
288 profile => $cert_profile,
H A DPresetProfileFields.pm45 my $cert_profile = $self->param('cert_profile') || $context->param('cert_profile');
94 profile => $cert_profile,
110 profile => $cert_profile,
145 profile => $cert_profile,
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/Tools/
H A DTriggerCertificatePublish.pm41 my $cert_profile = $params->{'cert_profile'} || $context->param('cert_profile');
42 …$cert_profile = CTX('api2')->get_profile_for_cert( identifier => $params->{cert_identifier} ) unle…
44 if (!$cert_profile) {
45 $cert_profile = 'default';
50 if (!CTX('config')->get_scalar_as_list(['profile', $cert_profile, $config_key ] ) &&
54 CTX('log')->application()->debug('Publishing not enabled for profile ' . $cert_profile);
H A DParsePKCS10.pm141 my $cert_profile = $self->param('cert_profile');
142 $cert_profile = $context->param('cert_profile') unless($cert_profile);
227 …if (!$cert_profile or !$cert_subject_style or !$config->exists(['profile', $cert_profile, 'style',…
241 profile => $cert_profile,
256 …my $fields = CTX('api2')->get_field_definition( profile => $cert_profile, style => $cert_subject_s…
288 profile => $cert_profile,
H A DPresetProfileFields.pm45 my $cert_profile = $self->param('cert_profile') || $context->param('cert_profile');
94 profile => $cert_profile,
110 profile => $cert_profile,
145 profile => $cert_profile,
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Client/UI/Handle/
H A DProfile.pm36 my $cert_profile = $context->{cert_profile} || '';
40 if ($cert_profile) {
41 … my $styles = $self->send_command_v2( 'get_cert_subject_profiles', { profile => $cert_profile });
131 my $cert_profile = $context->{'cert_profile'};
146 { profile => $cert_profile, style => $cert_subject_style, 'section' => $section }
213 my $key_alg = $self->send_command_v2( 'get_key_algs', { profile => $context->{cert_profile} });
219 …n_param_names = $self->send_command_v2( 'get_key_params', { profile => $context->{cert_profile} });
225 my $key_enc = $self->send_command_v2( 'get_key_enc', { profile => $context->{cert_profile} });
272 cert_profile => $context->{cert_profile}
345 cert_profile => $context->{cert_profile}
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Client/UI/Handle/
H A DProfile.pm36 my $cert_profile = $context->{cert_profile} || '';
40 if ($cert_profile) {
41 … my $styles = $self->send_command_v2( 'get_cert_subject_profiles', { profile => $cert_profile });
131 my $cert_profile = $context->{'cert_profile'};
146 { profile => $cert_profile, style => $cert_subject_style, 'section' => $section }
213 my $key_alg = $self->send_command_v2( 'get_key_algs', { profile => $context->{cert_profile} });
219 …n_param_names = $self->send_command_v2( 'get_key_params', { profile => $context->{cert_profile} });
225 my $key_enc = $self->send_command_v2( 'get_key_enc', { profile => $context->{cert_profile} });
272 cert_profile => $context->{cert_profile}
345 cert_profile => $context->{cert_profile}
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/25_crypto/
H A D11_use_ca.t156 my $cert_profile;
160 $cert_profile = OpenXPKI::Crypto::Profile::Certificate->new(
172 $cert_profile->set_serial(1);
173 $cert_profile->set_subject($subject);
174 is $cert_profile->{PROFILE}->{SUBJECT}, $subject;
183 PROFILE => $cert_profile,
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/25_crypto/
H A D11_use_ca.t156 my $cert_profile;
160 $cert_profile = OpenXPKI::Crypto::Profile::Certificate->new(
172 $cert_profile->set_serial(1);
173 $cert_profile->set_subject($subject);
174 is $cert_profile->{PROFILE}->{SUBJECT}, $subject;
183 PROFILE => $cert_profile,
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Condition/
H A DKeyParams.pm20 my $cert_profile = $self->param('cert_profile');
41 if (!$cert_profile) {
46 my $algs = CTX('api2')->get_key_algs( profile => $cert_profile, nohide => 1 );
56 …$key_rules = CTX('api2')->get_key_params( profile => $cert_profile, alg => $key_alg, showall => 1 …
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Condition/
H A DKeyParams.pm20 my $cert_profile = $self->param('cert_profile');
41 if (!$cert_profile) {
46 my $algs = CTX('api2')->get_key_algs( profile => $cert_profile, nohide => 1 );
56 …$key_rules = CTX('api2')->get_key_params( profile => $cert_profile, alg => $key_alg, showall => 1 …
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Validator/
H A DKeyGenerationParams.pm18 my ( $self, $wf, $cert_profile, $key_alg, $key_gen_params, $enc_alg ) = @_;
47 my $algs = CTX('api2')->get_key_algs( profile => $cert_profile, showall => 1 );
58 …my $params = CTX('api2')->get_key_params( profile => $cert_profile, alg => $key_alg, showall => 1 …
77 my $enc_algs = CTX('api2')->get_key_enc( profile => $cert_profile, showall => 1 );
H A DKeyParams.pm21 my ( $self, $wf, $cert_profile, $pkcs10 ) = @_;
62 my $algs = CTX('api2')->get_key_algs( profile => $cert_profile, showall => 1 );
72 …my $key_rules = CTX('api2')->get_key_params( profile => $cert_profile, alg => $key_alg, showall =>…
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Validator/
H A DKeyGenerationParams.pm18 my ( $self, $wf, $cert_profile, $key_alg, $key_gen_params, $enc_alg ) = @_;
47 my $algs = CTX('api2')->get_key_algs( profile => $cert_profile, showall => 1 );
58 …my $params = CTX('api2')->get_key_params( profile => $cert_profile, alg => $key_alg, showall => 1 …
77 my $enc_algs = CTX('api2')->get_key_enc( profile => $cert_profile, showall => 1 );
H A DKeyParams.pm21 my ( $self, $wf, $cert_profile, $pkcs10 ) = @_;
62 my $algs = CTX('api2')->get_key_algs( profile => $cert_profile, showall => 1 );
72 …my $key_rules = CTX('api2')->get_key_params( profile => $cert_profile, alg => $key_alg, showall =>…
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/qatest/backend/activity/
H A D11_pkcs10_parser.pl46 cert_profile => 'acme',
92 cert_profile => 'tls_server',
120 cert_profile => 'tls_server',
140 cert_profile => 'tls_server',
/dports/security/p5-openxpki/openxpki-3.16.1/qatest/backend/activity/
H A D11_pkcs10_parser.pl46 cert_profile => 'acme',
92 cert_profile => 'tls_server',
120 cert_profile => 'tls_server',
140 cert_profile => 'tls_server',
/dports/security/p5-openxpki/openxpki-3.16.1/config/config.d/realm.tpl/workflow/def/
H A Dcertificate_signing_request_v2.yaml25 - cert_profile
172 - cert_profile
200 - cert_profile
250 - cert_profile
286 - cert_profile
304 - cert_profile
337 - cert_profile
366 - cert_profile
380 - cert_profile
611 - cert_profile
[all …]

12345