Skip to content

Commit

Permalink
Change encryption URI for aes128Sha256RsaOaep to w3.org
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsStegman committed Jun 7, 2022
1 parent 278231b commit be269a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uapolicy/policyAes128Sha256RsaOaep.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func newAes128Sha256RsaOaepAsymmetric(localKey *rsa.PrivateKey, remoteKey *rsa.P
nonceLength: nonceLength,
signatureLength: localKeySize,
remoteSignatureLength: remoteKeySize,
encryptionURI: "http://opcfoundation.org/ua/security/rsa-oaep-sha1",
encryptionURI: "http://www.w3.org/2001/04/xmlenc#rsa-oaep",
signatureURI: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
}, nil
}

0 comments on commit be269a7

Please sign in to comment.