They no longer have any in-tree consumers.
Details
Details
- Reviewers
cem jmg - Group Reviewers
manpages - Commits
- rS360927: Remove support for keyed MD5 and SHA1 authentication hashes.
- make tinderbox
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/opencrypto/cryptosoft.c | ||
---|---|---|
1343–1344 ↗ | (On Diff #71565) | Did Matt's zfree() get committed yet? It'd be a nice cleanup for this pattern. |
sys/opencrypto/cryptosoft.c | ||
---|---|---|
1343–1344 ↗ | (On Diff #71565) | Hmm, looks like it did. There are many places in IPsec that don't use explicit_bzero either but use plain bzero. Many of those could likely use zfree() as well. |