summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixup readmeVlastimil Zíma2018-07-121-1/+3
* Changelog and version 3.0rc1 bumpVlastimil Zíma2018-07-122-1/+22
* Merge branch 'dh-api'Vlastimil Zíma2018-07-128-110/+154
|\
| * Make DiffieHellman.get_shared_secret privateVlastimil Zíma2018-07-112-8/+8
| * Fix #13 - Base64 based API for Diffie-HellmanVlastimil Zíma2018-07-116-73/+82
| * Use base64 encoded Diffie-Hellman modulus and generatorVlastimil Zíma2018-07-118-31/+66
|/
* Merge branch 'audit-logs'Vlastimil Zíma2018-07-0411-41/+39
|\
| * Fix #21 - Update log message levelsVlastimil Zíma2018-06-2911-41/+39
|/
* Merge branch 'cryptography-hmacs'Vlastimil Zíma2018-06-252-45/+14
|\
| * Use cryptography for HMACVlastimil Zíma2018-06-252-45/+14
|/
* Merge branch 'cryptography-hashes'Vlastimil Zíma2018-06-259-46/+139
|\
| * Drop hash utilitiesVlastimil Zíma2018-06-253-25/+9
| * Use cryptography for hash algorithms in DHVlastimil Zíma2018-06-257-21/+130
|/
*---. Merge branches 'fix-dh-mac-secret', 'check-empty-identifiers' and 'refactor-a...Vlastimil Zíma2018-06-257-58/+272
|\ \ \
| | | * Refactor associate scriptVlastimil Zíma2018-06-082-49/+204
| |_|/ |/| |
| | * Check empty identifiersVlastimil Zíma2018-06-082-2/+24
| |/ |/|
| * Fix DH MAC secret computationsVlastimil Zíma2018-06-081-0/+5
| * Add fix_btwoc utility functionVlastimil Zíma2018-06-082-7/+39
|/
* Merge branch 'clean-deprecation'Vlastimil Zíma2018-05-3121-78/+167
|\
| * Clean other deprecationsVlastimil Zíma2018-05-315-7/+16
| * Clean unclosed file warningsVlastimil Zíma2018-05-315-26/+42
| * Clean deprecation for test assertsVlastimil Zíma2018-05-319-28/+32
| * Clean up URL encoded messagesVlastimil Zíma2018-05-315-4/+22
| * Define return type of getTypeURIsVlastimil Zíma2018-05-311-4/+13
| * Capture deprecation warnings in testsVlastimil Zíma2018-05-313-9/+42
|/
* Merge branch 'fix-codecov'Vlastimil Zíma2018-05-313-6/+8
|\
| * Fix codecov uploadsVlastimil Zíma2018-05-303-6/+8
|/
* Merge branch 'refactor-diffie-hellman'Vlastimil Zíma2018-05-3010-152/+194
|\
| * Drop randrange functionVlastimil Zíma2018-05-232-68/+0
| * Use cryptography for DH key exchangeVlastimil Zíma2018-05-232-24/+95
| * Use cryptography for DH keysVlastimil Zíma2018-05-237-53/+59
| * Use cryptography for DH parametersVlastimil Zíma2018-05-232-13/+40
| * Move default DH constantsVlastimil Zíma2018-05-232-9/+15
* | Merge branch 'refactor-bytes-int-conversions'Vlastimil Zíma2018-05-303-44/+62
|\ \ | |/
| * Refactor bytes <-> int conversionsVlastimil Zíma2018-05-223-44/+62
|/
* Merge branch 'refactor-signature-check'Vlastimil Zíma2018-05-173-12/+3
|\
| * Use cryptography for signature comparisonVlastimil Zíma2018-05-173-12/+3
|/
* Merge branch 'refactor-random-string'Vlastimil Zíma2018-05-178-73/+46
|\
| * Drop getBytes functionVlastimil Zíma2018-05-163-39/+4
| * Drop randomString functionVlastimil Zíma2018-05-164-29/+8
| * Split function for nonce salt generationVlastimil Zíma2018-05-162-5/+34
|/
* Merge branch 'prefer-strong-association'Vlastimil Zíma2018-05-163-24/+23
|\
| * Prefer stronger association methodsVlastimil Zíma2018-05-163-24/+23
* | Merge branch 'fix-examples'Vlastimil Zíma2018-05-162-5/+0
|\ \ | |/ |/|
| * Fix future imports in examplesVlastimil Zíma2018-05-162-5/+0
|/
* Merge branch 'drop-sha256-conditions'Vlastimil Zíma2018-05-151-26/+11
|\
| * Drop condition for SHA256 availabilityVlastimil Zíma2018-05-151-26/+11
|/
* Merge branch 'python3'Vlastimil Zíma2018-05-1556-277/+339
|\
| * Set up Python3 supportVlastimil Zíma2018-05-114-10/+19
| * Fix print statementVlastimil Zíma2018-05-1112-49/+54