summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod/rfc3826/priv/aes.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-43/+59
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-12/+6
* Uppercase global constants (#238)Ilya Etingof2019-02-101-25/+28
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-191-11/+29
* 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-20/+3
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-051-1/+1
* refactor digest size getter into property, handle the case of unavailable cryptoIlya Etingof2017-08-031-4/+4
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-4/+19
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* fix to 3DES key localization procedureIlya Etingof2016-07-301-1/+1
* pep8 reformattedIlya Etingof2016-04-031-20/+23
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-0/+6
* linted the bad-continuation issue as well as some otherselie2015-10-171-30/+26
* linted for trailing whitespaceselie2015-10-171-7/+7
* pylint'edelie2014-06-171-1/+0
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-40/+22
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-161-1/+24
* The error-indication codes moved from literals to objectselie2010-12-251-4/+4
* * PyCrypto AES implementation seems to require plain/ciphertext paddingelie2010-06-241-15/+30
* added support for AES cipher (rfc3826)elie2007-07-091-0/+115