-
Tested with OpenSSL 3.4.0 in curl. When adding:
```c
SSL_CTX_sess_set_new_cb(ssl_ctx, cf_osslq_new_session_cb);
SSL_set_app_data(ssl,
-
Tried to install, i.e. `cargo install novault`, and get `Unable to detect OpenSSL version`.
Happens on a Fedora 33 system and on a Ubuntu 20.04 LTS.
Any idea what to do?
--
Manfred
-
### The New Feature
mosn add support for OpenSSL
### Your scenes
1. the version of mosn crypto package is go-1.9, still not support tls1.3
2. openssl have more powerful feature than go tls
…
-
```
/usr/local/bundle/gems/ffi-1.9.21/lib/ffi/library.rb:275:in `attach_function':
Function 'SSL_library_init' not found in [libssl.so] (FFI::NotFoundError)
from /usr/local/bundle/gems/btcruby-1.…
-
HTTPClient does not honor OpenSSL's certificate dir configuration. Specifically, I have a couple of certificates, issued by a company's CA and trusted by my system, that I explicitly wish for Ruby htt…
-
```
What steps will reproduce the problem?
1. Setup the server using google authentication and run on port 10433
2. Run the rake tasks to generate the certificates
3. Update the config.yml to use the …
-
```
What steps will reproduce the problem?
1. Setup the server using google authentication and run on port 10433
2. Run the rake tasks to generate the certificates
3. Update the config.yml to use the …
-
I'm trying to use the project but it's returning the error below:
```
Error → /usr/local/share/lua/5.1/api-gateway/resty/hmac.lua @ 63
suite ./test/specs/kinesis_spec.lua
/usr/local/share/lua/5.…
-
here is the code :
```js
const encryptedPasswordCypher = CryptoJS.AES.encrypt('secret', 'toto');
```
```php
$result = openssl_decrypt($password, 'AES-256-CBC', 'toto');
```
result : $re…
ghost updated
6 years ago
-
Since you're already disabling Thirdparty libs (which I think is good for this deployment),
also consider adding
```
SQSSL_OPENSSL_LINKED=1
```
Somewehre around https://github.com/Netstyle/opensm…
krono updated
5 years ago