b2f:b2f
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
b2f:b2f [2025/03/09 17:36] – f4hof | b2f:b2f [2025/03/09 17:46] (current) – [Secure Gateway Login] f4hof | ||
---|---|---|---|
Line 57: | Line 57: | ||
The exchange happens after the SID has been transmitted. | The exchange happens after the SID has been transmitted. | ||
- | The server sends a ''; | + | The server sends a ''; |
- | < | + | < |
The client computes the response using the following pseudocode: | The client computes the response using the following pseudocode: | ||
Line 108: | Line 108: | ||
The result is then sent to the server using the following format: | The result is then sent to the server using the following format: | ||
- | < | + | < |
ABNF Grammar: | ABNF Grammar: | ||
<code abnf> | <code abnf> | ||
- | B2F_AUTH_CHALLENGE = %x3B %x50 %x51 SP 8DIGIT CR | + | B2F_AUTH_CHALLENGE = %x3B %x50 %x51 %x3A SP 8DIGIT CR |
- | B2F_AUTH_RESPONSE | + | B2F_AUTH_RESPONSE |
</ | </ | ||
Reference source code in [[https:// | Reference source code in [[https:// | ||
+ | |||
+ | ==== Secure Gateway Login ==== | ||
+ | |||
+ | When a RMS connects to a CMS, the latter sends a login challenge with ''; | ||
+ | |||
+ | The auth scheme works the same way the Secure login does. | ||
+ | |||
+ | The RMS answers with a triplet composed of the secure login response, the frequency the client is binding to (10 digit integer in Hertz), and the used mode. | ||
+ | |||
+ | ABNF Grammar: | ||
+ | |||
+ | <code abnf> | ||
+ | B2F_GW_AUTH_CHALLENGE = %x3B %x53 %x51 %x3A SP 8DIGIT CR | ||
+ | B2F_GW_AUTH_RESPONSE | ||
+ | </ | ||
+ | |||
===== Data transfer ===== | ===== Data transfer ===== | ||
b2f/b2f.1741541791.txt.gz · Last modified: 2025/03/09 17:36 by f4hof