Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 400c6839e -> 97b9822fe
Use 128-bit keys for STS OSGi test Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/97b9822f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/97b9822f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/97b9822f Branch: refs/heads/3.0.x-fixes Commit: 97b9822fe2de7be33e399ed349a0f8a255aa5629 Parents: 400c683 Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Aug 14 14:16:08 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Aug 14 14:16:38 2015 +0100 ---------------------------------------------------------------------- services/sts/systests/sts-osgi/src/main/resources/STSService.wsdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/97b9822f/services/sts/systests/sts-osgi/src/main/resources/STSService.wsdl ---------------------------------------------------------------------- diff --git a/services/sts/systests/sts-osgi/src/main/resources/STSService.wsdl b/services/sts/systests/sts-osgi/src/main/resources/STSService.wsdl index f0a6e03..ffb99e3 100644 --- a/services/sts/systests/sts-osgi/src/main/resources/STSService.wsdl +++ b/services/sts/systests/sts-osgi/src/main/resources/STSService.wsdl @@ -216,7 +216,7 @@ </sp:RecipientToken> <sp:AlgorithmSuite> <wsp:Policy> - <sp:Basic256 /> + <sp:Basic128 /> </wsp:Policy> </sp:AlgorithmSuite> <sp:Layout>
