~ubuntu-branches/ubuntu/oneiric/libotr/oneiric-security

« back to all changes in this revision

Viewing changes to toolkit/otr_toolkit.1

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2006-01-02 19:52:18 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060102195218-wb8803196y9mycx6
Tags: 3.0.0-2
Fix typo: "malformed messahes" (Closes: #345400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" First parameter, NAME, should be all caps
3
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
4
.\" other parameters are allowed: see man(7), man(1)
5
 
.TH OTR_PARSE 1 "December  2, 2004"
 
5
.TH OTR_PARSE 1 "October 27, 2005"
6
6
.\" Please adjust this date whenever revising the manpage.
7
7
.\"
8
8
.\" Some roff macros, for reference:
33
33
.I mackey old_text new_text offset
34
34
.br
35
35
.B otr_remac
36
 
.I mackey snd_keyid rcv_keyid pubkey counter encdata revealed_mackeys
 
36
.I mackey flags snd_keyid rcv_keyid pubkey counter encdata revealed_mackeys
37
37
.SH DESCRIPTION
38
38
Off-the-Record (OTR) Messaging allows you to have private conversations
39
39
over IM by providing:
67
67
 
68
68
 - otr_parse
69
69
   - Parse OTR messages given on stdin, showing the values of all the
70
 
     fields in OTR Key Exchange Messages and OTR Data Messages.
 
70
     fields in OTR protocol messages.
71
71
 
72
72
 - otr_sesskeys our_privkey their_pubkey
73
73
   - Shows our public key, the session id, two AES and two MAC keys
95
95
     you can still forge messages of your choice using the
96
96
     otr_readforge command, above.
97
97
 
98
 
 - otr_remac mackey snd_keyid rcv_keyid pubkey counter encdata revealed_mackeys
 
98
 - otr_remac mackey flags snd_keyid rcv_keyid pubkey counter encdata revealed_mackeys
99
99
   - Make a new OTR Data Message, with the given pieces (note that the
100
100
     data part is already encrypted).  MAC it with the given mackey.
101
101