]> andersk Git - openssh.git/blobdiff - key.h
- (bal) auth1.c minor resync while looking at the code.
[openssh.git] / key.h
diff --git a/key.h b/key.h
index a2257731aef55cd9170262e0d0537e79a4745098..725c7a04a7bf2d6cfaf2a488be20c0381c11cbfe 100644 (file)
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: key.h,v 1.18 2002/02/24 19:14:59 markus Exp $ */
+/*     $OpenBSD: key.h,v 1.20 2003/02/12 09:33:04 markus Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -58,6 +58,7 @@ struct Key {
 Key    *key_new(int);
 Key    *key_new_private(int);
 void    key_free(Key *);
+Key    *key_demote(Key *);
 int     key_equal(Key *, Key *);
 char   *key_fingerprint(Key *, enum fp_type, enum fp_rep);
 char   *key_type(Key *);
@@ -77,4 +78,9 @@ int    key_names_valid2(const char *);
 int     key_sign(Key *, u_char **, u_int *, u_char *, u_int);
 int     key_verify(Key *, u_char *, u_int, u_char *, u_int);
 
+int     ssh_dss_sign(Key *, u_char **, u_int *, u_char *, u_int);
+int     ssh_dss_verify(Key *, u_char *, u_int, u_char *, u_int);
+int     ssh_rsa_sign(Key *, u_char **, u_int *, u_char *, u_int);
+int     ssh_rsa_verify(Key *, u_char *, u_int, u_char *, u_int);
+
 #endif
This page took 0.030975 seconds and 4 git commands to generate.