This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
PyKMIP
mirror of
https://github.com/OpenKMIP/PyKMIP.git
Watch
1
Star
0
Fork
You've already forked PyKMIP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ac0c5d6dd
PyKMIP
/
requirements.txt
6 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update requirements and pin cryptography at 1.4+ This change updates requirements, pinning cryptography>=1.4. This is due to the use of kbkdf in the server's cryptography engine, which was not introduced until cryptography 1.4. Fixes #525
2019-04-15 20:44:35 +02:00
cryptography>=1.4
PyKMIP library version 0.0.1 This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
2014-08-11 22:34:30 +02:00
enum34
Add an authentication plugin framework This change adds an authentication plugin framework to be used by the PyKMIP server. This framework will allow the server to query third-party authentication systems for user identity information, improving the access control model for the server. The initial plugin provided queries an instance of the new SLUGS library.
2018-03-07 04:53:29 +01:00
requests
Add functional tests for server auth and access control This change adds a new integration test suite, named 'functional', that is specifically intended to test third-party authentication and group-based access control with the PyKMIP server. A new tox environment is added to handle running these tests separately from the existing 'integration' test suite. New Travis CI configuration and setup files have also been added to facilitate running these tests automatically.
2018-05-08 23:28:01 +02:00
six>=1.11.0
Added SQLAlchemy Code to OpaqueData Added the ORM code to be able to persist OpaqueData in a database. This added the code to the base class ManagedObject as well. Unit tests are added to demonstrate the code is working correctly.
2016-02-08 17:03:25 +01:00
sqlalchemy>=1.0