big-r81 opened a new pull request, #4140: URL: https://github.com/apache/couchdb/pull/4140
Introduce a new config setting `hash_algorithms`. The values of the new config parameter is a list of comma-separated values of Erlang [hash algorithms](https://www.erlang.org/doc/apps/crypto/algorithm_details.html#hmac). An example: ```ini hash_algorithms = sha256, sha, md5 ``` This line will use and generate new cookies with the `sha256` hash algorithm and except and verify cookies with the given hash algorithm `sha` and `md5`. Closing #4119. -- 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]
