2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

997. [func] Add support for RSA-SHA1 keys.

This commit is contained in:
Brian Wellington
2001-09-15 00:01:58 +00:00
parent 967ecc6264
commit 36e37042c6
11 changed files with 59 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rdata.c,v 1.147 2001/08/08 22:54:41 gson Exp $ */
/* $Id: rdata.c,v 1.148 2001/09/15 00:01:46 bwelling Exp $ */
#include <config.h>
#include <ctype.h>
@@ -269,13 +269,14 @@ static const char decdigits[] = "0123456789";
{ 254, "OID", 0}, \
{ 0, NULL, 0}
/* RFC2535 section 7 */
/* RFC2535 section 7, RFC3110 */
#define SECALGNAMES \
{ 1, "RSAMD5", 0 }, \
{ 2, "DH", 0 }, \
{ 3, "DSA", 0 }, \
{ 4, "ECC", 0 }, \
{ 5, "RSASHA1", 0 }, \
{ 252, "INDIRECT", 0 }, \
{ 253, "PRIVATEDNS", 0 }, \
{ 254, "PRIVATEOID", 0 }, \