aboutsummaryrefslogtreecommitdiffhomepage
path: root/oxish-aws-lc/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* proto: add private_key() method on SigningKey traitHee-Suk Kim8 days1-0/+1
| | | | | | | | | | | | | | | This is needed to encode the OpenSSH private key format from the SigningKey returned by generate_signing_key(). Otherwise, we would have to re-parse the PKCS#8 DER (which was already encoded when generating the key) and extract the private key from there. private_key() is currently used only in the --generate path, so not all backends necessarily need to implement it. So it has a default implementation that fails with Unspecified. Also, Curve25519SeedBin and EcPrivateKeyBin from aws-lc-rs need no extra Zeroizing wrapper, since the underlying Buffer zeroizes on drop (verified against aws-lc-rs 1.18.0).
* Bump versions to 0.1.0Dirkjan Ochtman2026-08-131-2/+2
|
* Extend Cargo metadataDirkjan Ochtman2026-08-031-0/+5
|
* Bump versions to 0.1.0-rc.1Dirkjan Ochtman2026-08-031-2/+2
|
* Add support for compiling aws-lc-rs in FIPS modeDirkjan Ochtman2026-07-201-0/+4
|
* Use single edition and rust-version for the workspaceDirkjan Ochtman2026-07-181-1/+2
|
* Move aws-lc crypto provider into a separate crateDirkjan Ochtman2026-07-031-0/+12