Commit Graph

  • d00a940873 Delete unused variables KexDH.__h_sig and h_sig_len Jürgen Gmach 2020-06-26 14:55:46 +0200
  • c6efceef2f Delete unused variables KexDH.__f and f_len Jürgen Gmach 2020-06-26 14:51:58 +0200
  • 7ca750d926 Add type annotation to KexDH.get_dh_modulus_size Jürgen Gmach 2020-06-26 14:35:28 +0200
  • cdc3ac9a0f Add type annotation for KexGroupExchange.send_init Jürgen Gmach 2020-06-26 14:31:51 +0200
  • 1dd309d712 Add type annotation for KexNISTP521.send_init Jürgen Gmach 2020-06-26 14:30:47 +0200
  • de4b9367d1 Add type annotation for KexNISTP384.send_init Jürgen Gmach 2020-06-26 14:29:52 +0200
  • 55d353eb89 Add type annotation for KexNISTP256.sent_init Jürgen Gmach 2020-06-26 14:28:15 +0200
  • b7c1c30213 Add type annotation to KexCurve25519_SHA256.send_init Jürgen Gmach 2020-06-26 14:26:10 +0200
  • a1972e4954 Add type annotation for KexGroupExchange.__init__ Jürgen Gmach 2020-06-26 14:22:14 +0200
  • 46e771af4d Add type annotataion for KexGroupExchange.send_init_gex Jürgen Gmach 2020-06-26 14:17:00 +0200
  • 0d8d975dc9 Add type annotations to several init methods Jürgen Gmach 2020-06-26 14:10:38 +0200
  • 2c316c0c5e Add type annotation for KexNISTP256.__init__ Jürgen Gmach 2020-06-26 14:08:09 +0200
  • c9f9c823e1 Add type annotation for KexCurve25519_SHA256.__init__ Jürgen Gmach 2020-06-26 14:07:28 +0200
  • 4d2ffab3d4 Add type annotation for KexGroup18_SHA512.__init__ Jürgen Gmach 2020-06-26 14:05:56 +0200
  • e87a4dd8d3 Add type annotation for KexGroup16_SHA512.__init__ Jürgen Gmach 2020-06-26 14:05:05 +0200
  • 2087b4dbdc Add type annotation for KexGroup14_SHA256.__init__ Jürgen Gmach 2020-06-26 14:04:18 +0200
  • d7684025d7 Add type annotation to KexGroup14.__init__ Jürgen Gmach 2020-06-26 13:37:59 +0200
  • a06c9030da Add type annotation for KexDH.__get_bytes Jürgen Gmach 2020-06-26 13:25:49 +0200
  • 1af46443f1 Add type annotation to output_info Jürgen Gmach 2020-06-26 13:19:18 +0200
  • 73bc3168eb Add type annotation for KexDH.get_ca_size Jürgen Gmach 2020-06-26 13:13:52 +0200
  • 2c961a1026 Add annotations for KexDH key size handling Jürgen Gmach 2020-06-26 13:10:42 +0200
  • b3baad9d1c Do not commit breakpoint Jürgen Gmach 2020-06-26 12:52:09 +0200
  • cd94ebb11f Add type annotation for Socket.close Jürgen Gmach 2020-06-26 12:45:25 +0200
  • 85aa1f1180 Add type annotation for Socket.is_connected Jürgen Gmach 2020-06-26 12:44:12 +0200
  • 7688ed77a3 Move comment for is_connected into docstring. Jürgen Gmach 2020-06-26 12:43:17 +0200
  • 345d6d5ad8 Add type annotation to Socket.listen_and_accept Jürgen Gmach 2020-06-26 12:41:13 +0200
  • a9c3905051 Add type annoation for WriteBuf.reset Jürgen Gmach 2020-06-26 12:39:26 +0200
  • 0e000a02bf Add type annotation for ReadBuf.reset Jürgen Gmach 2020-06-26 12:37:28 +0200
  • f3f4387d42 Add type annotation for GexTest.run Jürgen Gmach 2020-06-26 12:36:22 +0200
  • b86ead0eac Add type annotation for GexTest.reconnect Jürgen Gmach 2020-06-26 12:33:21 +0200
  • 88f922cadc Add static typing to HostKeyTest.perform_test Jürgen Gmach 2020-06-26 12:26:13 +0200
  • ac5e5bc532 Add type annotation for HostKeyTest.run Jürgen Gmach 2020-06-26 12:03:08 +0200
  • 566152ef70 Add type annotation for Kex.host_keys Jürgen Gmach 2020-06-26 11:50:56 +0200
  • 282f1bfd07 Add type annotation for Kex.set_host_key Jürgen Gmach 2020-06-26 11:45:26 +0200
  • c99f5ae66f Add type annotation to Kex.dh_modulus_sizes Jürgen Gmach 2020-06-26 11:43:43 +0200
  • 6a42cc7886 Add type annotation for Kex.set_dh_modulus_size Jürgen Gmach 2020-06-26 11:41:09 +0200
  • e2ed79feb0 Add type annotation for Kex.rsa_key_sizes Jürgen Gmach 2020-06-26 11:38:50 +0200
  • dd962a7797 Add type annotation for Kex.set_rsa_key_size Jürgen Gmach 2020-06-26 11:23:26 +0200
  • 85c5eccae6 Add type annotation for KexDH.set_params Jürgen Gmach 2020-06-25 22:48:43 +0200
  • 3ba9d8ee1d Add type annotation for main function Jürgen Gmach 2020-06-25 22:31:44 +0200
  • 3e519f4484 Fix whitespace Jürgen Gmach 2020-06-25 22:27:49 +0200
  • 6aed1bc6f2 Change KexDH.__ed25519_pubkey's default type Jürgen Gmach 2020-06-25 21:26:40 +0200
  • 86d4fe88fa Do not uncomment check_untyped_defs yet Jürgen Gmach 2020-06-25 19:11:44 +0200
  • b689fee117 Fix arguments for Kex initialization Jürgen Gmach 2020-06-25 19:08:07 +0200
  • e1f8481895 Re-enable ignore_missing_imports Jürgen Gmach 2020-06-25 17:52:53 +0200
  • b87b5273bf Re-enable follow_imports Jürgen Gmach 2020-06-25 17:51:14 +0200
  • 2725ff0964 Re-enable disallow_subclassing_any Jürgen Gmach 2020-06-25 17:46:06 +0200
  • 3834001570 Remove warn_incomplete_stub Jürgen Gmach 2020-06-25 17:45:08 +0200
  • e3f3122a3d Re-enable warn_redundant_casts Jürgen Gmach 2020-06-25 17:42:27 +0200
  • 77af500631 Re-enable warn_return_any Jürgen Gmach 2020-06-25 17:40:53 +0200
  • ca6037c3bf Re-enable warn_unused_ignores Jürgen Gmach 2020-06-25 17:34:49 +0200
  • ff57e498b3 Re-enable strict_optional Jürgen Gmach 2020-06-25 17:31:21 +0200
  • 6f030f3152 Do not use variable annotation Jürgen Gmach 2020-06-25 15:42:35 +0200
  • 1b3f7330ed Convert type comments to annotations Jürgen Gmach 2020-06-25 15:32:37 +0200
  • a75be9ab41
    Convert type comments to annotations (#40) Jürgen Gmach 2020-06-26 23:51:08 +0200
  • e444e932ed Do not use variable annotation #40 Jürgen Gmach 2020-06-25 15:42:35 +0200
  • e708ab2771 Convert type comments to annotations Jürgen Gmach 2020-06-25 15:32:37 +0200
  • d168524a5d Updated README. Joe Testa 2020-06-16 23:10:08 -0400
  • 1f48e7c92b
    Fix typing errors (#39) Jürgen Gmach 2020-06-17 04:54:39 +0200
  • 12f811cb5c
    Remove native text converter (#38) Jürgen Gmach 2020-06-17 04:50:07 +0200
  • 26546114ae Fix flake8 issues #39 Jürgen Gmach 2020-06-17 01:28:59 +0200
  • d89b17d97d Annotate variables before unpacking Jürgen Gmach 2020-06-17 01:25:06 +0200
  • 211b95f0d2 Annotate variables before tuple unpacking Jürgen Gmach 2020-06-17 01:23:05 +0200
  • e760c2f7d0 Do not skip type checks any more Jürgen Gmach 2020-06-17 00:47:04 +0200
  • 76a53b11d8 Fix type error by simplifying branch logic Jürgen Gmach 2020-06-17 00:44:08 +0200
  • bed98b43b4 Fix type comments for Auditconf.__setattr__ Jürgen Gmach 2020-06-17 00:28:14 +0200
  • a9ff19ee97 Fix type eror by adding type comment to temp variable Jürgen Gmach 2020-06-17 00:26:21 +0200
  • f768b1817f Add type comment for Kex.__rsa_key_sizes Jürgen Gmach 2020-06-17 00:12:09 +0200
  • ca26baa5d1 Create type comment for Kex.__dh_modulus_sizes Jürgen Gmach 2020-06-17 00:09:49 +0200
  • 6c65690306 Create type comment for Kex.__host_keys Jürgen Gmach 2020-06-17 00:05:17 +0200
  • b99a8e879c Add type comment for Socket.__sock_map Jürgen Gmach 2020-06-17 00:00:01 +0200
  • 7dce323b09 Fix type error for unknown_algorithms Jürgen Gmach 2020-06-16 23:53:43 +0200
  • d688d795d7 Add explicit return value of None Jürgen Gmach 2020-06-16 23:49:29 +0200
  • c7451df84b Fix type comment for KexDH's init method Jürgen Gmach 2020-06-16 23:27:04 +0200
  • 2715b4ea79 Fix type comment for KexDH's send_init Jürgen Gmach 2020-06-16 23:24:29 +0200
  • 8ec0fd48a2 Fix type comment for KexGroup14's init method Jürgen Gmach 2020-06-16 23:21:50 +0200
  • c82e60ea45 Fix type comment for output_algorithm Jürgen Gmach 2020-06-16 23:18:45 +0200
  • 99eea142e6 Fix type comments for output_algorithms Jürgen Gmach 2020-06-16 23:15:44 +0200
  • 25cd381218 Fix type comment for OutputBuffer.flush Jürgen Gmach 2020-06-16 19:08:08 +0200
  • 10209d78d4 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 19:06:06 +0200
  • 78079817dc Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 19:04:13 +0200
  • 9ab9409d81 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 19:02:59 +0200
  • 8f23ba131e Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 18:59:04 +0200
  • 7618a07d5d Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:57:35 +0200
  • 95bdacd9c1 Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:56:33 +0200
  • a6737e7a08 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 18:54:50 +0200
  • ff8274d892 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 18:54:20 +0200
  • 0c3427cae5 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 18:53:15 +0200
  • 8ed7b45849 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 18:52:46 +0200
  • cc9991f939 Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:51:44 +0200
  • c8e42d0c4f Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:50:56 +0200
  • 3a51e7eaac Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:49:31 +0200
  • 6b3c11cd48 Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:48:13 +0200
  • 5d9cc5307f Fix typing errors by simplifying regex result check Jürgen Gmach 2020-06-16 18:45:44 +0200
  • ef490ac089 Fix typing error by simplifying regex result check Jürgen Gmach 2020-06-16 18:43:30 +0200
  • 59c6aa1c33 Simplify check for regex result Jürgen Gmach 2020-06-16 18:30:30 +0200
  • 8d7c951b3e Fix type comment for Socket.__init__ Jürgen Gmach 2020-06-16 18:03:42 +0200
  • 46b89fb4ab Fix type comment for output_compatibility Jürgen Gmach 2020-06-16 17:45:10 +0200
  • cf9906fa7f Fix type comment for output_security_sub Jürgen Gmach 2020-06-16 17:43:00 +0200
  • 5f3bf244f5 Fix type comment for output_security Jürgen Gmach 2020-06-16 17:41:44 +0200