Skip to content

Commit

Permalink
Merge pull request #636 from psafont/rsa-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Apr 12, 2023
2 parents bed9fcd + ea0eb04 commit 55a7ee5
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "mirage-crypto-pk"
version: "0.6.2+1"
version: "0.6.2+2"
synopsis: "Simple public-key cryptography for the modern age"
description:
"Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH)."
Expand Down Expand Up @@ -34,6 +34,11 @@ build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
patches: [
"0001-Fix-computation-of-d-e-1-mod-lam-n-with-lam-lcm-p-1-.patch"
"0002-tests-add-test-for-valid-openssl-generated-rsa-key.patch"
"0003-pk-rsa-use-correct-invariant-when-checking-parameter.patch"
]
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
extra-files: [
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "mirage-crypto-rng"
version: "0.6.2+1"
version: "0.6.2+2"
synopsis: "A cryptographically secure PRNG"
description: """\
Mirage-crypto-rng provides a random number generator interface, and
Expand Down Expand Up @@ -29,6 +29,11 @@ build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
patches: [
"0001-Fix-computation-of-d-e-1-mod-lam-n-with-lam-lcm-p-1-.patch"
"0002-tests-add-test-for-valid-openssl-generated-rsa-key.patch"
"0003-pk-rsa-use-correct-invariant-when-checking-parameter.patch"
]
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
extra-files: [
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "mirage-crypto"
version: "0.6.2+1"
version: "0.6.2+2"
synopsis: "Simple symmetric cryptography for the modern age"
description: """\
Mirage-crypto provides symmetric ciphers (DES, AES, RC4), and hashes (MD5,
Expand Down Expand Up @@ -33,6 +33,11 @@ build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
patches: [
"0001-Fix-computation-of-d-e-1-mod-lam-n-with-lam-lcm-p-1-.patch"
"0002-tests-add-test-for-valid-openssl-generated-rsa-key.patch"
"0003-pk-rsa-use-correct-invariant-when-checking-parameter.patch"
]
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
extra-files: [
[
Expand Down

0 comments on commit 55a7ee5

Please sign in to comment.