openbsc.git branch master updated. 0.14.0-120-g9f95ae8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Jul 1 06:36:15 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  9f95ae888589dfddfe1fd325d0fb2f8361f03fab (commit)
      from  8ee53ed9ec5e5f045778ab8b30f10cb86ec55c4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=9f95ae888589dfddfe1fd325d0fb2f8361f03fab

commit 9f95ae888589dfddfe1fd325d0fb2f8361f03fab
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Jul 1 08:34:16 2015 +0200

    nat: Use RAND_bytes instead of /dev/urandom
    
    We don't need to consume all the entropy of the kernel but can
    use libcrypto (OpenSSL) to generate random data. It is not clear
    if we need to call RAND_load_file but I think we can assume that
    our Unices have a /dev/urandom.
    
    This takes less CPU time, provides good enough entropy (in theory)
    and leaves some in the kernel entropy pool.

-----------------------------------------------------------------------

Summary of changes:
 openbsc/configure.ac                 |  1 +
 openbsc/include/openbsc/bsc_nat.h    |  3 ---
 openbsc/src/osmo-bsc_nat/Makefile.am |  4 ++--
 openbsc/src/osmo-bsc_nat/bsc_nat.c   | 24 +++++-------------------
 4 files changed, 8 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list