Hello,

 

Is there anybody out there who has ever used the SHA256 algorithm / knows
how to configure it?

 

Can you please help us? It becomes a major issue as SHA1 is obsoleted.

Thank you in advance

 

Leos

 

Od: Leos Literak [mailto:[email protected]] 
Odesláno: 11. března 2011 15:49
Komu: [email protected]
Předmět: RE: SHA2 support

 

As mentioned in https://issues.apache.org/jira/browse/RAMPART-216 we used
<sp:Basic256Sha256/> as well (and few others) with no luck.

 

Od: Leos Literak [mailto:[email protected]] 
Odesláno: 11. března 2011 15:36
Komu: '[email protected]'
Předmět: RE: SHA2 support

 

Martin,

 

Thank you for your quick reply. Can you help us, how to setup axis to use
SHA256?

 

Leoš

 

Od: Martin Gainty [mailto:[email protected]] 
Odesláno: 11. března 2011 15:06
Komu: [email protected]
Předmět: RE: SHA2 support

 

the currently supported (Rampart) Digest Algorithms are:

contents of org.apache.ws.secpolicy.SPConstants:

    public final static String SHA1 =
"http://www.w3.org/2000/09/xmldsig#sha1";;
    public final static String SHA256 =
"http://www.w3.org/2001/04/xmlenc#sha256";;
    public final static String SHA512 =
"http://www.w3.org/2001/04/xmlenc#sha512";;

if wish to request (rampart) support for a new Algorithm please file jira
request at

https://issues.apache.org/jira/browse/Rampart

Reply via email to