summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod
Commit message (Expand)AuthorAgeFilesLines
* Fix broken SNMPv3 authoritative engine ID discoveryIlya Etingof2019-09-241-1/+1
* Fix crash on AES key localizationIlya Etingof2019-08-111-1/+2
* Introduce "wildcard" SNMP engine ID (#297)Ilya Etingof2019-08-111-24/+59
* Move SNMP engine discovery code to security moduleIlya Etingof2019-08-101-5/+39
* Fix crashing VACM debuggingIlya Etingof2019-08-101-4/+4
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-052-15/+69
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-2613-595/+892
* PEP8 optimize imports (#242)Ilya Etingof2019-02-1214-99/+82
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-101-6/+1
* Uppercase global constants (#238)Ilya Etingof2019-02-1016-269/+291
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-093-24/+24
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-091-2/+2
* Extend copyright notice to year 2019Ilya Etingof2018-12-3018-18/+18
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-291-3/+8
* Tolerate non-initialised entries in SNMP community table (#195)Ilya Etingof2018-09-131-25/+75
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-301-4/+5
* fixed zero boots/time values put into SNMPv3 TRAPIlya Etingof2018-04-211-24/+29
* many backward-compatibility aids droppedIlya Etingof2018-02-251-3/+1
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-193-34/+92
* adding docstrings, cleaning up generic_*crypt missing backend handling, and f...mattsb42-aws2018-02-093-9/+9
* initial migration to backend-selecting cryptomattsb42-aws2018-02-093-60/+9
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0319-19/+19
* fixed 3DES key localization bugIlya Etingof2017-12-301-0/+7
* cosmetic code fixesIlya Etingof2017-12-212-2/+12
* added missing SHA2 support for Blumenthal key localizationIlya Etingof2017-12-031-8/+14
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1719-19/+19
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-053-3/+3
* fail gracefully when sha2 suite is not availableIlya Etingof2017-08-031-15/+19
* refactor digest size getter into property, handle the case of unavailable cryptoIlya Etingof2017-08-039-54/+69
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-0312-67/+211
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-131-12/+4
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-272-9/+29
* minor pep8 improvementsIlya Etingof2017-05-274-26/+26
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-142-11/+11
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1218-18/+18
* Fixes to key localization code for AES192/256Ilya Etingof2016-08-211-5/+5
* Reeder key localization refactoredIlya Etingof2016-08-214-13/+15
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-214-2/+72
* cosmetic fixes to 3DES fixesIlya Etingof2016-08-211-4/+3
* Cleaned up code as per Illya's comments.Bob Reese2016-08-151-7/+6
* This fixes two errors SNMPV3 des3 privacy support.Bob Reese2016-08-081-22/+11
* fix to 3DES key localization procedureIlya Etingof2016-07-305-11/+16
* converted to new-style classesIlya Etingof2016-06-124-4/+4
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* pep8 reformattedIlya Etingof2016-04-0313-207/+369
* pep8 reformattedIlya Etingof2016-04-025-35/+51
* copyright updatedelie2015-12-2917-17/+17
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-192-26/+58
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2