List Info

Thread: Created: (JBWS-1874) Allow configuration of secret key wrap algorithm




Created: (JBWS-1874) Allow configuration of secret key wrap algorithm
country flaguser name
United States
2007-10-29 11:41:44
Allow configuration of secret key wrap algorithm
------------------------------------------------

                 Key: JBWS-1874
                 URL: http://ji
ra.jboss.com/jira/browse/JBWS-1874
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: ws-security
    Affects Versions: jbossws-2.0.1
            Reporter: Alessio Soldano
         Assigned To: Alessio Soldano


WCF wsse interoperability test 3.3 (November 2007) requires
the mutual secret key to be wrapped with the RSA-OAEP
algorithm. The current implementation always wraps the key
with the RSA v1.5 algorithm (despite being able to unwrap
using any algorithm). It should be possible to specify the
key wrap algorithm in the wsse configuration files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossws-issues mailing list
jbossws-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossws-issues

Commented: (JBWS-1874) Allow configuration of secret key wrap algorith
country flaguser name
United States
2007-10-29 12:08:01
    [ http://jira.jboss.com/jira/browse/JBWS-
1874?page=comments#action_12384882 ] 
            
Alessio Soldano commented on JBWS-1874:
---------------------------------------

Fixed on branch asoldano.
I'll mark this issue as Resolved when I merge to trunk
(after the WCF)

> Allow configuration of secret key wrap algorithm
> ------------------------------------------------
>
>                 Key: JBWS-1874
>                 URL: http://ji
ra.jboss.com/jira/browse/JBWS-1874
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: ws-security
>    Affects Versions: jbossws-2.0.1
>            Reporter: Alessio Soldano
>         Assigned To: Alessio Soldano
>
> WCF wsse interoperability test 3.3 (November 2007)
requires the mutual secret key to be wrapped with the
RSA-OAEP algorithm. The current implementation always wraps
the key with the RSA v1.5 algorithm (despite being able to
unwrap using any algorithm). It should be possible to
specify the key wrap algorithm in the wsse configuration
files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossws-issues mailing list
jbossws-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossws-issues

Commented: (JBWS-1874) Allow configuration of secret key wrap algorith
country flaguser name
United States
2007-11-13 04:42:44
    [ http://jira.jboss.com/jira/browse/JBWS-
1874?page=comments#action_12387222 ] 
            
Alessio Soldano commented on JBWS-1874:
---------------------------------------

[alessiolocalhost trunk]$ ant
-Dtest=org.jboss.test.ws.interop.nov2007.wsse.EncryptTestCas
e one-test
...
one-test:
    [junit] Running
org.jboss.test.ws.interop.nov2007.wsse.EncryptTestCase
    [junit] Using target endpoint: ht
tp://localhost:8080/nov2007/wsseEncrypt/endpoint
    [junit] Using target endpoint: ht
tp://localhost:8080/nov2007/wsseEncrypt/endpoint
    [junit] Using target endpoint: ht
tp://localhost:8080/nov2007/wsseEncrypt/endpoint
    [junit] Using target endpoint: ht
tp://localhost:8080/nov2007/wsseEncrypt/endpoint
    [junit] Using target endpoint: ht
tp://localhost:8080/nov2007/wsseEncrypt/endpoint
    [junit] Using target endpoint: ht
tp://localhost:8080/nov2007/wsseEncrypt/endpoint
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time
elapsed: 15,076 sec

BUILD SUCCESSFUL
Total time: 16 seconds

> Allow configuration of secret key wrap algorithm
> ------------------------------------------------
>
>                 Key: JBWS-1874
>                 URL: http://ji
ra.jboss.com/jira/browse/JBWS-1874
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: ws-security
>    Affects Versions: jbossws-2.0.1
>            Reporter: Alessio Soldano
>         Assigned To: Alessio Soldano
>
> WCF wsse interoperability test 3.3 (November 2007)
requires the mutual secret key to be wrapped with the
RSA-OAEP algorithm. The current implementation always wraps
the key with the RSA v1.5 algorithm (despite being able to
unwrap using any algorithm). It should be possible to
specify the key wrap algorithm in the wsse configuration
files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossws-issues mailing list
jbossws-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossws-issues

Updated: (JBWS-1874) Allow configuration of secret key wrap algorithm
country flaguser name
United States
2007-11-13 05:08:45
     [ 
http://jira.jboss.com/jira/browse/JBWS-1874?page=all ]

Alessio Soldano updated JBWS-1874:
----------------------------------

    Fix Version/s:  jbossws-2.0.3
                       (was: jbossws-2.x)

> Allow configuration of secret key wrap algorithm
> ------------------------------------------------
>
>                 Key: JBWS-1874
>                 URL: http://ji
ra.jboss.com/jira/browse/JBWS-1874
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: ws-security
>    Affects Versions: jbossws-2.0.1
>            Reporter: Alessio Soldano
>         Assigned To: Alessio Soldano
>             Fix For:  jbossws-2.0.3
>
>
> WCF wsse interoperability test 3.3 (November 2007)
requires the mutual secret key to be wrapped with the
RSA-OAEP algorithm. The current implementation always wraps
the key with the RSA v1.5 algorithm (despite being able to
unwrap using any algorithm). It should be possible to
specify the key wrap algorithm in the wsse configuration
files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jbossws-issues mailing list
jbossws-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossws-issues

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )