[openssl] OpenSSL_1_1_1-stable update
bernd.edlinger at hotmail.de
bernd.edlinger at hotmail.de
Tue Jun 11 11:52:40 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via b658421823c997586f16d1edc4351448c90c86a8 (commit)
from 7f54244863fc3449c8ceb0469e017642b57809ff (commit)
- Log -----------------------------------------------------------------
commit b658421823c997586f16d1edc4351448c90c86a8
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Mon Jun 10 10:24:35 2019 +0200
Fix a URL to the NMBRTHRY list archive
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9123)
(cherry picked from commit e98e586b31386af2b2212729da85561a207e7af3)
-----------------------------------------------------------------------
Summary of changes:
crypto/bn/bn_sqrt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
index b97d8ca..ac8c4b9 100644
--- a/crypto/bn/bn_sqrt.c
+++ b/crypto/bn/bn_sqrt.c
@@ -125,7 +125,8 @@ BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
* = a.
*
* (This is due to A.O.L. Atkin,
- * <URL: http://listserv.nodak.edu/scripts/wa.exe?A2=ind9211&L=nmbrthry&O=T&P=562>,
+ * Subject: Square Roots and Cognate Matters modulo p=8n+5.
+ * URL: https://listserv.nodak.edu/cgi-bin/wa.exe?A2=ind9211&L=NMBRTHRY&P=4026
* November 1992.)
*/
More information about the openssl-commits
mailing list