summary refs log tree commit diff
path: root/crypto/src/bcpg/ArmoredOutputStream.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stream modernizationPeter Dettman2022-09-031-21/+6
|
* Cleanup NewLine handlingPeter Dettman2022-06-291-10/+11
|
* Generics migration in Bcpg, Bzip2, CmpPeter Dettman2022-06-281-43/+32
|
* NEW_REFLECTION cleanupPeter Dettman2022-06-241-1/+1
|
* Work on Stream classesPeter Dettman2022-05-231-12/+11
| | | | | | | - consistent naming, ordering - CanRead/Seek/Write fixes - argument validation - some cases of blocking zero-byte Read calls
* Support headers with multiple valuesPeter Dettman2020-04-051-18/+58
| | | | - tidy up test names
* Fix ResetHeaders to preserve the existing version as intendedPeter Dettman2017-09-041-3/+3
|
* CommentsPeter Dettman2017-06-091-1/+1
|
* Improved header control in ArmoredOutputStreamPeter Dettman2017-06-091-14/+33
| | | | - in particular, supports removing the default version header
* Oops, fix method namesPeter Dettman2015-11-041-1/+1
|
* Replace Close with Dispose for PORTABLEPeter Dettman2015-11-041-22/+45
|
* Pull a few PORTABLE changes from BouncyCastle-PCL (with fixes)Peter Dettman2015-10-271-10/+1
|
* PCL: Various non-IO changesPeter Dettman2015-10-181-0/+12
|
* Fix whitespace and remove Dispose methodPeter Dettman2015-10-171-92/+53
|
* Add support to specifying Hash Algo when adding a subkey and generating a ↵Carlos Perez2014-06-081-6/+45
| | | | | | keyring. DSA2 and in the future EC keys requiere hashing higher than SHA1.
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+330