home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 9195 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!gtoal
  3. From: gtoal@nyx.cs.du.edu (Graham Toal)
  4. Subject: [386BSD] Has anyone ported pgp20?
  5. Message-ID: <1992Nov22.235656.920@mnemosyne.cs.du.edu>
  6. X-Disclaimer: Nyx is a public access Unix system run by the University
  7.     of Denver for the Denver community.  The University has neither
  8.     control over nor responsibility for the opinions of users.
  9. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  10. Organization: Nyx, Public Access Unix at U. of Denver Math/CS dept.
  11. References: <1eoso8INNh0p@terminator.rs.itd.umich.edu>
  12. Date: Sun, 22 Nov 92 23:56:56 GMT
  13. Lines: 18
  14.  
  15. I tried compiling pgp20 today - found one major problem: it uses toupper
  16. and tolower but doesn't check their args are in range first with isalpha
  17. and islower/isupper.  Actually I was amazed that gcc on 386bsd supported
  18. that bogus old definition of toupper/tolower, but I guess there's a
  19. reason for it somewhere.
  20.  
  21. Anyway, after that I was able to read the config file, and decode command-line
  22. options OK.  But I still can't encrypt anything.  Following the instructions
  23. to the letter, and doing all the tests, it seems not to find my encoding
  24. key in my keyring.
  25.  
  26. If anyone has ported pgp20 please give me some hints!  And if you think it's
  27. possible that what I've compiled *is* working, but it's common to misunderstand
  28. the instructions... tell me that too.  I'm baffled at this stage.
  29.  
  30. Thanks.
  31.  
  32. G
  33.