home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / wizards / 5307 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!mcsun!sun4nl!utrcu1!infnews!infnews!roana
  3. From: roana@cs.utwente.nl (V.O.F. Roana Technologies)
  4. Subject: protocols outside of kernel
  5. Message-ID: <1992Dec22.130217@cs.utwente.nl>
  6. Keywords: protocols, encryption
  7.  
  8. Sender: usenet@cs.utwente.nl
  9. Nntp-Posting-Host: transam
  10. Organization: University of Twente, Dept. of Computer Science
  11. Date: Tue, 22 Dec 1992 12:02:17 GMT
  12. Lines: 20
  13.  
  14. I'm currently experimenting with a system which encrypts frames at the IP
  15. level, which allows authentication and confidentiality. When an IP packet is
  16. received, the system checks if it's encrypted (by the "protocol" field in the
  17. header), and if so, the packet is decrypted and then relayed to TCP, UDP etc.
  18. If TCP, UDP want to send a packet, it's first encrypted and then relayed to IP.
  19.  
  20. It is easy enough to implement this in my own TCP/IP implementation, and should
  21. be possible with BSD by modifying the kernel source. However, my question is:
  22. is it possible with BSD or even System V systems to implement protocols outside
  23. of the kernel? I.e., create a binary which has the functionality mentioned above
  24. but does not require you to change your kernel?
  25.  
  26. Any suggestions are welcome
  27.  
  28. Ronald
  29. roana@cs.utwente.nl
  30.  
  31.  
  32.  
  33.  
  34.