Commit Graph

  • 29163c5e95 ecdsa: add CHANGELOG.md entry for v0.15.1 (#638) Tony Arcieri 2023-01-23 10:08:19 -07:00
  • 4e784e01f4 ecdsa v0.15.1 ecdsa/v0.15.1 Tony Arcieri 2023-01-23 09:51:10 -07:00
  • 882f07d0f1 ecdsa: add SigningKey::*_recoverable methods (#635) Tony Arcieri 2023-01-22 18:09:07 -07:00
  • efff50c2d8 ecdsa: add *Signer impls that return RecoveryId (#636) Tony Arcieri 2023-01-22 18:30:32 -07:00
  • cd975594dd ecdsa: add SigningKey::*_recoverable methods (#635) Tony Arcieri 2023-01-22 18:09:07 -07:00
  • 57995cf811 Cargo.lock: bump dependencies (#634) Tony Arcieri 2023-01-22 16:16:26 -07:00
  • beabd4d459 ecdsa: refactor RFC6979 usage and trait impls (#633) Tony Arcieri 2023-01-22 16:07:04 -07:00
  • b139e5e767 ecdsa: compute RecoveryId from SignPrimitive (#632) Tony Arcieri 2023-01-22 10:56:11 -07:00
  • 773e490a18 ecdsa: bump elliptic-curve to v0.13.0-pre; MSRV 1.61 (#631) Tony Arcieri 2023-01-22 10:21:14 -07:00
  • 049ec44928 ed25519 v2.1.0 (#630) ed25519/v2.1.0 Tony Arcieri 2023-01-21 13:11:47 -07:00
  • 07a0ab4169 ed25519: bump ring-compat to v0.6 (#629) Tony Arcieri 2023-01-21 12:43:56 -07:00
  • a30805e162 ed25519: use namespaced features for serde_bytes; MSRV 1.60 (#628) Tony Arcieri 2023-01-21 12:33:50 -07:00
  • faeee55507 ed25519: have TryFrom<&[u8]> call Signature::from_slice (#626) Tony Arcieri 2023-01-21 11:21:13 -07:00
  • b2ed941161 ed25519: fix rust-version in Cargo.toml (#625) Tony Arcieri 2023-01-21 11:00:43 -07:00
  • f74ad837ce ed25519 v2.0.1 (#624) ed25519/v2.0.1 Tony Arcieri 2023-01-21 10:02:35 -07:00
  • 64b75e5531 ed25519: infallible signature parsing (#623) Tony Arcieri 2023-01-21 09:44:50 -07:00
  • 0bb3f07a06 ed25519 v2.0.0 (#622) ed25519/v2.0.0 Tony Arcieri 2023-01-15 18:10:37 -07:00
  • 0b9c82165a ed25519: factor out hex module (#621) Tony Arcieri 2023-01-15 17:24:10 -07:00
  • 51bfa88e04 ecdsa v0.15.0 (#620) ecdsa/v0.15.0 Tony Arcieri 2023-01-15 16:31:24 -07:00
  • 6dfcd02629 dsa v0.5.0 (#619) dsa/v0.5.0 Tony Arcieri 2023-01-15 15:55:34 -07:00
  • 7a0382c844 Use doc_auto_cfg (#618) Tony Arcieri 2023-01-15 14:51:43 -07:00
  • 6585326574 ed25519: add v1.5.3 release notes to CHANGELOG.md (#617) Tony Arcieri 2023-01-15 14:14:42 -07:00
  • 35ee637ade ed25519 v1.5.3 ed25519/v1.5.3 Tony Arcieri 2023-01-15 13:33:23 -07:00
  • 82b34de8ad Bump signature crate dependency to v2.0 (#614) Tony Arcieri 2023-01-15 13:22:28 -07:00
  • d2d4ee1e92 ed25519 v2.0.0-rc.1 (#613) Tony Arcieri 2023-01-07 19:10:21 -07:00
  • 0696f94741 ecdsa v0.15.0-rc.1 (#612) ecdsa/v0.15.0-rc.1 Tony Arcieri 2023-01-07 18:54:07 -07:00
  • fcfadb264f dsa v0.5.0-rc.1 (#611) dsa/v0.5.0-rc.1 Tony Arcieri 2023-01-07 18:26:23 -07:00
  • ec16bdd032 ecdsa: rename signing and verifying features (#610) Tony Arcieri 2023-01-07 16:54:59 -07:00
  • 20e866a0f1 ecdsa: rename signing and verifying modules (#609) Tony Arcieri 2023-01-07 16:42:30 -07:00
  • 0680e7efaf ecdsa: have sign module import VerifyingKey from toplevel Tony Arcieri 2023-01-07 16:31:42 -07:00
  • 0dee9a99f4 signature v2.0.0-rc.1 (#608) Tony Arcieri 2023-01-07 16:23:00 -07:00
  • 6086e3eb07 ecdsa v0.15.0-rc.0 (#607) Tony Arcieri 2023-01-04 14:47:23 -07:00
  • 2fceb13c72 ed25519 v2.0.0-rc.0 (#606) ed25519/v2.0.0-rc.0 Tony Arcieri 2023-01-04 14:22:55 -07:00
  • bee30f7d7f dsa v0.5.0-rc.0 (#605) dsa/v0.5.0-rc.0 Tony Arcieri 2023-01-04 14:01:22 -07:00
  • 60ce11ba47 Bump signature to 2.0.0-rc.0 (#604) Tony Arcieri 2023-01-04 13:27:21 -07:00
  • 7b26c6906f dsa v0.5.0-pre.1 (#603) dsa/v0.5.0-pre.1 Tony Arcieri 2022-12-29 15:32:50 -07:00
  • eee6049175 ed25519 v2.0.0-pre.2 (#602) ed25519/v2.0.0-pre.2 Tony Arcieri 2022-12-19 13:29:07 -07:00
  • 9fe9d7414d ed25519: impl TryFrom<SignatureBytes> for Signature (#601) Tony Arcieri 2022-12-19 12:16:29 -07:00
  • 266dee2355 ed25519: add Signature::from_components (#600) Tony Arcieri 2022-12-19 09:54:37 -07:00
  • fd78bf79cb ed25519 v2.0.0-pre.1 (#598) ed25519/v2.0.0-pre.1 Tony Arcieri 2022-12-10 18:02:52 -07:00
  • daa52e2d79 ecdsa v0.15.0-pre.1 (#597) ecdsa/v0.15.0-pre.1 Tony Arcieri 2022-12-10 17:41:03 -07:00
  • 84b93e2a4d Bump signature to v2.0.0-pre.3 (#596) Tony Arcieri 2022-12-10 17:18:45 -07:00
  • 1c5124a19c ed25519: store R and s components separately (#595) Tony Arcieri 2022-12-09 15:50:45 -07:00
  • db9da54875 build(deps): bump der from 0.6.0 to 0.6.1 (#594) dependabot[bot] 2022-12-07 07:29:39 -07:00
  • 19813cdaae ed25519: change Signature::from_bytes to take sized array (#593) Michal Nazarewicz 2022-12-02 04:40:32 +01:00
  • 018851e972 pkcs8: re-export spki from pkcs8 (#592) Tony Arcieri 2022-11-20 21:17:51 -07:00
  • aaca181fd0 ed25519: make pkcs8::*Document re-exports public (#591) Tony Arcieri 2022-11-19 16:43:27 -07:00
  • 04b5c861c7 ed25519: re-export PublicKeyBytes and pkcs8::PrivateKeyInfo (#590) Tony Arcieri 2022-11-19 16:19:04 -07:00
  • 6dae482afc ed25519: re-export pkcs8 error types (#589) Tony Arcieri 2022-11-19 15:42:38 -07:00
  • 9d73ce633b build(deps): bump digest from 0.10.5 to 0.10.6 (#588) dependabot[bot] 2022-11-17 08:14:59 -07:00
  • 2ddc914f51 ed25519: update MSRV docs (#587) Tony Arcieri 2022-11-06 17:31:55 -07:00
  • e752290822 ed25519 2.0.0-pre.0 (#586) ed25519/2.0.0-pre.0 Tony Arcieri 2022-11-06 12:22:22 -07:00
  • 9ae1710c55 ecdsa v0.15.0-pre.0 (#585) ecdsa/v0.15.0-pre.0 Tony Arcieri 2022-11-06 11:58:23 -07:00
  • b907598488 ecdsa: use Signature::split_scalars in recovery (#583) Tony Arcieri 2022-11-06 11:18:09 -07:00
  • ea3e3f3bae ecdsa: formatting cleanup (#582) Tony Arcieri 2022-11-06 10:15:43 -07:00
  • beb7271cb0 ecdsa: add trial recovery functionality (#580) Tony Arcieri 2022-11-05 18:55:54 -06:00
  • 1578fe31b9 Bump signature to v2.0.0-pre.2; use impl CryptoRngCore (#579) Tony Arcieri 2022-11-04 11:15:20 -06:00
  • aa59217bd9 rfc6979 v0.3.1 (#578) rfc6979/v0.3.1 Tony Arcieri 2022-11-03 15:16:21 -06:00
  • d47791f1dd rfc6979: add usage example (#577) Tony Arcieri 2022-11-03 11:52:03 -06:00
  • 5b2977d05d ecdsa: initial VerifyingKey recovery support (#576) Tony Arcieri 2022-11-02 11:57:08 -06:00
  • 1580cf32a3 ecdsa: add tests for bits2field (#575) Tony Arcieri 2022-11-02 10:55:08 -06:00
  • 01c547eff3 ecdsa: refactor prehash_to_field_bytes to bits2field free func (#574) Tony Arcieri 2022-11-02 09:38:54 -06:00
  • 393033e0b6 ed25519: remove addressed TODO (#573) Tony Arcieri 2022-11-02 09:21:53 -06:00
  • f0bfb169d6 dsa: remove use of opaque-debug (#572) Tony Arcieri 2022-11-02 09:12:10 -06:00
  • f16e4bdb03 dsa: move Signature to toplevel (#571) Tony Arcieri 2022-11-02 08:54:20 -06:00
  • 1fafac6dac ed25519: use PublicKeyBytes as KeypairBytes::public_key (#570) Tony Arcieri 2022-11-02 08:42:21 -06:00
  • 8d49b74a3a ecdsa: add *Signer/*Verifier impls for der::Signature (#569) Tony Arcieri 2022-11-02 07:00:18 -06:00
  • c99ecf8d8a ecdsa: add bounds for RFC6979 to DigestPrimitive::Digest (#568) Tony Arcieri 2022-11-01 20:24:17 -06:00
  • c2c6d17d17 ecdsa: have SigningKey::verifying_key return a reference (#567) Tony Arcieri 2022-11-01 20:00:04 -06:00
  • 31263d263d ecdsa: use ScalarCore for r and s components (#565) Tony Arcieri 2022-11-01 09:51:57 -06:00
  • f90f81919f ed25519: remove deprecated infallible conversions (#564) Tony Arcieri 2022-11-01 09:20:16 -06:00
  • 1eec6b429d Bump signature to 2.0.0-pre (#562) Tony Arcieri 2022-10-31 14:11:34 -06:00
  • e2f73315f7 dsa v0.4.2 (#561) dsa/v0.4.2 Tony Arcieri 2022-10-29 15:25:57 -06:00
  • 4ed617c514 dsa: implement Signer and Verifier using SHA-256 as default (#559) cobratbq 2022-10-29 20:56:08 +00:00
  • ace98c8248 dsa: expose signing and verifying of prehashed hash value (#558) cobratbq 2022-10-22 20:38:34 +00:00
  • fd1c20d31d security-audit.yml: bump cache and cargo-audit versions Tony Arcieri 2022-10-17 09:07:10 -06:00
  • edf1f07e4e build(deps): bump sha2 from 0.10.5 to 0.10.6 (#541) dependabot[bot] 2022-10-17 09:03:53 -06:00
  • c762d8d07e build(deps): bump actions/checkout from 1 to 3 (#557) dependabot[bot] 2022-10-17 09:03:39 -06:00
  • 6532f71fec build(deps): bump crypto-bigint from 0.4.8 to 0.4.9 (#555) dependabot[bot] 2022-10-12 08:09:48 -06:00
  • 712912e27b v0.4.1 (#554) dsa/v0.4.1 Tony Arcieri 2022-10-11 20:15:23 -06:00
  • 94790f7726 dsa: re-export BigUint (#553) Tony Arcieri 2022-10-11 20:00:45 -06:00
  • aed9d46076 build(deps): bump signature from 1.6.3 to 1.6.4 (#552) dependabot[bot] 2022-10-07 08:08:47 -06:00
  • 4a99861e4b build(deps): bump sha1 from 0.10.4 to 0.10.5 (#544) dependabot[bot] 2022-10-05 17:54:21 -06:00
  • f41d2b6eb9 chore: extend Dependabot configuration for GitHub Actions updates (#546) Dirk Stolle 2022-10-06 01:50:18 +02:00
  • 17efd0fa4f ecdsa v0.14.8 (#549) ecdsa/v0.14.8 Tony Arcieri 2022-09-27 20:07:49 -06:00
  • 8c7368320e ecdsa: prehash must receive zero-pads on left (#547) Sorah Fukumori 2022-09-28 10:51:25 +09:00
  • 3a13e77755 feat(ecdsa): impl From<SigningKey> for SecretKey (#548) Nathaniel McCallum 2022-09-27 18:07:17 -04:00
  • 6e09d6deed build(deps): bump digest from 0.10.3 to 0.10.5 (#543) dependabot[bot] 2022-09-19 09:47:03 -06:00
  • ca6bef2805 build(deps): bump signature from 1.6.2 to 1.6.3 (#545) dependabot[bot] 2022-09-19 08:30:41 -06:00
  • 1b967068a9 ecdsa v0.14.7 (#540) ecdsa/v0.14.7 Tony Arcieri 2022-09-15 15:56:02 -06:00
  • 9f57a022b5 ecdsa: relax Keypair bounds (#539) Tony Arcieri 2022-09-15 15:44:38 -06:00
  • 64646b6363 Cargo.lock: bump dependencies (#538) Tony Arcieri 2022-09-15 14:36:08 -06:00
  • 392313ef27 ecdsa v0.14.6 (#537) ecdsa/v0.14.6 Tony Arcieri 2022-09-12 20:02:25 -06:00
  • 69662f3e35 ecdsa: use cargo hack in CI to test feature combos (#536) Tony Arcieri 2022-09-12 19:49:59 -06:00
  • 44bf1ab074 ecdsa: impl Keypair for SigningKey (#535) Tony Arcieri 2022-09-12 17:50:16 -06:00
  • 556acaa45e ecdsa: impl signature::hazmat::{PrehashSigner, PrehashVerifier} (#534) Tony Arcieri 2022-09-12 16:55:33 -06:00
  • 5e8f6a6b46 ecdsa: display hex in Debug impls for Signature (#533) Tony Arcieri 2022-09-12 16:38:05 -06:00
  • e664c82206 ecdsa v0.14.5 (#532) ecdsa/v0.14.5 Tony Arcieri 2022-09-06 20:37:19 -06:00
  • eab0ed6369 ecdsa: add RecoveryId::from_byte (#531) Tony Arcieri 2022-09-06 20:28:38 -06:00
  • 923f8a1111 ecdsa: expand clippy lints (#530) Tony Arcieri 2022-09-06 20:17:06 -06:00