Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tighten behavior of _rs_allocate failure for portable arc4random ↵ | bcook | 2016-06-30 | 1 | -1/+2 |
| | | | | | | | | | | implementations. In the event of a failure in _rs_allocate for rsx, we still have a reference to freed memory for rs on return. Not a huge deal since we subsequently abort in _rs_init, but it looks strange on its own. ok deraadt@ | ||||
* | back in september I did the large abstraction refactoring to allow these | deraadt | 2015-01-15 | 1 | -1/+2 |
| | | | | other systems to fit into the same mold, so add copyright | ||||
* | add initial HP-UX getentropy/arc4random support. | bcook | 2015-01-06 | 1 | -0/+79 |
patch from Kinichiro Inoguchi, tested on HP-UX 11.31 ok deraadt@ |