CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/20 09:36:03
Modified files:
sys/crypto : key_wrap.c
sys/net : if_spppsubr.c
sys/net80211 : ieee80211_crypto.c ieee80211_crypto_bip.c
ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c
sys/netinet : ip_ah.c ip_carp.c ip_esp.c tcp_input.c
Log message:
Switch some obvious network stack MAC comparisons from bcmp() to
timingsafe_bcmp().
ok deraadt@; committed over WPA.
