You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/25 17:50:29 UTC

[GitHub] [couchdb] rnewson opened a new pull request #2722: Implement AES KW algorithm

rnewson opened a new pull request #2722: Implement AES KW algorithm
URL: https://github.com/apache/couchdb/pull/2722
 
 
   ## Overview
   
   pure Erlang implementation of the AES KW (and KW^-1) Algorithm specified in NIST Special Publication 800-38F for AES 256 bit keys only.
   
   ## Testing recommendations
   
   Eunit tests are included.
   
   ## Related Issues or Pull Requests
   
   This is the first part of CouchDB 4.0's native encrypted-at-rest feature.
   
   ## Checklist
   
   - [x] Code is written and works correctly
   - [x] Changes are covered by tests
   - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini`
   - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] rnewson merged pull request #2722: Implement AES KW algorithm

Posted by GitBox <gi...@apache.org>.
rnewson merged pull request #2722: Implement AES KW algorithm
URL: https://github.com/apache/couchdb/pull/2722
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] rnewson commented on issue #2722: Implement AES KW algorithm

Posted by GitBox <gi...@apache.org>.
rnewson commented on issue #2722: Implement AES KW algorithm
URL: https://github.com/apache/couchdb/pull/2722#issuecomment-604103013
 
 
   I've switched base to the prototype/fdb-layer branch.
   
   I agree on the naming ugliness but have no better ideas. the algorithm is called 'key wrap' (well, "KW"), and the function reflects that.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] eiri commented on issue #2722: Implement AES KW algorithm

Posted by GitBox <gi...@apache.org>.
eiri commented on issue #2722: Implement AES KW algorithm
URL: https://github.com/apache/couchdb/pull/2722#issuecomment-604031788
 
 
   One another thing, can we merge it not into `master`, but in `prototype/fdb-layer` first? This'll allow to use it for encryption work without waiting for `prototype/fdb-layer` to be promoted to `master`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services