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
cc3c224f54
PyKMIP
/
requirements.txt
5 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding the CryptographyEngine This changes adds the CryptographyEngine, which uses pyca/cryptography to create symmetric and asymmetric keys. A test suite is included.
2016-01-21 21:17:59 +01:00
cryptography>=1.1
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
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