]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Assign bignums in canonical order.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 15:16:52 +0000 (17:16 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 18:06:50 +0000 (20:06 +0200)
commit1065059dac18aa6bf2f86c22b64543b98bc8e968
tree3b0396ab61c4ca7b6d9ec0a1a910804f09bb0d7b
parentc2ec86357f3bab152b1aad62cb11a07af023ce50
openssl: Assign bignums in canonical order.

The order of the bignums stored in the private key is n, e, d, iqmp, p,
q. We read the bignums in this order, so assign the members of the RSA
structure in the same order. This does not really matter, but still..
openssl.c