Giter VIP home page Giter VIP logo

bouncy-castle-csharp's Introduction

bouncy-castle-csharp

Source code for my "Creating certificates using Bouncy Castle" series of blog entries. See http://blog.differentpla.net/blog/2013/03/18/using-bouncy-castle-from-net

Important: The version of BouncyCastle used in the project is outdated and has at least one security vulnerability associated with it. Bear that in mind if you want to use this as an example.

While I think this project is still useful, I no longer have the time to keep it up to date, so I'm going to archive it.

bouncy-castle-csharp's People

Contributors

rlipscombe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bouncy-castle-csharp's Issues

Corrupted Certificate

Thank you for your excellent repository. I searched far and wide for a simple Bouncy Castle implementation that just works, and this is it.

However, I'm running into a problem after updating the code to the current API.

As you likely know, the certificate generator's SetSignatureAlgorithm() method has been deprecated since you wrote your code. So I swapped in the new ISignatureFactory syntax, like so:

ISignatureFactory signatureFactory = new Asn1SignatureFactory(PkcsObjectIdentifiers.Sha256WithRsaEncryption.ToString(), subjectKeyPair.Private, random);
var certificate = certificateGenerator.Generate(signatureFactory);

Note that this works just fine when creating the Root CA. Oddly, however, it fails when attempting to issue a new certificate signed by that CA:

image

When we revert back to the original (deprecated) code, everything goes through as expected.

What do you make of it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.