-
```
I am using r2351 , file hci.c , line 871 has a problem
if (hci_stack->substate > 1 || COMMAND_COMPLETE_EVENT(packet, hci_reset))
Notice that a OR is used, shouldn't that be an AND? Isn't there a…
-
```
What steps will reproduce the problem?
1. Download WinPython-64bit-3.3.2.3
2. >c:\WinPython-64bit-3.3.2.3\python-3.3.2.amd64\python
3. import scipy.sparse
What is the expected output? What do you…
-
let keySize = 2048;
var publicKeyTemplate = [
{ type: pkcs11js.CKA_CLASS, value: pkcs11js.CKO_PUBLIC_KEY },
{ type: pkcs11js.CKA_TOKEN, value: false },
{ type: pkcs…
-
-
When client requests CSR attributes, function est_client_build_csr_header use URI EST_SIMPLE_ENROLL_URI but not EST_CSR_ATTRS_URI. Is it a typo?
-
Hi, I don't see any demo or libs for fleet provisioning. Is it available? can you help with that?
-
When a certificate is made using an existing CSR, there is no domain key in the directory and no way on the command line to specify a domain key. There is, therefore, no built in way to revoke the ce…
-
Windows certreq creates CSRs with older style headers and footers. Certreq uses
-----BEGIN NEW CERTIFICATE REQUEST-----
...
-----END NEW CERTIFICATE REQUEST-----
rather than the mo…
-
I'm using this command to issue a csr file:
`openssl req -new -sha512 -key /etc/ssl/private/my-domain.key -subj "/C=DE/ST=Baden/L=Stuttgart/O=Flatline" -reqexts SAN -config [Mi 24. Okt 10:58:46 CEST…
-
Hi, I encountered a strange issue trying to bind `scipy.sparse.csr_matrix.log1p`. It's saying `ModuleNotFoundError: No module named 'scipy.sparse.csr_matrix'`, but it does exist?
```
from pipeline…