GitHub / Yubico/python-u2flib-host / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 27dc8663 | Add reference to python-fido2 in README. | Dain Nilsson <d****n@y****m> | over 6 years ago | |
| 11ddd135 | Add Trezor VID/PID (close #42). | Dain Nilsson <d****n@y****m> | over 6 years ago | |
| 5ed13dc3 | merge Merge PR #41. | Dain Nilsson <d****n@y****m> | over 6 years ago | |
| e92c3cbd | Added OnlyKey device |
Saswat Padhi <p****i@c****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 91d0eb29 | Add Thetis and JaCarta devices (close #36, close #39). | Dain Nilsson <d****n@y****m> | almost 7 years ago | |
| 4546421d | merge Merge PR #38. | Dain Nilsson <d****n@y****m> | almost 7 years ago | |
| 9ff7f7d3 | merge Merge PR #37. | Dain Nilsson <d****n@y****m> | almost 7 years ago | |
| 111ed8a8 | Add Feitian Technologies, Inc. ePass FIDO to devices | Bryce Larson <b****n@s****m> | almost 7 years ago | |
| bff89a63 | add Google Titan (Feitian) devices | Devrandom <m****n@b****m> | almost 7 years ago | |
| eadc4dbf | merge Merge PR #35. | Dain Nilsson <d****n@y****m> | about 8 years ago | |
| 59f98986 | fix test for test_init | Venkat Venkataraju <v****u@g****m> | about 8 years ago | |
| fbafa8fc | handing write failures better | Venkat Venkataraju <v****u@g****m> | about 8 years ago | |
| 7431bd11 | Prepare release 3.0.3 | Dain Nilsson <d****n@y****m> | over 8 years ago | |
| 0dbaef21 | merge Merge branch 'capabilities' | Dain Nilsson <d****n@y****m> | over 8 years ago | |
| e65d7b30 | adding required import to setup.py | Venkat Venkataraju <v****n@y****m> | over 8 years ago | |
| 506a6edd | fixes per feedback | Venkat Venkataraju <v****n@y****m> | over 8 years ago | |
| 7243107a | storing capability byte in the HIDDevice object | Venkat Venkataraju <v****n@y****m> | over 8 years ago | |
| 2fdbadf8 | Bump version. | Dain Nilsson <d****n@y****m> | over 8 years ago | |
| 12299f3a | Update Python supported versions. | Dain Nilsson <d****n@y****m> | over 8 years ago | |
| d51f4d2b | merge Merge PR #29. | Dain Nilsson <d****n@y****m> | over 8 years ago | |
| a0a08fb9 | Fix compatibility with some U2F tokens: set the maximum length of the respons... | Pierre Rousset <p****t@g****p> | over 8 years ago | |
| eef807f4 | Prepare 3.0.2 | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| 93fb1bf8 | merge Merge pull request #26. | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| 869dc7c8 | Catch IOError (python>=2.7) and OSError (ptyhon>=3.3) exceptions in hid trans... |
Pierre R <p****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 75c0d9ca | merge Merge branch 'master' into yubikey-nano-support |
Pierre R <p****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 77654248 | Fix uncaught exceptions preventing the YubiKey Nano to be listed | Pierre R <p****t@g****p> | about 9 years ago | |
| 0afd1281 | Bump version number. | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| c6adcca9 | Prepare 3.0.1 release. | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| 3f0e7f76 | merge Merge pull request #24 | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| eabff1eb | Fixed register.py and switched back to read instead of readline | Pierre R <p****t@g****p> | about 9 years ago | |
| bdeac177 | Fix incorrect usage of byte2int(). | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| fc1c63ab | Fixed the python 3 compatibility | Pierre R <p****t@g****p> | about 9 years ago | |
| 8ba4e9b5 | Remove unneeded chr() | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| 49c9a434 | merge Merge pull request #18 | Dain Nilsson <d****n@y****m> | about 9 years ago | |
| 1e1bcb91 | Added basic test for register and authenticate. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| 886e453e | Prepare release. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| 8de99414 | Cleanups and tests for u2flib_host.u2f. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| ff2c8973 | Added copyright header. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| df35142b | Fixed Python 3 incompatibilities in u2f_v2 and added test. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| 4396b95a | Moved INS_GET_VERSION to u2flib_host.constants. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| 7648f533 | Fixed urlparse import on Python 3. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| fd01168b | Remove H(). | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| d1efd26d | Updated yubicommon. | Dain Nilsson <d****n@y****m> | over 10 years ago | |
| 1a2b6c5e | merge Merge pull request #19 from moreati/python3 | Dain Nilsson <d****r@g****m> | over 10 years ago | |
| 305916bc | Use Python 2.x & 3.x compatible raise syntax | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 0feaee9c | Bump to v 3.0, declare CPython 3.3+ support, update NEWS | Alex Willmer <a****x@m****k> | over 10 years ago | |
| d3f53e4a | Add Python 3.3, 3.4, 3.5 to automated tests | Alex Willmer <a****x@m****k> | over 10 years ago | |
| a506d8d4 | Add rudimentary unit test for SoftU2FDevice | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 0663abd5 | Add rudimentary unit test for APDUError | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 469dd6e1 | utils.u2str(): Correct spelling/phrasing of docstring | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 5d1e1c12 | Fix bytes() literals, s.encode(), chr(), ord() etc | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 86ba0844 | Fix Python 2-isms: filter(), print, x.iteritems() | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 35f3f64e | Match websafe_decode()/websafe_encode() w py-u2flib-s | Alex Willmer <a****x@m****k> | over 10 years ago | |
| eb3e44b4 | Replace uses of str/unicode with string_types/text_type | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 7066c9e3 | Update yubicommon compat.text_type et al | Alex Willmer <a****x@m****k> | over 10 years ago | |
| 47b965ae | Allow arbitrary base classes for hid devices | Peter D. Gray <p****r@c****m> | over 10 years ago | |
| a5e4ee7a | Add CMD_LOCK support | Peter D. Gray <p****r@c****m> | over 10 years ago | |
| 9c948a49 | Bugfix: wrong byte used to extract error code from STAT_ERR response | Peter D. Gray <p****r@c****m> | over 10 years ago | |
| 7a498532 | Bugfix: was using hidapi incorrectly | Peter D. Gray <p****r@c****m> | over 10 years ago | |
| 6901133e | merge Merge pull request #16 from ctz/plugup-compat | Dain Nilsson <d****r@g****m> | over 10 years ago | |
| 4cc0c210 | merge Merge pull request #17 from ptone/hid-fix | Dain Nilsson <d****r@g****m> | over 10 years ago | |
| 7a2f5fe2 | append instance of device, not class | Preston Holmes <p****e@g****m> | over 10 years ago | |
| 14d23f09 | Increase default read timeout to 2s | Joseph Birr-Pixton <j****n@g****m> | over 10 years ago | |
| 5382a1f7 | Add Plug-Up U2F VID/PID | Joseph Birr-Pixton <j****n@g****m> | over 10 years ago | |
| dc3c6007 | Add PING command, and fix bug w.r.t version of hid module I have | Peter D. Gray <p****r@c****m> | almost 11 years ago | |
| 6a04f2ac | Updated yubicommon. | Dain Nilsson <d****n@y****m> | almost 11 years ago | |
| 2a54bba1 | merge Merge branch 'fixup-2.2.1' | Dain Nilsson <d****n@y****m> | almost 11 years ago | |
| 1d993713 | Updated NEWS for release. | Dain Nilsson <d****n@y****m> | almost 11 years ago | |
| a1e92b5f | Bumped version number and updated NEWS. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 2453bf8d | merge Merge pull request #14 from moreati/cryptography | Dain Nilsson <d****r@g****m> | about 11 years ago | |
| 911d7fbb | Port from M2Crypto to cryptography | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 5220b4b5 | merge Merge pull request #13 from moreati/ci-speedup | Dain Nilsson <d****r@g****m> | about 11 years ago | |
| a245d198 | Updated yubicommon. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 410953db | merge Merge branch 'pr/10' | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| bf40a086 | Remove explicit packages configuration (close #9). | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| f081cc42 | merge Merge pull request #8 from moreati/document-python-version | Dain Nilsson <d****r@g****m> | about 11 years ago | |
| 94eeaafe | merge Merge pull request #7 from moreati/setuptools-entry_points | Dain Nilsson <d****r@g****m> | about 11 years ago | |
| 778f8231 | Travis: Use recent pip & wheel, to benefit from wheel caching | Alex Willmer <a****x@m****k> | about 11 years ago | |
| dfeb9a17 | Use travis container-based architecture | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 0a774dba | Install M2Crypto build dependencies (swig et al) on Travis | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 7b37f081 | Install headers required to build hidapi on Travis | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 980755fe | Add Cython to dev-requirements to fix travis build | Alex Willmer <a****x@m****k> | about 11 years ago | |
| ca587853 | Add tox and travis continuous integration, with coverage | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 9cc15f38 | setup: declare yubicommon package to fix installation from sdist | Alex Willmer <a****x@m****k> | about 11 years ago | |
| a119c9a5 | Document Python version requirement | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 65f1d8de | Remove vestigial shebang line and executable attribute | Alex Willmer <a****x@m****k> | about 11 years ago | |
| ceeb2db3 | Convert scripts to modules, register entry_points | Alex Willmer <a****x@m****k> | about 11 years ago | |
| 254eda7d | Encapsulate script behaviour in a main() function | Alex Willmer <a****x@m****k> | about 11 years ago | |
| b8b94981 | Fix script headers (fixes #6). | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| fd21fc43 | Don't trust usage_page being 0 on linux. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 78bb6db9 | Skip tests if key isn't found instead of failing. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| b6618aa0 | merge Merge pull request #4 from moreati/unittestify | Dain Nilsson <d****r@g****m> | about 11 years ago | |
| 2a45155a | Convert tests from bare asserts to unittest.TestCase | Alex Willmer <a****x@m****k> | about 11 years ago | |
| e4f445c2 | merge Merge pull request #3 from moreati/test-utils | Dain Nilsson <d****r@g****m> | about 11 years ago | |
| 6025f2cc | Fix license paragraph in the README. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 2db4f241 | Bump version for development. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 91126d2f | Updated NEWS. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| f68847b7 | Use hidraw backend if available. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 740c9d53 | Use unittest instead of Nose. | Dain Nilsson <d****n@y****m> | about 11 years ago | |
| 2da9f35b | Added version command to man pages. | Dain Nilsson <d****n@y****m> | about 11 years ago |