由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Security版 - [转载] Re: 关于browser security的问题
相关主题
authentication and secret key establishmentPassword does not decrypt secret key
请问哪里有关于encryption/decryption的相关学习资料无法上网,求救!
[转载] 傻眼,我的XP怎么无法访问需要https协议的网站了?Can't connect to Internet
Is this a worm?Virus in my laptop. How to recover my data
Any idea about this?How to run HTTPS and SET
至少truecrypt还是比较安全的吧 (转载)redhat 6.2 vs 7.1?
请问局域网内邮件Re: where can I find sample code for SSL client/Serv
tcpview unknown connection请问什么地方有HTTPS/SSH/VPN/的实现细节
相关话题的讨论汇总
话题: your话题: browser话题: server话题: client
进入Security版参与讨论
1 (共1页)
r***e
发帖数: 38
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 itis 所发表 】
This involves the public security algorithm.
The basic idea is:
1. Your web server generates a CSR, which contains
the identification of your website and the public key
for your site.
2. CA (Certificate Authority) uses its own private key
to encrypt your CSR, which is basically a certificate.
3. install the certificate in your web server.
4. Now the browser connects to your server and try to begin
a SSL session. It reads the certificate, and decrypts
r***e
发帖数: 38
2
【 以下文字转载自 Programming 讨论区 】
【 原文由 roche 所发表 】
我有点confused,关于server authentication ,就说Java Web server2.0吧
它的doc里说,用authstore.exe create a self signed server certificates,
以后browser用https连接时,browser 会让 client add new server certificate to its
list of trusted certificates. 觉得很简单,是吗?
关于client authentication:
doc如是说
1。 Client request and import client certificate into web browser
2. Client retrieve and transmit client certificate to JWS
3.Server, place the client certificate in JWS
4.Server, enable
1 (共1页)
进入Security版参与讨论
相关主题
请问什么地方有HTTPS/SSH/VPN/的实现细节Any idea about this?
[转载] Urgent! Session Var timeout with SSL enabled至少truecrypt还是比较安全的吧 (转载)
[转载] Re: Urgent! Session Var timeout with SSL enabled请问局域网内邮件
[转载] purdueefcu.com safe enough?tcpview unknown connection
authentication and secret key establishmentPassword does not decrypt secret key
请问哪里有关于encryption/decryption的相关学习资料无法上网,求救!
[转载] 傻眼,我的XP怎么无法访问需要https协议的网站了?Can't connect to Internet
Is this a worm?Virus in my laptop. How to recover my data
相关话题的讨论汇总
话题: your话题: browser话题: server话题: client