openssl 共享库热替换升级
openssl shared libraries hot-replace upgrade
请确认(或拒绝)我的说法:就升级过程而言,用新的 openssl 库替换旧的 openssl 库是绝对合法的。
这是真的吗?
- 我的应用程序当然使用 openssl 共享库,并动态加载它。
- 新旧库应该使用具有相同选项的相同编译器构建。
感谢您的帮助。
it is abolutelly legal to replace old openssl library with new one, in terms of upgrade process .
不,这不是真的。另见 Binary Compatibility on the OpenSSL wiki. The OpenSSL FAQ 也有一些信息。
如果你省略了"absolutely"这个词,那么我会说"it depends"。我读 "absolutely" 的意思是 "its always the case".
请确认(或拒绝)我的说法:就升级过程而言,用新的 openssl 库替换旧的 openssl 库是绝对合法的。
这是真的吗?
- 我的应用程序当然使用 openssl 共享库,并动态加载它。
- 新旧库应该使用具有相同选项的相同编译器构建。
感谢您的帮助。
it is abolutelly legal to replace old openssl library with new one, in terms of upgrade process .
不,这不是真的。另见 Binary Compatibility on the OpenSSL wiki. The OpenSSL FAQ 也有一些信息。
如果你省略了"absolutely"这个词,那么我会说"it depends"。我读 "absolutely" 的意思是 "its always the case".