diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-25 09:08:12 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-25 09:08:12 +0000 |
commit | f2d5b257d4cfe90244adb1fb00159354fc006dc4 (patch) | |
tree | c2b695dc263cb61edf600da3ec73793d39ddaddd /lib/libkeynote/HOWTO.add.crypto | |
parent | 1e78e78ff492b1bd9f0dcf6dfa17a9bb42b8774a (diff) |
Sync with current version (just the file renamed).
Diffstat (limited to 'lib/libkeynote/HOWTO.add.crypto')
-rw-r--r-- | lib/libkeynote/HOWTO.add.crypto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/HOWTO.add.crypto b/lib/libkeynote/HOWTO.add.crypto index c3b3e2ce244..3b67985e023 100644 --- a/lib/libkeynote/HOWTO.add.crypto +++ b/lib/libkeynote/HOWTO.add.crypto @@ -1,4 +1,4 @@ -# $OpenBSD: HOWTO.add.crypto,v 1.2 1999/05/25 21:42:19 angelos Exp $ +# $OpenBSD: HOWTO.add.crypto,v 1.3 2000/01/25 09:08:09 angelos Exp $ This document describes how to add support for digital signature algorithms, hash functions, and ASCII encoding mechanisms in this implementation. @@ -13,7 +13,7 @@ For a signature algorithm: - Define the algorithm public key prefixes, and add them to signature.h (the *_HEX, *_HEX_LEN, *_BASE64, *_BASE64_LEN definitions). -- In aux.c, function keynote_keyhash(), add to the switch statement +- In auxil.c, function keynote_keyhash(), add to the switch statement a case handling the new algorithm; the return value is an integer, and is used as an index into a hash table. - In signature.c: |