You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2020/04/21 14:43:21 UTC

[couchdb] branch aegis_key_cache updated (1f05a44 -> 9413100)

This is an automated email from the ASF dual-hosted git repository.

eiri pushed a change to branch aegis_key_cache
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 1f05a44  Make example key manager use pbkdf2 to derive root key
     add 2ec4bc8  Change key manager response on disabled encryption to `false`.
     add 9413100  Remove example key manager, add noop key manager, make it default

No new revisions were added by this update.

Summary of changes:
 src/aegis/rebar.config.script                      | 26 +++++-----
 src/aegis/src/aegis_example_key_manager.erl        | 55 ----------------------
 src/aegis/src/aegis_key_manager.erl                |  2 +-
 .../src/aegis_noop_key_manager.erl}                | 27 +++++------
 src/aegis/src/aegis_server.erl                     |  2 +-
 src/aegis/test/aegis_key_manager_test.erl          |  4 +-
 src/aegis/test/aegis_server_test.erl               |  6 +--
 7 files changed, 32 insertions(+), 90 deletions(-)
 delete mode 100644 src/aegis/src/aegis_example_key_manager.erl
 copy src/{ddoc_cache/src/ddoc_cache_entry_custom.erl => aegis/src/aegis_noop_key_manager.erl} (68%)