Re: [dev-crypto-csharp]

2014-08-22 Thread Sid Shetye
A) NO NEED TO HAVE AN ALL CAPS SUBJECT LINE ... :) B) Not exactly the perfect examples, but take a look at the unit tests. They are kinds granular testing the low level nuts and bolts, while judging from your question you probably need something more "all encompassing" ("here is an ECC pem/pfx

[dev-crypto-csharp] Generate a PKCS#12 container without a password.

2014-08-22 Thread Alexei Soloview
Hello! I faced some problems when using BC to generate a PKCS#12 container with public key in certificate and corresponding private key. I need to generate a container where certificate nor private key are encrypted. I tried to pass as passphrase ""(empty string) to Pkcs12Store.Save method, but w