Skip to content

Commit

Permalink
Add AES to CA capabilities retrieved by GetCACaps
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalMMac authored and oliwel committed Apr 26, 2021
1 parent de0756b commit baff889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/OpenXPKI/Service/LibSCEP/Command/GetCACaps.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sub execute {

# we silently asume that all digests are supported
# which is true on current systems using the suggested toolchain
my @caps = qw( Renewal POSTPKIOperation SHA-512 SHA-384 SHA-256 SHA-224 SHA-1 DES3);
my @caps = qw( Renewal POSTPKIOperation SHA-512 SHA-384 SHA-256 SHA-224 SHA-1 DES3 AES);
my $next_ca = $self->get_next_ca_certificate();
if ($next_ca) {
push @caps, 'GetNextCACert';
Expand Down

0 comments on commit baff889

Please sign in to comment.