mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
4634: US Secure Hash Algorithms (SHA and HMAC-SHA)
This commit is contained in:
parent
0ee4d2c42b
commit
cdd28dc017
3 changed files with 6057 additions and 0 deletions
5
doc/rfc/fetch
Executable file
5
doc/rfc/fetch
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -f
|
||||
for i in $*
|
||||
do
|
||||
fetch "http://www.ietf.org/rfc/rfc${i}.txt"
|
||||
done
|
||||
|
|
@ -109,3 +109,4 @@
|
|||
4431: The DNSSEC Lookaside Validation (DLV) DNS Resource Record
|
||||
4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
|
||||
in E-Mail, Version 1
|
||||
4634: US Secure Hash Algorithms (SHA and HMAC-SHA)
|
||||
|
|
|
|||
6051
doc/rfc/rfc4634.txt
Normal file
6051
doc/rfc/rfc4634.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue