jrihtarsic opened a new pull request, #223:
URL: https://github.com/apache/santuario-xml-security-java/pull/223

   The Key Agreement method implementation as is described in [XML ENC 
page](https://www.w3.org/TR/xmlenc-core1/#sec-Alg-KeyAgreement).
   The  ECDH-ES is tested with EC key types "secp256r1", "secp384r1", 
"secp521r1", and X keys:  "x25519", "x448"
   Currently, only the ConcatKDF method is supported as a key derivation 
method. 
   
   The to verify correctness of the implementation the tests cases  from the 
[w3c test cases from 
1-6](https://www.w3.org/2008/xmlsec/Drafts/xmlenc-core-11/test-cases/#sec-KeyAgreement)
  are executed on newly added feature.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to