summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod/rfc3414
Commit message (Expand)AuthorAgeFilesLines
* Uppercase global constants (#238)Ilya Etingof2019-02-108-148/+160
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-16/+16
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-091-2/+2
* Extend copyright notice to year 2019Ilya Etingof2018-12-3010-10/+10
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-291-3/+8
* 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
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-191-12/+32
* adding docstrings, cleaning up generic_*crypt missing backend handling, and f...mattsb42-aws2018-02-091-3/+3
* initial migration to backend-selecting cryptomattsb42-aws2018-02-091-19/+3
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0310-10/+10
* cosmetic code fixesIlya Etingof2017-12-211-0/+10
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1710-10/+10
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-051-1/+1
* refactor digest size getter into property, handle the case of unavailable cryptoIlya Etingof2017-08-035-9/+12
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-036-43/+58
* 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-271-8/+25
* minor pep8 improvementsIlya Etingof2017-05-274-26/+26
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-141-9/+9
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1210-10/+10
* Reeder key localization refactoredIlya Etingof2016-08-211-4/+4
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-211-0/+2
* fix to 3DES key localization procedureIlya Etingof2016-07-302-1/+4
* converted to new-style classesIlya Etingof2016-06-122-2/+2
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* pep8 reformattedIlya Etingof2016-04-039-150/+264
* pep8 reformattedIlya Etingof2016-04-021-0/+1
* copyright updatedelie2015-12-299-9/+9
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-191-26/+42
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-8/+8
* copyright notice added to source codeelie2015-11-209-2/+54
* linted for bad-whitespace and some other issueselie2015-10-174-18/+18
* linted the bad-continuation issue as well as some otherselie2015-10-175-393/+260
* linted for trailing whitespaceselie2015-10-179-71/+70
* fix to authoritative engine side snmpEngineID discovery procedure:elie2014-04-231-7/+10
* missing check for null scopedPDU addedelie2014-03-211-0/+5
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-211-2/+7
* gracefully handle malformed SnmpEngineID coming from SNMPv3 headerelie2013-09-141-0/+14
* cache and uncache usmUserSecurityName for debugging purposeselie2013-06-261-0/+5
* Fix to SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance errorelie2013-06-101-3/+6
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-18/+18
* the userName parameter is now fully separated from securityName atelie2013-05-251-45/+99
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-7/+16
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-17/+26
* catch possible exceptions on pyasn1 encoder invocationelie2012-12-041-10/+35
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-281-1/+1
* hexdump() addedelie2012-07-231-1/+1