summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod/rfc7860/auth/hmacsha2.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-27/+37
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-2/+4
* Uppercase global constants (#238)Ilya Etingof2019-02-101-24/+27
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-4/+4
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* cosmetic code fixesIlya Etingof2017-12-211-2/+2
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* 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-031-35/+47
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-0/+110