Why We Blog
- 博客上路Blogger﹕在書裏發現blog的世界 梁文道寫的《Why we blog 》的序
- 博客,或是公民?
- Why we blog vs. How we blog 引錄了不同意見
- Why We Blog? Quote: 今日Blogosophere是熱起來,紅起來,但這一切來得並不自然。
- 草根與商業.革命與同化.Why We Blog ? Quote:
Everything you never wanted to know about PKI but were forced to findout [PDF]by Peter Gutmann is a set of slides about just that: a pile of the wartsand issues with PKI in general and the SSL model in specific.If you're interested in the whole field, his home page has links to enough additionalpapers to keep you reading for some time.
(From Chris Samuel ,and that in turn from Russell Coker .)
Why We Blog
The common SSL model is that you verify someone's good nature bychecking to see that their certificate is signed by an approved CA.For example, if you are verifying that hosts you are connecting toare approved you would make up a CA certificate, then make up a bunchof host certificates and sign them with the CA certificate. When youconnect to a machine, you verify that its certificate is signed by yourCA certificate.
(Except that that's a simplification; you actually need to verify that
對我們微笑 (raido blog
It is nice that Python's socket module has simple SSL support (although it has some limitations ). My grump is that it doesn't giveyou any good way of checking the identity of the server'scertificate, which is especially annoying as the SSL codedoesn't do any certificate verification.
(This matters to me because I have recently become quiteinterested in being able to verify machines by checkingthat they have a specific SSL certificate.)
What SSL objects have is .issuer( ) and