Mailing List Archive

[Bug 3467] [upstream] arc4random: make rekey interval less predictable
https://bugzilla.mindrot.org/show_bug.cgi?id=3467

Loganaden Velvindron <logan@cyberstorm.mu> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3605|0 |1
is obsolete| |

--- Comment #1 from Loganaden Velvindron <logan@cyberstorm.mu> ---
Created attachment 3606
--> https://bugzilla.mindrot.org/attachment.cgi?id=3606&action=edit
Make rekey interval less predictable.

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3467] [upstream] arc4random: make rekey interval less predictable [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3467

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3607|ok?(djm@mindrot.org) |ok+
Flags| |

--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3467] [upstream] arc4random: make rekey interval less predictable [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3467

Darren Tucker <dtucker@dtucker.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3608| |ok?(djm@mindrot.org)
Flags| |

--- Comment #4 from Darren Tucker <dtucker@dtucker.net> ---
Created attachment 3608
--> https://bugzilla.mindrot.org/attachment.cgi?id=3608&action=edit
Split arc4random_uniform out into its own file.

This matches the file currently in OpenBSD. It also changes the types
from u_int32_t to uint32_t which happened in OpenBSD's arc4random.c rev
1.40.

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3467] [upstream] arc4random: make rekey interval less predictable [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3467

Darren Tucker <dtucker@dtucker.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3607|0 |1
is obsolete| |
Attachment #3609| |ok?(djm@mindrot.org)
Flags| |

--- Comment #5 from Darren Tucker <dtucker@dtucker.net> ---
Created attachment 3609
--> https://bugzilla.mindrot.org/attachment.cgi?id=3609&action=edit
Resync arc4random with OpenBSD rev 1.58

Step 3: resync remaining changes. The arc4random.h is taken from
LibreSSL with some simplifications (most of the platform specific code
is the same with the exception of thread support, however we don't
support that.)

(Also marking patch 3607 as obsolete as it's gone in.)

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3467] [upstream] arc4random: make rekey interval less predictable [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3467

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3608|ok?(djm@mindrot.org) |ok+
Flags| |

--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3467] [upstream] arc4random: make rekey interval less predictable [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3467

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3609|ok?(djm@mindrot.org) |ok+
Flags| |

--- Comment #6 from Damien Miller <djm@mindrot.org> ---
Comment on attachment 3609
--> https://bugzilla.mindrot.org/attachment.cgi?id=3609
Resync arc4random with OpenBSD rev 1.58

>--- a/openbsd-compat/arc4random.c
>+++ b/openbsd-compat/arc4random.c
...
> /*
> * If we are providing arc4random, then we can provide a more efficient

whitespace at EOL here

--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs