summaryrefslogtreecommitdiff
path: root/openid/cryptutil.py
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 complaintsColin Watson2020-06-041-2/+2
* Use cryptography for HMACVlastimil Zíma2018-06-251-39/+1
* Drop hash utilitiesVlastimil Zíma2018-06-251-22/+0
* Add fix_btwoc utility functionVlastimil Zíma2018-06-081-7/+19
* Drop randrange functionVlastimil Zíma2018-05-231-50/+0
* Refactor bytes <-> int conversionsVlastimil Zíma2018-05-221-43/+40
* Use cryptography for signature comparisonVlastimil Zíma2018-05-171-11/+0
* Drop getBytes functionVlastimil Zíma2018-05-161-31/+1
* Drop randomString functionVlastimil Zíma2018-05-161-20/+0
* Update python builtin functionsVlastimil Zíma2018-05-111-1/+1
* Update strings in cryptography and utilities APIVlastimil Zíma2018-05-111-22/+69
* Pepify and add flake8Vlastimil Zíma2017-11-291-9/+19
* Drop support for Python <2.7Vlastimil Zíma2017-11-291-53/+11
* Clean imports by isortVlastimil Zíma2017-11-221-1/+1
* Fix timing attack against signature comparisonCarl Howells2010-07-201-0/+10
* [project @ Correct hashlib issue (thanks: AndrŽ Cruz <andre.cruz at co.sapo.p...tailor2008-12-081-0/+1
* [project @ Formatting]http://j3h.us/2007-11-051-3/+12
* [project @ cryputil: s/OSError/IOError/ on /dev/urandom.]Kevin Turner2007-08-281-1/+1
* [project @ Add cryptutil.SHA256_AVAILABLE]tailor2006-12-271-0/+4
* [project @ Added a message indicating how to support SHA256]Josh Hoyt2006-07-241-2/+5
* [project @ Added stub functions for when sha256 is not available]Josh Hoyt2006-07-201-4/+8
* [project @ Add SHA256 support if available]Josh Hoyt2006-07-191-7/+35
* [project @ Abstract out association session types]Josh Hoyt2006-04-261-8/+1
* [project @ Move kvform to its own module]Josh Hoyt2005-11-031-1/+1
* [project @ Fix exports for cryptutil]Josh Hoyt2005-11-031-3/+2
* [project @ Move signature stuff to association methods]Josh Hoyt2005-11-021-14/+1
* [project @ Resolved conflict]Josh Hoyt2005-11-021-9/+12
* [project @ Fixed uniformity for randrange]Josh Hoyt2005-11-021-24/+22
* [project @ Fix cryptutil's random]tailor2005-11-021-12/+22
* [project @ Whoa. Everything works. I think.]tailor2005-10-281-1/+1
* [project @ Update doc string for cryptutil]Josh Hoyt2005-10-181-1/+4
* [project @ Small cleanups in cryptutil]tailor2005-10-181-19/+13
* [project @ Re-organize cryptutil]Josh Hoyt2005-10-181-122/+102
* [project @ Fix implementation of cryptutil to eliminate bias, and support start]tailor2005-10-181-6/+11
* [project @ Moved crypto-related functions to cryptrand.py, and made library c...Josh Hoyt2005-10-171-0/+199