1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

sha1 now does hex encoding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2013-03-18 21:06:39 +00:00
parent 3140d79ef9
commit bc612559f8

View File

@@ -482,7 +482,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<td>Decode base64 encoded string, return truncated string if 0x00 is
found</td><td></td></tr>
<tr><td><code>sha1</code></td>
<td>Hash the string using SHA1, then encode the hash with base64
<td>Hash the string using SHA1, then encode the hash with hexadecimal
encoding</td><td></td></tr>
<tr><td><code>file</code></td>
<td>Read contents from a file</td><td>yes</td></tr>