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
8260da0905
PyKMIP
/
requirements.txt
6 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update requirements to match required features This change bumps the required version for cryptography to match what's currently needed by the software server. Closes #301
2017-07-07 14:24:40 +02:00
cryptography>=1.3
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
Adding version requirements to requirements.txt
2015-09-09 20:12:48 +02:00
six>=1.9.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