summary refs log tree commit diff
path: root/.gitlab-ci.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-24Refactor DateTimeUtilitiesPeter Dettman1-24/+9
2024-05-24Refactoring in Asn1.OcspPeter Dettman15-901/+574
2024-05-24Add helper methods for optional tagged fieldsPeter Dettman1-0/+52
2024-05-24Setup stable URLs for NuGetPeter Dettman1-3/+3
2024-05-24Sike followup changesPeter Dettman7-17/+10
2024-05-24Embed Sike data in source to make it trim-friendlyRobert Hague10-298/+69161
- see https://github.com/bcgit/bc-csharp/pull/539
2024-05-20Add constructors allowing optional version headerPeter Dettman1-12/+22
- see https://github.com/bcgit/bc-csharp/issues/533
2024-05-20Picnic followup changesPeter Dettman5-185/+76
2024-05-20Embed picnic data in source to make it trim-friendlyRobert Hague7-170/+38065
- see https://github.com/bcgit/bc-csharp/pull/534
2024-05-13Refactor to use Enum.TryParsePeter Dettman5-194/+154
2024-05-10Update release notesPeter Dettman1-0/+2
2024-05-10Fix CMS recipient selection by SubjectKeyIdentifierPeter Dettman4-5/+11
- see https://github.com/bcgit/bc-csharp/issues/532
2024-05-10Refactoring in X509ExtensionsGeneratorPeter Dettman1-19/+14
2024-05-10Add checks in CMS tests that recipient matches expected certificatePeter Dettman4-18/+48
2024-05-10Add Asn1Sequence utility methodsPeter Dettman4-0/+110
2024-05-10Obsolete several constructors to make private laterPeter Dettman11-11/+80
2024-05-10