Re: Miscellaneous LibreSSL portability fixes

2014-07-17 Thread Steven Chamberlain
. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org

Re: Miscellaneous LibreSSL portability fixes

2014-07-16 Thread Steven Chamberlain
beware the arc4random implementation in libbsd 0.6.0 is outdated and not currently very safe to use for this[2]. [0]: https://bugs.debian.org/754513#10 [1]: http://libbsd.freedesktop.org/wiki/ [2]: https://bugs.debian.org/754513#186 Regards, -- Steven Chamberlain ste...@pyro.eu.org

Re: new OpenSSL flaws

2014-06-09 Thread Steven Chamberlain
Alexander, I'd like to thank you for taking the time to answer Theo's questions, the further advice you've given here, for your patience and the work that you do overall. Regards, -- Steven Chamberlain ste...@pyro.eu.org

[PATCH] typo introduced in libssl/src/crypto/ec/ecp_nistp521.c

2014-05-09 Thread Steven Chamberlain
, .field_mul = ec_GFp_nist_field_mul, .field_sqr = ec_GFp_nist_field_sqr }; But otherwise, thanks for the good work! Regards, -- Steven Chamberlain ste...@pyro.eu.org

Re: fix ral (and maybe other cards) hostap mode

2012-01-20 Thread Steven Chamberlain
(); ieee80211_node_leave(ic, ni); } else #endif ieee80211_free_node(ic, ni); ic-ic_stats.is_node_timeout++; -- Steven Chamberlain ste...@pyro.eu.org

Re: fix ral (and maybe other cards) hostap mode

2012-01-16 Thread Steven Chamberlain
found that raising IEEE80211_CACHE_SIZE from its default of 100 in ieee80211_node.h reduces how often the problem occurs, but is not in any way a sensible fix. When debugging the issue it would probably help to lower that value drastically so it is easier to trigger it. Regards, -- Steven