csr
Here are 85 public repositories matching this topic...
The tool should be smart enough to support reading pkcs8 private keys.
Ideally, we should support writing pkcs8 private keys if the user desires.
-
Updated
Jul 8, 2020 - TypeScript
I spent a lot of time at work tracking down an issue where certificates were being generated with the wrong public key, not the one given in the CSR. After some intense debugging, replacing the OpenSSL binary with a script that logs stuff, etc - I determined that it was using the -signkey option, which (as you know) is for self-signed certificates, and OpenSSL was silently replacing the CSR key
-
Updated
Mar 29, 2019 - C
I use Ubuntu Eoan with python3-asn1crypto 0.24.0-1.
It looks like PrivateKeyInfo.bit_size and PublicKeyInfo.bit_size returns non-integer.
I can see that *.byte_size returns a value with int() but the *.bit_size functions does not. The documentation in the function says it should return an integer.
print(certificate.public_key.bit_size) returns in my case "256.0"
Shouldn't it return only "2
-
Updated
Feb 28, 2020 - Shell
-
Updated
Jun 10, 2020 - Go
-
Updated
Jul 8, 2020 - Dart
-
Updated
Jul 2, 2020 - PHP
-
Updated
Sep 24, 2017 - Objective-C
-
Updated
Jun 19, 2020 - Swift
-
Updated
Jul 6, 2020 - Ruby
Today the etcd example in CI is tagged on latest so it doesn't test the current branch in the pupernetes build.
-
Updated
Jun 22, 2020 - TypeScript
-
Updated
May 8, 2020 - PHP
-
Updated
Jul 5, 2020 - TypeScript
-
Updated
Apr 29, 2020 - C
-
Updated
May 16, 2020 - Java
-
Updated
Aug 1, 2019 - Ruby
-
Updated
Jan 23, 2020 - Ruby
-
Updated
Nov 17, 2017
-
Updated
Sep 26, 2018 - Go
-
Updated
Jun 30, 2018 - PHP
-
Updated
Jan 8, 2020 - Objective-C
-
Updated
Mar 20, 2017 - Cuda
-
Updated
Jul 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the csr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csr topic, visit your repo's landing page and select "manage topics."
Preface: I am not an expert in encryption, so sorry for any inaccuracies with how I am describing the issue here.
In the documentation, it states:
Is it possible to configure what padding is used? I am working with a system where they are not expecting padding. Is that something that even makes sense/is possible?