History log of /openbsd-current/lib/libcrypto/arc4random/arc4random_aix.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.2 30-Jun-2016 bcook

Tighten behavior of _rs_allocate failure for portable arc4random 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@


# 1.1 30-Mar-2015 bcook

add initial AIX getentropy/arc4random files. Thanks to Michael Felt.