[dev-crypto-csharp] Creating TimestampedData Structure

2014-03-17 Thread Riccardo Castegnaro
I successfully obtained a timestamptoken by a trusted authority, now i need to bind it using bouncycastle like so: |private static byte[] BindTimestampTokenWithFile(FileInfo file, byte[] timeStampToken) { var uri= new DerIA5String(file.Name); var content= new BerOctetStri

[dev-crypto-csharp] "Safe" ECC curves in Bouncy Castle

2014-03-17 Thread Mankowski, Chris
This website lists a number of “safe” ECC curves that are more secure than other implementations http://safecurves.cr.yp.to/ I’m sure there are some efficiency tradeoffs with the different curve selection, though I wouldn’t be able to speak to that. What are your thoughts about adding support f