-
Just installed and initiated this project and got several warnings which seem somewhat serious in terms of the ongoing usage/maintenance of this project:
```
npm warn deprecated inflight@1.0.6: Th…
-
### What is the problem this feature will solve?
The crypto library currently lacks a generic key derivation function similar to [OpenSSL's `EVP_KDF` methods](https://wiki.openssl.org/index.php/EVP_K…
-
**Is your feature request related to a problem? Please describe.**
All of our products use cryptography for a lot of reasons. Actually, some of the shared libraries here also do so (JWTUtils).
Usual…
-
I have an LDAP stub server implemented using [ruby-ldapserver](https://github.com/inscitiv/ruby-ldapserver) that I use in performance testing. It works with MRI Ruby but it fails under JRuby (I need t…
-
Sentry-rust occasionally causes Segmentation fault when our program exits. Here is a minimal code example to reproduce it.
### To reproduce
Create a bin project with `cargo new`.
`Cargo.toml`:
…
-
I'm currently on testing the interoperability of the [OpenSSL - RPK PR](https://github.com/openssl/openssl/pull/18185).
If the client has "no suitable certificate", the current implementation in "m…
-
This issue is found by using the certificate that our customer created. After investigating, seems it is related to the BoringSSL/OpenSSL library version that Mono used. If it is, could you please t…
-
Having webdriver version 1.0.6 installed on an Ubuntu 22.04, I cannot use webdriver any more since Ubuntu chose to switch to the more recent version 3.x of OpenSSL, whereas PahntomJS requires OpenSSL …
-
**Describe the bug**
When building on windows receive a compile error from `src/common/ossl_helpers.c` - dlfcn.h is not available on windows
**To Reproduce**
Try to build on windows :)
**Expec…
-
`hashlib` depends on openssl which both increases the size of our pyinstaller build, and adds additional reproducibility headaches. It would be nice if we could drop `hashlib` for something that is li…