;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp>
;; MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
-;; Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Daiki Ueno <ueno@unixuser.org>
;; Created: 1994/08/21 renamed from mime.el
;; Renamed: 1997/2/21 from tm-edit.el
;; Keywords: MIME, multimedia, multilingual, mail, news
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Dan Rich <drich@morpheus.corp.sgi.com>
-;; Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Daiki Ueno <ueno@unixuser.org>
;; Katsumi Yamaoka <yamaoka@jpl.org>
;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1995/12/15
;; Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <tomo@m17n.org>
-;; Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Daiki Ueno <ueno@unixuser.org>
;; Created: 1995/12/7
;; Renamed: 1997/2/27 from tm-pgp.el
;; Keywords: PGP, security, MIME, multimedia, mail, news
;; by Kazuhiko Yamamoto <kazu@is.aist-nara.ac.jp> (1995/10;
;; expired)
-;; [OpenPGP/MIME] draft-yamamoto-openpgp-mime-00.txt: "MIME
-;; Security with OpenPGP (OpenPGP/MIME)" by Kazuhiko YAMAMOTO
-;; <kazu@iijlab.net> (1998/1)
+;; [OpenPGP/MIME] draft-ietf-openpgp-mime-02.txt: "MIME
+;; Security with OpenPGP" by
+;; John W. Noerenberg II <jwn2@qualcomm.com>,
+;; Dave Del Torto <ddt@cryptorights.org> and
+;; Michael Elkins <michael_elkins@nai.com> (2000/8)
;;; Code:
;;; @ Internal method for application/pgp-signature
;;;
;;; It is based on RFC 2015 (PGP/MIME) and
-;;; draft-yamamoto-openpgp-mime-00.txt (OpenPGP/MIME).
+;;; draft-ietf-openpgp-mime-02.txt (OpenPGP/MIME).
(defun mime-verify-application/pgp-signature (entity situation)
"Internal method to check PGP/MIME signature."
;;; @ Internal method for application/pgp-encrypted
;;;
;;; It is based on RFC 2015 (PGP/MIME) and
-;;; draft-yamamoto-openpgp-mime-00.txt (OpenPGP/MIME).
+;;; draft-ietf-openpgp-mime-02.txt (OpenPGP/MIME).
(defun mime-decrypt-application/pgp-encrypted (entity situation)
(let* ((entity-node-id (mime-entity-node-id entity))
;;; @ Internal method for application/pgp-keys
;;;
;;; It is based on RFC 2015 (PGP/MIME) and
-;;; draft-yamamoto-openpgp-mime-00.txt (OpenPGP/MIME).
+;;; draft-ietf-openpgp-mime-02.txt (OpenPGP/MIME).
(defun mime-add-application/pgp-keys (entity situation)
(save-excursion
;;; pgg-def.el --- functions/macros for defining PGG functions
-;; Copyright (C) 1999 Daiki Ueno
+;; Copyright (C) 1999 Free Software Foundation, Inc.
-;; Author: Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/11/02
;; Keywords: PGP, OpenPGP, GnuPG
;;; pgg-gpg.el --- GnuPG support for PGG.
-;; Copyright (C) 1999,2000 Daiki Ueno
+;; Copyright (C) 1999,2000 Free Software Foundation, Inc.
;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/10/28
;;; pgg-parse.el --- OpenPGP packet parsing
-;; Copyright (C) 1999 Daiki Ueno
+;; Copyright (C) 1999 Free Software Foundation, Inc.
-;; Author: Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/10/28
;; Keywords: PGP, OpenPGP, GnuPG
(string-equal
(funcall (mel-find-function 'mime-encode-string "base64")
(pgg-parse-crc24-string
- (buffer-substring (point-min)(point-max))))
+ (buffer-string)))
checksum)
(error "PGP packet checksum does not match")))))
;;; pgg-pgp.el --- PGP 2.* and 6.* support for PGG.
-;; Copyright (C) 1999,2000 Daiki Ueno
+;; Copyright (C) 1999,2000 Free Software Foundation, Inc.
-;; Author: Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/11/02
;; Keywords: PGP, OpenPGP
;;; pgg-pgp5.el --- PGP 5.* support for PGG.
-;; Copyright (C) 1999,2000 Daiki Ueno
+;; Copyright (C) 1999,2000 Free Software Foundation, Inc.
-;; Author: Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/11/02
;; Keywords: PGP, OpenPGP
;;; pgg.el --- glue for the various PGP implementations.
-;; Copyright (C) 1999,2000 Daiki Ueno
+;; Copyright (C) 1999,2000 Free Software Foundation, Inc.
-;; Author: Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/10/28
;; Keywords: PGP
;;; smime.el --- S/MIME interface.
-;; Copyright (C) 1999 Daiki Ueno
+;; Copyright (C) 1999,2000 Free Software Foundation, Inc.
-;; Author: Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+;; Author: Daiki Ueno <ueno@unixuser.org>
;; Created: 1999/12/08
;; Keywords: S/MIME, OpenSSL