[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-11-02 Thread Max
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#9). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-11-01 Thread Max
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#8). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-11-01 Thread Max
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#7). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-11-01 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#6). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would always return

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-11-01 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#5). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would always return

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-11-01 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#3). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would always return

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-10-30 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4593 to look at the new patch set (#2). Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 8 "jessie" for example) the osmo_get_rand_id() would always return

[PATCH] libosmocore[master]: Enable GnuTLS fallback

2017-10-30 Thread Max
Review at https://gerrit.osmocom.org/4593 Enable GnuTLS fallback On systems with GNU/Linux kernel older than 3.17 (Debian 7 "wheezy" for example) the osmo_get_rand_id() would always return failure. To support such systems, let's add fallback code which uses GnuTLS library. It have to be