Skip to content

Commit 55a7ee5

Browse files
authoredApr 12, 2023
Merge pull request #636 from psafont/rsa-fixed
2 parents bed9fcd + ea0eb04 commit 55a7ee5

12 files changed

+18
-3
lines changed
 

‎packages/upstream/mirage-crypto-pk.0.6.2+1/opam ‎packages/upstream/mirage-crypto-pk.0.6.2+2/opam

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "mirage-crypto-pk"
3-
version: "0.6.2+1"
3+
version: "0.6.2+2"
44
synopsis: "Simple public-key cryptography for the modern age"
55
description:
66
"Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH)."
@@ -34,6 +34,11 @@ build: [
3434
["dune" "build" "-p" name "-j" jobs]
3535
["dune" "runtest" "-p" name "-j" jobs] {with-test}
3636
]
37+
patches: [
38+
"0001-Fix-computation-of-d-e-1-mod-lam-n-with-lam-lcm-p-1-.patch"
39+
"0002-tests-add-test-for-valid-openssl-generated-rsa-key.patch"
40+
"0003-pk-rsa-use-correct-invariant-when-checking-parameter.patch"
41+
]
3742
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
3843
extra-files: [
3944
[

‎packages/upstream/mirage-crypto-rng.0.6.2+1/opam ‎packages/upstream/mirage-crypto-rng.0.6.2+2/opam

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "mirage-crypto-rng"
3-
version: "0.6.2+1"
3+
version: "0.6.2+2"
44
synopsis: "A cryptographically secure PRNG"
55
description: """\
66
Mirage-crypto-rng provides a random number generator interface, and
@@ -29,6 +29,11 @@ build: [
2929
["dune" "build" "-p" name "-j" jobs]
3030
["dune" "runtest" "-p" name "-j" jobs] {with-test}
3131
]
32+
patches: [
33+
"0001-Fix-computation-of-d-e-1-mod-lam-n-with-lam-lcm-p-1-.patch"
34+
"0002-tests-add-test-for-valid-openssl-generated-rsa-key.patch"
35+
"0003-pk-rsa-use-correct-invariant-when-checking-parameter.patch"
36+
]
3237
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
3338
extra-files: [
3439
[

‎packages/upstream/mirage-crypto.0.6.2+1/opam ‎packages/upstream/mirage-crypto.0.6.2+2/opam

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "mirage-crypto"
3-
version: "0.6.2+1"
3+
version: "0.6.2+2"
44
synopsis: "Simple symmetric cryptography for the modern age"
55
description: """\
66
Mirage-crypto provides symmetric ciphers (DES, AES, RC4), and hashes (MD5,
@@ -33,6 +33,11 @@ build: [
3333
["dune" "build" "-p" name "-j" jobs]
3434
["dune" "runtest" "-p" name "-j" jobs] {with-test}
3535
]
36+
patches: [
37+
"0001-Fix-computation-of-d-e-1-mod-lam-n-with-lam-lcm-p-1-.patch"
38+
"0002-tests-add-test-for-valid-openssl-generated-rsa-key.patch"
39+
"0003-pk-rsa-use-correct-invariant-when-checking-parameter.patch"
40+
]
3641
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
3742
extra-files: [
3843
[

0 commit comments

Comments
 (0)