summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-11-07 08:35:38 +1100
committerDamien Miller <djm@mindrot.org>2012-11-07 08:35:38 +1100
commitd5c3d4c0ca0312ea96de9eca38b055a98335b550 (patch)
treec253a4078c4f184abe68664bd61d8642e885c128
parent737f7aff365a47039fb48dcc06367e59863a4cee (diff)
- eric@cvs.openbsd.org 2011/11/28 08:46:27
[moduli.5] fix formula ok djm@
-rw-r--r--ChangeLog7
-rw-r--r--moduli.56
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ae5557001..c754470fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120121107
2 - (djm) OpenBSD CVS Sync
3 - eric@cvs.openbsd.org 2011/11/28 08:46:27
4 [moduli.5]
5 fix formula
6 ok djm@
7
120121105 820121105
2 - (dtucker) [uidswap.c openbsd-compat/Makefile.in 9 - (dtucker) [uidswap.c openbsd-compat/Makefile.in
3 openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h 10 openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h
diff --git a/moduli.5 b/moduli.5
index 0e01b9414..aa7e06291 100644
--- a/moduli.5
+++ b/moduli.5
@@ -1,4 +1,4 @@
1.\" $OpenBSD: moduli.5,v 1.15 2010/10/14 20:41:28 jmc Exp $ 1.\" $OpenBSD: moduli.5,v 1.16 2011/11/28 08:46:27 eric Exp $
2.\" 2.\"
3.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> 3.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
4.\" 4.\"
@@ -13,7 +13,7 @@
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.Dd $Mdocdate: October 14 2010 $ 16.Dd $Mdocdate: November 28 2011 $
17.Dt MODULI 5 17.Dt MODULI 5
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -61,7 +61,7 @@ Unknown, not tested.
61.It 2 61.It 2
62"Safe" prime; (p-1)/2 is also prime. 62"Safe" prime; (p-1)/2 is also prime.
63.It 4 63.It 4
64Sophie Germain; (p+1)*2 is also prime. 64Sophie Germain; 2p+1 is also prime.
65.El 65.El
66.Pp 66.Pp
67Moduli candidates initially produced by 67Moduli candidates initially produced by