| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
aren't divisibly by 8
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|\
| |
| | |
consolidate dsa serialization loading tests and improve verifier
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #1531
|
| |
|
| |
|
|
|
|
|
| |
Also moved several of the SSH key splitting and validation checks up into the load_ssh_public_key method since they will apply to more than just RSA.
Added additional checks to make sure the key doesn't contain extraneous data
|
|
|
|
| |
non-public part of the API and made a number of minor changes to tests and documentation
|
| |
|
|
|
|
| |
issues on test_serialization.
|
|
|
|
|
|
| |
for loading of OpenSSH RSA public keys
Also added load_ssh_public_key as a generic method that can be later extended to support more public key algorithms.
|
| |
|
|
|
|
| |
fixes #1449
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #1209
|
| |
|
| |
|
| |
|
|
|
|
| |
It doesn't correctly implement it, that's sort of the point of this test.
|