if possible.
hmac-def.el hmac-md5.el hmac-sha1.el hmac-util.el
md5-dl.el md5-el.el md5.el sha1-dl.el sha1-el.el sha1.el
comment update
-1999-10-19 Kenichi OKADA <okada@opaopa.org>
+1999-10-20 Kenichi OKADA <okada@opaopa.org>
- * sasl.el (sasl-plain): Renamed from plain-encode.
- * sasl.el (sasl-cram-md5): Renamed from cram-md5-encode.
+ * hmac-md5.el (hmac-md5): Specify the 4th arg to `md5'
+ as `binary' if possible.
1999-10-19 Kenichi OKADA <okada@opaopa.org>
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: HMAC, RFC 2104
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: HMAC, RFC 2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
(require 'md5) ; expects (md5 STRING)
(cond
- ((and (fboundp 'md5)
- (subrp (symbol-function 'md5)))
+ ((and (featurep 'xemacs)
+ (>= (function-max-args 'md5) 4))
;; recent XEmacs has `md5' as a built-in function.
;; and default CODING is 'undecided.
;;
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: HMAC, RFC 2104, HMAC-SHA1, SHA1, Cancel-Lock
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: HMAC, RFC 2104
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: MD5, RFC 1321
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: MD5, RFC 1321
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: SHA1, FIPS 180-1
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; Revised: 1999-01-13
;; Keywords: sha1, news, cancel-lock, hmac, rfc2104
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
;; Keywords: SHA1, FIPS 180-1
+;; This file is part of FLIM (Faithful Library about Internet Message).
+
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or