# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/eqhmn5a
使用 Go 基於國密算法實現雙向認證**
國內做 2B(to Biz) 或 2G(to Gov) 產品和解決方案的企業都繞不過國密算法,越來越多的國內甲方在採購需求中包含了基於國密算法的認證、簽名、加密等需求。對於國內的車聯網平臺來說,支持基於國密的雙向認證也是大勢所趨。在這篇文章中,我就來說說如何基於國密算法實現雙向認證,即使用國密算法的安全傳輸層雙向認證。 一. 簡要回顧基於 TLS 的雙向認證在《Go 語言精進之路》[1] 第 2 ⌘ Read more