summary refs log tree commit diff
path: root/crypto/src/cms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Address various compiler warningsPeter Dettman2015-11-1020-36/+36
|
* Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCLPeter Dettman2015-11-091-1/+1
|
* Tighten up the correspondence b/w Close/DisposePeter Dettman2015-11-081-0/+1
|
* Oops, fix method namesPeter Dettman2015-11-044-4/+4
|
* Replace Close with Dispose for PORTABLEPeter Dettman2015-11-044-6/+89
|
* Change Close calls to Dispose calls for PORTABLEPeter Dettman2015-11-0414-27/+35
|
* Final naming refactorDavid Hook2015-10-242-10/+10
|
* comment updateDavid Hook2015-10-241-7/+6
|
* renamed ISignatureCalculator to ISignatureCalculatorFactoryDavid Hook2015-10-242-10/+10
|
* Changed name of Value() to Collect()David Hook2015-10-221-1/+1
|
* Added missed files on IBlockResult changeDavid Hook2015-10-211-1/+1
|
* SigOutputStream removed from the other-platform path too.Peter Dettman2015-10-181-1/+1
|
* PCL: No support for FileInfo/FileStreamPeter Dettman2015-10-181-0/+2
|
* PCL: Various non-IO changesPeter Dettman2015-10-183-3/+3
|
* No SerializableAttribute in PCLPeter Dettman2015-10-183-3/+3
|
* http://www.bouncycastle.org/jira/browse/BMA-90Peter Dettman2015-10-184-29/+24
| | | | | - Make CmsReadable public - Make a few methods virtual
* Initial cut of SignerInfoGeneratorDavid Hook2015-10-175-212/+506
|
* removed bogus imports (old FilterStream)David Hook2015-10-121-1/+0
| | | | added ISignatureGenerator to Pkcs10.
* Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2015-08-141-2/+5
| | | | | Conflicts: crypto/src/asn1/x9/X9ECParametersHolder.cs
* FormattingPeter Dettman2015-03-251-1/+2
|
* Correct duplicate key exception when more than one signer use the same ↵Carlos Alberto Costa Beppler2015-03-241-8/+13
| | | | digest algorithm.
* Port of a few Java updatesPeter Dettman2014-12-111-16/+37
|
* Port of PrivateKeyInfo changes from JavaPeter Dettman2014-07-211-205/+205
|
* Move NullOutputStream to util/ioPeter Dettman2014-04-061-20/+0
|
* Don't require there to be any digests, to allow in particular for a ↵Peter Dettman2013-11-101-5/+0
| | | | certs-only SignedData
* Initial import of old CVS repositoryPeter Dettman2013-06-2868-0/+9197