Oracle VM VirtualBox 5.2.40 User Manual
2.6 zlib license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 16.2.7 OpenSSL license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 16.2.8 Slirp license . signed certificate: openssl req -new -x509 -days 365 -extensions v3_ca \ -keyout ca_key_private.pem -out ca_cert.pem b) Generate a server private key and a request for signing: openssl genrsa -out server_key_private server_key_private.pem openssl req -new -key server_key_private.pem -out server_req.pem c) Generate the server certificate: openssl x509 -req -days 365 -in server_req.pem \ -CA ca_cert.pem -CAkey ca_key_private0 码力 | 387 页 | 4.27 MB | 6 月前3Oracle VM VirtualBox 5.2.12 User Manual
2.6 zlib license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 16.2.7 OpenSSL license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 16.2.8 Slirp license . signed certificate: openssl req -new -x509 -days 365 -extensions v3_ca \ -keyout ca_key_private.pem -out ca_cert.pem b) Generate a server private key and a request for signing: openssl genrsa -out server_key_private server_key_private.pem openssl req -new -key server_key_private.pem -out server_req.pem c) Generate the server certificate: openssl x509 -req -days 365 -in server_req.pem \ -CA ca_cert.pem -CAkey ca_key_private0 码力 | 380 页 | 4.23 MB | 6 月前3Oracle VM VirtualBox 4.2.32 User Manual
2.6 zlib license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 16.2.7 OpenSSL license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 16.2.8 Slirp license . signed certificate: openssl req -new -x509 -days 365 -extensions v3_ca \ -keyout ca_key_private.pem -out ca_cert.pem b) Generate a server private key and a request for signing: openssl genrsa -out server_key_private server_key_private.pem openssl req -new -key server_key_private.pem -out server_req.pem c) Generate the server certificate: openssl x509 -req -days 365 -in server_req.pem \ -CA ca_cert.pem -CAkey ca_key_private0 码力 | 348 页 | 5.93 MB | 6 月前3Oracle VM VirtualBox 4.1.40 User Manual
2.6 zlib license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 16.2.7 OpenSSL license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292 16.2.8 Slirp license . signed certificate: openssl req -new -x509 -days 365 -extensions v3_ca -keyout ca_key_private.pem -out ca_cert.pem b) Generate a server private key and a request for signing: openssl genrsa -out server_key_private server_key_private.pem openssl req -new -key server_key_private.pem -out server_req.pem c) Generate the server certificate: openssl x509 -req -days 365 -in server_req.pem -CA ca_cert.pem -CAkey ca_key_private0 码力 | 310 页 | 4.87 MB | 6 月前3Oracle VM VirtualBox 4.3.36 User Manual
2.6 zlib license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 16.2.7 OpenSSL license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 16.2.8 Slirp license . signed certificate: openssl req -new -x509 -days 365 -extensions v3_ca \ -keyout ca_key_private.pem -out ca_cert.pem b) Generate a server private key and a request for signing: openssl genrsa -out server_key_private server_key_private.pem openssl req -new -key server_key_private.pem -out server_req.pem c) Generate the server certificate: openssl x509 -req -days 365 -in server_req.pem \ -CA ca_cert.pem -CAkey ca_key_private0 码力 | 380 页 | 3.79 MB | 6 月前3Dynamically Loaded Libraries Outside the Standard
this issue What happens if two loadable libraries defined the same entity?46 CppCon 2021 | • What OpenSSL + LibreSSL can do anything good in the same process? • “ABI compatible” implies that we want the const gchar* plugin_app_get_plugin_name(void); PLUGINAPP_API const gchar* plugin_app_get_plugin_provider(void); PLUGINAPP_API const gchar* plugin_app_get_menu_name(void); PLUGINAPP_API const gchar*0 码力 | 100 页 | 3.98 MB | 5 月前3Tornado 6.5 Documentation
implementation of OpenID and Attribute Exchange. Class attributes: • _OPENID_ENDPOINT: the identity provider’s URI. authenticate_redirect(callback_uri: str | None = None, ax_attrs: List[str] = ['name', 'email' headers. General Changes tornado.iostream • SSLIOStream now understands changes to error codes from OpenSSL 3.2. The main result of this change is to reduce the noise in the logs for certain errors. tornado Previously SSLv2 would be allowed if the Python interpreter was linked against a pre-1.0 version of OpenSSL. Backwards-incompatible changes • tornado.process.fork_processes now raises SystemExit if all child0 码力 | 272 页 | 1.12 MB | 2 月前3Common Package Specification: Getting Build Tools to Talk to Each Other
Implementation experience - CPS basics - Directories and libraries: ZLib - Components and requirements: Openssl - Full CPS - Advanced use cases - Full library definition - Runtime - Conditionals - Editable Implementation experience - CPS basics - Directories and libraries: ZLib - Components and requirements: Openssl - Full CPS - Advanced use cases - Full library definition - Runtime - Conditionals - Editable Implementation experience - CPS basics - Directories and libraries: ZLib - Components and requirements: Openssl - Full CPS - Advanced use cases - Full library definition - Runtime - Conditionals - Editable0 码力 | 94 页 | 1.58 MB | 5 月前3Common Package Specification (CPS) in Practice: A Full Round Trip Implementation in Conan C++ Package Manager
["@prefix@/include"], "location": "@prefix@/lib/zlib.lib" } } zlib.cpsDemo #include <openssl/sha.h> int main(){ unsigned char sha256_digest[SHA256_DIGEST_LENGTH]; char sha256_strin "\n"; } |--include | zlib.h |--lib | zlib.lib |-zlib.cps |--include | openssl/sha.h |--lib | crypto.lib |-openssl.cps myapp.exe .props myapp.exe myapp myapp.exe xxx-config.cmake toolchain |--lib | libz.a |--licenses LICENSE Windows/VS Linux/gcc zlib.cpsOpenSSL { "name": "openssl", "version": "3.2.2", … "requires": {"zlib": null}, "configurations": ["release"], "default_components":0 码力 | 66 页 | 1.76 MB | 5 月前310 Problems Large Companies Have with Managing C++ Dependencies and How to Solve Them
Manage baselines, not individual libraries boost@v1 openssl@v1 gtest@v1 … Catalog baseline: b60f003ccf5fe8613d029f49f835c8929a66eb61 boost@v2 openssl@v1 gtest@v2 … Catalog baseline: a34d035cc48ye96 •Introduction of security vulnerabilities is a risk of consuming open-source • OpenSSL Heartbleed (2014) • OpenSSL email address buffer overflow (2022) • xz Utils backdoor (2024) • … •Memory safety0 码力 | 46 页 | 917.72 KB | 5 月前3
共 39 条
- 1
- 2
- 3
- 4
相关搜索词