Ken Bassford
Ken Bassford
**Describe the bug** A Redis client (go-redis) that issues a SUBSCRIBE command does not receive input. **To Reproduce** Start two Redis clients. Create a channel (geofence) and subscribe with Redis...
Hi Peter, I register this ... ``` SymmetricKey(algorithm=CryptographicAlgorithm.AES, length=256, value=b'7f91c44fe841034dd7d98b972c7f537554efb54f84a94c589199481f42be7be7', masks=[, ], names=['upper-once-pause'], key_wrapping_data={}) ``` but when I call "get" on the same object, I receive this ... ``` SymmetricKey(algorithm=CryptographicAlgorithm.AES,...
Fixed SymmetricKey __repr__
Hi Peter, I've been transporting some KMIP objects across DBus and I've encountered a problem that I presume is due to stuff falling by the wayside. For example: ``` class...
This is what I get when I try to create a symmetric 256 bit TWOFISH key. kmip.pie.exceptions.KmipOperationFailure: OPERATION_FAILED: INVALID_FIELD - The cryptographic algorithm CryptographicAlgorithm.TWOFISH is not a supported symmetric key...
This issue is an expansion of #277 and then some, so excuse the catch-all and feel free to split this issue into components if you so choose. ### Attributes ......
I'm pretty sure the underlying code for these dialogs already support this. I know GTK supports these options. For OpenFile, adding file suffixes to filter on would be helpful. For...