Jozef Gajdoš

Results 33 issues of Jozef Gajdoš

Optimize constructors for `Org.BouncyCastle.Asn1.X509.Time` and `Org.BouncyCastle.Asn1.Cms.Time`. In the original code, `DateTime` was format to string, from string was parsed year and ASN1 time structure. I removed unnecessary steps from this...

See https://github.com/bcgit/bc-csharp/issues/374

Instance `RevokedStatus` in `Org.BouncyCastle.Ocsp` it is not possible to create without a reason code. Well, he is optional.

In method `AddResponse` in [BasicOcspRespGenerator](https://github.com/bcgit/bc-csharp/blob/93b32a75656955faf7996d0f3e0ed391968d2ac6/crypto/src/ocsp/BasicOCSPRespGenerator.cs#L148) is optional `thisUpdate` time. But in _RFC 6960_ in ASN1 structure is optional `nextUpdate` time and `thisUpdate` is required. Using the current API, it is...

At work I often need to compare some "PKCS" files. It would be very helpful to have a tool that can make diff ASN1 tree structure and values.

Due to the environment of increased security requirements and recent incidents in npm world, it would be advisable to add check the signatures of _nuget.exe_ and nuget _Cake_ (or _Cake.exe_)...

Fix RavenDB link to . Fix description (it is not only embeded database). And add link to C# client documentation .

**Information** - OS: CentOs (minimal, without GUI) - Version: 7 - Terminal: tty (raw terminal in VirtualBox, HyperV) **Describe the bug** Some components (in my case Rule and Confirm) is...

bug
needs triage

When creating the time stamp, I encountered the problem that it was not possible to issue a time stamp in which the signature algorithm was specified (in CMS terminology -...

I have an idea for a new feature for BC - [Shamir’s secret sharing](https://en.wikipedia.org/wiki/Shamir's_secret_sharing). BC currently does not have a similar feature. Example of implementation: