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

@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dst_parse.h,v 1.19 2001/05/10 19:07:13 bwelling Exp $ */
/* $Id: dst_parse.h,v 1.20 2001/09/15 00:01:50 bwelling Exp $ */
#ifndef DST_DST_PARSE_H
#define DST_DST_PARSE_H 1
@@ -84,8 +84,9 @@ void
dst__privstruct_free(dst_private_t *priv, isc_mem_t *mctx);
int
dst__privstruct_parsefile(dst_key_t *key, const char *filename,
isc_mem_t *mctx, dst_private_t *priv);
dst__privstruct_parsefile(dst_key_t *key, unsigned int alg,
const char *filename, isc_mem_t *mctx,
dst_private_t *priv);
int
dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,