Repository: cxf Updated Branches: refs/heads/master 953d23f38 -> e40efa7e7
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/e40efa7e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e40efa7e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e40efa7e Branch: refs/heads/master Commit: e40efa7e71fef7f7ed364671608f5d0b41ab6352 Parents: 953d23f 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:08 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/e40efa7e/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>
