博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ssl layer 的实现
阅读量:5258 次
发布时间:2019-06-14

本文共 1491 字,大约阅读时间需要 4 分钟。

ssl 层是独立于应用层和传输层的,SSL层的实现有openssl,mozilla的nss。

suse的iso包里包括了nss不需要单独安装

What is Network Security Services (NSS)

NSS is set of libraries, APIs, utilities, and documentation designed to support cross-platform development of security-enabled client and server applications. It provides a complete open-source implementation of the crypto libraries used by Netscape and other companies in the Netscape 6 browser, server products from iPlanet E-Commerce Solutions, the Gateway Connected Touch Pad with Instant AOL, and other products.

How does NSS compare to OpenSSL?

 is an open source project that implements server-side SSL, TLS, and a general-purpose cryptography library. It does not support PKCS #11. It is based on the SSLeay library developed by Eric A. Young and Tim J. Hudson. OpenSSL is widely used in Apache servers and is licensed under an Apache-style licence.

NSS supports both server and client applications as well as  and S/MIME. To permit its use in as many contexts as possible, NSS is licensed under both the  and the . You may choose to use the code either under the terms of the MPL or under the terms of the GPL.

Can I use NSS even if my application protocol isn't HTTP?

Yes, SSL is independent of application protocols. It works with common Internet standard application protocols (HTTP, POP3, FTP, SMTP, etc.) as well as custom application protocols using TCP/IP.

 

https://developer.mozilla.org/zh-CN/docs/NSS_FAQ

 

转载于:https://www.cnblogs.com/pretty-pretty-fish/p/3625823.html

你可能感兴趣的文章
C# 强制关闭当前程序进程(完全Kill掉不留痕迹)
查看>>
ssm框架之将数据库的数据导入导出为excel文件
查看>>
语音识别中的MFCC的提取原理和MATLAB实现
查看>>
验证组件FluentValidation的使用示例
查看>>
0320-学习进度条
查看>>
解决windows系统的oracle数据库不能启动ora-00119和ora-00130的问题
查看>>
ip相关问题解答
查看>>
MetaWeblog API Test
查看>>
反弹SHELL
查看>>
关闭Chrome浏览器的自动更新和升级提示
查看>>
移动、尺寸改变
查看>>
poj2255Tree Recovery【二叉树重构】
查看>>
tcpcopy 流量复制工具
查看>>
vue和react的区别
查看>>
第十一次作业
查看>>
负载均衡策略
查看>>
微信智能开放平台
查看>>
ArcGIS Engine 中的绘制与编辑
查看>>
Oracle--通配符、Escape转义字符、模糊查询语句
查看>>
子网划分讲解及练习(一)
查看>>