README.v3 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. README.v3 (SNMP++ V3.2)
  2. =======================
  3. SNMP++v3.x (and AGENT++v3.5.x) can be used at least on the
  4. follwing platforms:
  5. Linux, FreeBSD, HPUX 11(aCC), Solaris 2.6 or higher,
  6. Windows NT/2000, and CygWin.
  7. Edit the file include/snmp_pp/config_snmp_pp.h before compiling
  8. the library. All options are explained in this file.
  9. In order to use SNMPv3 you need at least one of the following
  10. crypto libraries:
  11. - libdes: This is the default library, so no configuration
  12. changes for snmp++ are needed. In this case the MD5 and SHA1
  13. algorithms that are included in snmp++ are used. AES encryption
  14. is not available.
  15. - OpenSSL: The define _USE_OPENSSL must be enabled in
  16. config_snmp_pp.h. SHA1, MD5, DES and AES will be used from
  17. OpenSSL.
  18. - libtomcrypt: The define _USE_LIBTOMCRYPT must be enabled in
  19. config_snmp_pp.h. SHA1, MD5, DES and AES will be used from
  20. libtomcrypt.
  21. IDEA is protected by International copyright law and in
  22. addition has been patented in several countries. The
  23. non-commercial use of the IDEA algorithm is free. However,
  24. whenever you or your company sells any products including
  25. the IDEA algorithm it needs a license granted by MediaCrypt
  26. for many European countries, the U.S. and Japan.
  27. Please visit the following site for more information:
  28. http://www.mediacrypt.com/engl/Content/patent_info.htm