-
Hi,
I get an error when I try to validate a RFC3161-compliant timestamp reply.
The reply can be validated with an application using BouncyCastle.
This bug was also present in OpenSSL 1.0.1 as men…
-
A `storetype` AZURE_KEYVAULT could be great !
For information storing a certificate on Azure KeyVault is almost free and is compliant to store an EV cert.
The need is to implement a simple API cal…
gillg updated
3 years ago
-
I'm not 100% sure is it pyasn1 or pyasn1-modules issue.
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pyasn1-modules-0.2.8-6.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tk…
-
I use the TSA `http://timestamp.comodoca.com/rfc3161`, whose certificate chain includes an intermediate cert besides the root cert and the TSA signing cert.
All certs needed to reproduce this i…
-
In the NuGet clients we do package signing and we support time-stamping to those package signatures. We are working towards enabling the signing and verification scenarios cross platform.
According…
-
Decoding a BER, can get information from each object. Some of the information can be easily obtained. But in some extensions, the data is in an unknown encoding.
After a long and without results sear…
ghost updated
3 years ago
-
From [doc ](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.pkcs.rfc3161timestamprequest.createfromhash?view=net-5.0#System_Security_Cryptography_Pkcs_Rfc3161TimestampRequest_…
-
```
python -m obfuscapk.cli -p -d C:\Users\GAMER\Downloads\apk\obfuscation_working_dir\OUT\obfuscated.apk -o Rebuild -o NewAlignment -o NewSignature Sopa.apk
Running obfuscators (NewSignature): 67%…
-
API proposal:
```C#
namespace System.Security.Cryptography.Pkcs
{
public sealed partial class Rfc3161TimestampRequest
{
private Rfc3161TimestampRequest() { }
public in…
-
https://github.com/dotnet/corefx/issues/25449 has added support for adding unsigned attributes to signers. It has been noted though this feature should also work for counter-signers as user might want…