Added params for RSAES-OAEP and RSASSA-PSS, tweaked name for RSASSA-PKCS#1v1.5 OID |
|
More...
|
about 10 years ago
|
Added PublicKeyInfo.unwrap() for RSA keys |
|
More...
|
about 10 years ago
|
Added .byte_size property to PublicKeyInfo and PrivateKeyInfo, fix .bit_size to not adjust to byte boundary |
|
More...
|
about 10 years ago
|
Changed key algo name from 'ecdsa' to just 'ec' since EC keys can be used for DH too |
|
More...
|
about 10 years ago
|
Fix SafeBag attributes to be a set instead of a sequence |
|
More...
|
about 10 years ago
|
Improve error handling in situations where specs and data don't align |
|
More...
|
about 10 years ago
|
Properly handle Choice fields that are optional |
|
More...
|
about 10 years ago
|
Handle explicitly tagged Any value with no concrete spec |
|
More...
|
about 10 years ago
|
Change NameTypeAndValue to use DirectoryString for all OIDs |
|
More...
|
about 10 years ago
|
Added run.py for executing tests, code coverage and linting |
|
More...
|
about 10 years ago
|
Make it clear point compressions support is patented |
|
More...
|
about 10 years ago
|
Fixed some bugs with serializing integers |
|
More...
|
about 10 years ago
|
Fix .curve property docstrings |
|
More...
|
about 10 years ago
|
Added the .hash_algo property to PublicKeyInfo and PrivateKeyInfo |
|
More...
|
about 10 years ago
|
Search for crypto instead of libcrypto for Linux compat |
|
More...
|
about 10 years ago
|
Switch to 'typedef ...' instead of 'typedef void' |
|
More...
|
about 10 years ago
|
Make __future__ imports consistent for better compat between 2 and 3 |
|
More...
|
about 10 years ago
|
Use typedef void instead of just void so the cdef is clearer |
|
More...
|
about 10 years ago
|
Fix some module docstring verbiage |
|
More...
|
about 10 years ago
|
Changed inverse_mod() function to use the following in order: cffi, ctypes, pure python |
|
More...
|
about 10 years ago
|
Added module and function docstrings |
|
More...
|
about 10 years ago
|
Fixed up __future__ imports |
|
More...
|
about 10 years ago
|
Improved consistency of elliptic curve names |
|
More...
|
about 10 years ago
|
Added .bit_size, .algorithm and .curve to PublicKeyInfo and PrivateKeyInfo |
|
More...
|
about 10 years ago
|
Removed normal_tagging parameter for .dump(), added .untag() and .retag() |
|
More...
|
about 10 years ago
|
Add the .public_key property to PrivateKeyInfo and cached values for better performance. .compute_public_key() was renamed to ._compute_public_key() and no longer caches, but is only called when really needed. |
|
More...
|
about 10 years ago
|
Fixed a linting error in core |
|
More...
|
about 10 years ago
|
Improved the performance of computing an elliptic curve public key from the private key |
|
More...
|
about 10 years ago
|
Improved key fingerprinting for ECDSA |
|
More...
|
about 10 years ago
|
Fixed bugs in PrivateKeyInfo.wrap() |
|
More...
|
about 10 years ago
|