Ch3LL
|
1d7329a618
|
Fix pylint
|
2019-01-14 15:15:04 -05:00 |
|
Ch3LL
|
8fdd34d430
|
m2crypto open file in rb mode for pub key
|
2018-06-29 14:43:06 -04:00 |
|
Ch3LL
|
a964db4663
|
Fix corrupt public key with m2crypto python3
|
2018-06-28 11:31:21 -04:00 |
|
Erik Johnson
|
0c2cc07704
|
remove unused import
|
2018-06-18 16:55:19 -05:00 |
|
Erik Johnson
|
84ce18d956
|
Update crypt unit tests to reflect changes in mock_open
|
2018-06-18 10:38:53 -05:00 |
|
Daniel A. Wozniak
|
068f2d430d
|
Always sign and verify bytes
|
2018-04-27 16:20:18 -07:00 |
|
Daniel A. Wozniak
|
7810ebaba9
|
Add sign regression tests
|
2018-04-27 16:14:29 -07:00 |
|
Daniel A. Wozniak
|
f4441c3a1c
|
Adding regression test for 47124
|
2018-04-27 16:03:03 -07:00 |
|
Daniel A Wozniak
|
e1995a92ee
|
Fix verify signature test
We load the key to memory first now so mocking salt.utils.fopen fixes
the signature verification test
|
2018-04-09 09:41:32 -07:00 |
|
Daniel A. Wozniak
|
0ba32118d9
|
Add test for bad public key without m2crypto
|
2018-04-06 11:22:32 -07:00 |
|
Daniel A. Wozniak
|
a44c356233
|
Clean up bad public key headers
Remove the "RSA" delaration from public key headers generated by
pycryptodome<=3.4.6
|
2018-04-06 10:56:50 -07:00 |
|
Dmitry Kuzmenko
|
aac6ad4ca3
|
Use binary data for clear token.
|
2018-01-25 20:32:00 +03:00 |
|
Dmitry Kuzmenko
|
91d5f8eb3a
|
Py3 crypt test fix
|
2018-01-25 20:31:59 +03:00 |
|
Dmitry Kuzmenko
|
a67fe51a5c
|
Fixed some tests, updated a doc.
|
2018-01-25 20:31:59 +03:00 |
|
twangboy
|
2dea2f16a9
|
Remove salt.utils.platform import
|
2018-01-18 19:13:33 +00:00 |
|
twangboy
|
2859be5d57
|
Fix mock, fix paths
|
2018-01-18 19:07:50 +00:00 |
|
Erik Johnson
|
877abb89d0
|
Complete the salt.utils refactor
This moves the remaining 30 functions from salt.utils to new locations.
|
2017-10-15 09:43:31 -05:00 |
|
rallytime
|
f20f3742cb
|
Merge branch '2017.7' into 'develop'
Conflicts:
- tests/unit/test_crypt.py
|
2017-08-07 10:43:06 -04:00 |
|
Anil Kabra
|
b77b2e2a05
|
Fix unit test signing with passphrase
|
2017-07-28 14:02:31 -05:00 |
|
Anil Kabra
|
2f3c50206b
|
Fix calls to files utility module method from open from fopen
|
2017-07-28 09:40:57 -05:00 |
|
Anil Kabra
|
7875ee9d34
|
Fixed error due to new files module in utils
|
2017-07-28 07:44:50 -05:00 |
|
Anil Kabra
|
acfc5fb710
|
Resolved merge conflict
|
2017-07-27 13:28:41 -05:00 |
|
Sigmon, Jeffrey
|
bb29afd022
|
Passphrase protect master private key
|
2017-07-27 13:17:26 -05:00 |
|
twangboy
|
102509029e
|
Remove chown mock, fix path seps
|
2017-07-21 16:36:07 -06:00 |
|
rallytime
|
ccf790a83f
|
Update all references for moved functions to use "files" util
- fopen
- flopen
- fpopen
- safe_rm
- is_empty
- is_fcntl_available
|
2017-07-18 10:31:01 -06:00 |
|
Mike Place
|
6e9e0714f0
|
Merge forward from 2016.11 to 2017
|
2017-06-21 14:51:02 -06:00 |
|
rallytime
|
58262608cd
|
Merge branch '2016.11' into '2017.7'
Conflicts:
- salt/config/__init__.py
- salt/master.py
- salt/modules/zypper.py
- tests/unit/modules/timezone_test.py
|
2017-06-16 10:43:02 -06:00 |
|
Pedro Algarvio
|
abe608d739
|
Drop @patch usage
|
2017-04-28 13:36:42 +01:00 |
|
Pedro Algarvio
|
40a64191a1
|
Absolute imports and A LOT of code cleanup.
|
2017-03-01 01:33:07 +00:00 |
|
Pedro Algarvio
|
3beb3fb801
|
Move whatever we need from salttesting to salt.
Let's drop the salttesting dependency cycle.
|
2017-02-28 22:52:49 +00:00 |
|
Pedro Algarvio
|
15af4c9728
|
Test filenames conformity. Adjust for pytest.
|
2017-02-23 23:19:42 +00:00 |
|