This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new ff5226dc4 PQC Kamelet: Remove Rainbow algorithm since it has been
removed in Bouncycastle 1.81 (#2521)
ff5226dc4 is described below
commit ff5226dc41500bfdd3ad9a7fb9e250b70920bf09
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 7 12:10:42 2025 +0200
PQC Kamelet: Remove Rainbow algorithm since it has been removed in
Bouncycastle 1.81 (#2521)
Signed-off-by: Andrea Cosentino <[email protected]>
---
kamelets/pqc-signature-action.kamelet.yaml | 2 +-
.../src/main/resources/kamelets/pqc-signature-action.kamelet.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kamelets/pqc-signature-action.kamelet.yaml
b/kamelets/pqc-signature-action.kamelet.yaml
index a656da55f..dd66269bd 100644
--- a/kamelets/pqc-signature-action.kamelet.yaml
+++ b/kamelets/pqc-signature-action.kamelet.yaml
@@ -40,7 +40,7 @@ spec:
title: PQC Signature Algorithm
description: The PQC Signature Algorithm to be used.
type: string
- enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC","RAINBOW"]
+ enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC"]
operation:
title: PQC Signature Operation
description: The PQC Signature Operation to be performed.
diff --git
a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
index a656da55f..dd66269bd 100644
---
a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
+++
b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
@@ -40,7 +40,7 @@ spec:
title: PQC Signature Algorithm
description: The PQC Signature Algorithm to be used.
type: string
- enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC","RAINBOW"]
+ enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC"]
operation:
title: PQC Signature Operation
description: The PQC Signature Operation to be performed.