Re: Miscellaneous LibreSSL portability fixes

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

Re: Miscellaneous LibreSSL portability fixes

2014-07-16 Thread Steven Chamberlain
getentropy need not be compiled, although 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: ral rt2661 tx interrupt race fix

2012-08-03 Thread Steven Chamberlain
s seeing, so thank you for that! Regards, -- Steven Chamberlain ste...@pyro.eu.org

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

2012-01-20 Thread Steven Chamberlain
c_opmode == IEEE80211_M_HOSTAP && + ni->ni_state >= IEEE80211_STA_AUTH && + ni->ni_state != IEEE80211_STA_COLLECT) { splx(s); IEEE80211_SEND_MGMT(ic, ni, IEEE80211_FC0_SUBTYPE_DEAUTH, IEEE80211_REASON_AUTH_EXPIRE); s = splnet(); 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
ACHE_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 Chamberlain ste...@pyro.eu.org