Closed
Conversation
First pass through all docs to modify/change/update words and terms as defined in HIVE 3149. Note - I didnt change terms/words in the coding sections of the *.c type files as defs/labels already set. Some comments were updated.
arr2036
reviewed
Feb 21, 2025
| == WPA2 | ||
|
|
||
| WPA2 implements the mandatory elements of 802.11i. In particular, in addition to TKIP and the Michael algorithm, it introduces a new Advanced Encryption Standard based algorithm, CCMP, that is considered fully secure. Official support for WPA2 in Microsoft Windows XP was rolled out on 1 May 2005. Driver upgrades for network cards may be required. Apple Computer supports WPA2 on all AirPort Extreme-enabled Apple Macintosh, the AirPort Extreme Base Station, and the AirPort Express. Firmware upgrades needed are included in AirPort 4.2, released July 14, 2005. Note that from March 13, 2006, WPA2 certification is mandatory for all new devices wishing to be Wi-Fi certified. | ||
| WPA2 implements the required elements of 802.11i. In particular, in addition to TKIP and the Michael algorithm, it introduces a new Advanced Encryption Standard based algorithm, CCMP, that is considered fully secure. Official support for WPA2 in Microsoft Windows XP was rolled out on 1 May 2005. Driver upgrades for network cards may be required. Apple Computer supports WPA2 on all AirPort Extreme-enabled Apple Macintosh, the AirPort Extreme Base Station, and the AirPort Express. Firmware upgrades needed are included in AirPort 4.2, released July 14, 2005. Note that from March 13, 2006, WPA2 certification is required for all new devices wishing to be Wi-Fi certified. |
Member
There was a problem hiding this comment.
To me these have different meanings. "required" would be the necessary bits, and "mandatory" would be the parts explicitly marked as being needed, i.e. the "MUST"s in an RFC.
arr2036
reviewed
Feb 21, 2025
|
|
||
| Some external dependencies must be installed before building or | ||
| running FreeRADIUS. The core depends on two mandatory libraries: | ||
| running FreeRADIUS. The core depends on two required libraries: |
Member
|
I'll pull this in after some tweaks.
|
Member
|
I've merged everything else in, with tweaks as noted by Arran. Sometimes words like "mandatory" have technical meaning, and are a required part of the specifications. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First pass through all docs to modify/change/update words and terms as defined in HIVE 3149. Note - I didnt change terms/words in the coding sections of the *.c type files as defs/labels already set. Some comments were updated.