c9997ba281
Accepting request 1163171 from devel:languages:python
Ana Guerrero2024-03-28 12:55:00 +00:00
b611d7c262
- Clean up Python 2 leftovers. - Add patch crypto-42.patch: * Use cryptography.hazmat.primitives.serialization to load private keys. - Add patch no-ssl-wrap-socket.patch: * Do not use removed in Python 3.12 function, ssl.wrap_socket. - Switch to pyproject macros.
Steve Kowalik2024-03-28 03:59:22 +00:00
636702fb6b
Accepting request 1109678 from devel:languages:python
Ana Guerrero2023-09-08 19:15:58 +00:00
12487dd91d
- Add upstream patch fix_test_mac_with_cryptographic_failure.patch gh#OpenKMIP/PyKMIP#702, this fixes the issue with the test_mac_with_cryptographic_failure.
Daniel Garcia2023-09-08 06:32:26 +00:00
aa4f32f92f
- Remove SQL-issues.patch with the patch fix-tests-SQLAlchemy-140.patch which actually resolves the problems (gh#OpenKMIP/PyKMIP#656).
Matej Cepl2021-09-24 22:08:28 +00:00
d882d4b7a0
- Add SQL-issues.patch skipping tests failing due to incompatibilities with the current version of SQLAlchemy (gh#OpenKMIP/PyKMIP#649).
Matej Cepl2021-06-05 12:14:49 +00:00
1d99ad17d0
- update to 0.10.0 * Add server debug logging for message encodings * Add server Locate filtering for all currently supported attributes * Add server Locate filtering using offset and maximum item constraints * Add server cryptography engine support for AES GCM mode * Add server support for the SplitKey object * Add client/server support for the ApplicationSpecificInformation attribute * Add client/server support for the ObjectGroup and Sensitive attributes * Add client/server support for the DeleteAttribute operation * Add client/server support for the SetAttribute operation * Add client/server support for the ModifyAttribute operation * Add a variety of unit and integration tests to cover all new functionality * Add new ProxyKmipClient demo scripts to show how to use the new operations * Add pending deprecation warnings for Python 2.7 and 3.4 due to their EOL * Update server Locate filtering to return results sorted by creation date * Update encoding support for SplitKey objects * Update the Travis CI configuration to better support default Python versions * Update library and testing dependencies to maintain Python 3.4 support * Update the library documentation to reflect new features and security details * Fix a bug with how key pair names are handled by the client for KMIP 2.0
Dirk Mueller2020-03-16 10:43:38 +00:00