From: Bitbucket <com...@bi...> - 2019-11-14 11:26:40
|
2 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/988790889ed1/ Changeset: 988790889ed1 User: gustafn Date: 2019-11-14 09:00:32+00:00 Summary: capitalize name properly Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/5ae2b325f4eb/ Changeset: 5ae2b325f4eb User: gustafn Date: 2019-11-14 11:26:09+00:00 Summary: ::ns_crypto::md: add signature validation In addition to the previously supported signature generation (using option "-sign"), the new options "-verify" and -signature" can be used to verify the signature. Example: % set sig [::ns_crypto::md string \ -digest sha1 \ -encoding binary \ -sign /usr/local/src/naviserver/myprivate.pem \ "abcdefghijklmnopqrstuxvwxyz\n"] % set vfy [::ns_crypto::md string \ -digest sha1 \ -verify /usr/local/src/naviserver/myprivate.pem \ -signature $sig \ "abcdefghijklmnopqrstuxvwxyz\n"] Affected #: 5 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |