summary refs log tree commit diff
path: root/crypto/src/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Review of culture-independent String comparison methodsPeter Dettman2015-11-128-25/+20
* Refactoring of "unused bits" changesPeter Dettman2015-11-121-19/+17
* Address various compiler warningsPeter Dettman2015-11-102-2/+3
* Add BerBitString and improve "unused bit" handlingPeter Dettman2015-11-1014-144/+244
* Add more PkiFailureInfo constantsPeter Dettman2015-11-101-45/+69
* A few more changes to sync up with BouncyCastle-PCLPeter Dettman2015-11-083-0/+12
* Tighten up the correspondence b/w Close/DisposePeter Dettman2015-11-081-0/+1
* Use utility method from Enums to avoid platform-specific code herePeter Dettman2015-11-081-1/+1
* Update to "Null parameters" behaviour from Java 1.53Peter Dettman2015-11-081-44/+20
* AddOptional can take varargsPeter Dettman2015-11-083-6/+3
* Oops, fix method namesPeter Dettman2015-11-042-2/+2
* Replace Close with Dispose for PORTABLEPeter Dettman2015-11-042-1/+28
* Change Close calls to Dispose calls for PORTABLEPeter Dettman2015-11-044-6/+16
* Pull a few PORTABLE changes from BouncyCastle-PCL (with fixes)Peter Dettman2015-10-271-1/+28
* Fix faulty constructor and refactorPeter Dettman2015-10-221-13/+12
* PCL: Various non-IO changesPeter Dettman2015-10-1811-17/+17
* No SerializableAttribute in PCLPeter Dettman2015-10-182-2/+2
* http://www.bouncycastle.org/jira/browse/BMA-113Peter Dettman2015-10-183-24/+15
* Port latest X9 EC stuff from Java APIPeter Dettman2015-10-147-183/+193
* Added extra OIDs.David Hook2015-10-141-2/+28
* Port of latest PGP tests and supporting code changesPeter Dettman2015-10-121-0/+22
* removed bogus imports (old FilterStream)David Hook2015-10-121-1/+0
* Introduced Utilities.IO.FilterStreamDavid Hook2015-10-122-1/+3
* Initial cut of signature generation operators.David Hook2015-10-121-0/+11
* Add NIST OIDs and DigestUtilities entries for SHA3Peter Dettman2015-10-011-0/+6
* Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2015-08-141-5/+5
|\
| * Move lazy initialization under lockPeter Dettman2015-06-261-16/+19
* | Add locking to lazy factory propertyPeter Dettman2015-06-121-6/+9
|/
* Code cleanupPeter Dettman2015-05-271-59/+69
* Support (low-level) for non-default PRFs for PKCS5v2bartland2015-04-101-13/+59
* Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiersJeffrey Stedfast2015-03-261-0/+6
* Include ANSSI curves in getByOID lookupPeter Dettman2015-03-251-1/+6
* Add ANSSI curve FRP256v1 and refactor curve registriesPeter Dettman2015-03-238-70/+203
* Fix parsing of implicit tagged objectPeter Dettman2015-02-231-2/+2
* Add some more Verisign OIDsPeter Dettman2014-12-111-28/+33
* Port of a few Java updatesPeter Dettman2014-12-111-13/+14
* Improve sorting for SETsPeter Dettman2014-08-271-53/+47
* Finish initial porting of TLS 1.2 client from Java APIPeter Dettman2014-08-241-65/+80
* Fix warningPeter Dettman2014-08-201-1/+1
* BMA-105Peter Dettman2014-07-211-109/+117
* Port of PrivateKeyInfo changes from JavaPeter Dettman2014-07-211-67/+76
* Port update from JavaPeter Dettman2014-07-211-2/+3
* [BMA-117]Peter Dettman2014-07-211-41/+41
* Use higher precision approximations for g1/g2 (GLV Type B)Peter Dettman2014-07-021-12/+12
* Port GLV implementation from JavaPeter Dettman2014-03-131-6/+63
* [BMA-87]Peter Dettman2014-02-191-8/+19
* Tabs -> spacesPeter Dettman2014-02-191-168/+168
* Fix encoding... againPeter Dettman2014-02-181-0/+0
* Convert to UTF-8 (thanks Jeff Stedfast)Peter Dettman2014-02-181-0/+0
* Fix dodgy character in curve seedPeter Dettman2014-02-071-1/+1
* Add order/cofactor to Fp curvesPeter Dettman2014-02-044-460/+543
* Use BigInteger.One instead of BigInteger.ValueOf(1)Peter Dettman2014-01-311-25/+25
* Cleanup various warnings, and reformattingPeter Dettman2014-01-291-32/+27
* Some more EC point normalizationPeter Dettman2014-01-242-7/+7
* Make class abstractPeter Dettman2014-01-241-32/+24
* FormattingPeter Dettman2014-01-231-45/+45
* Use new Math.Field classes in EC curves, and avoid casting in client codePeter Dettman2014-01-223-187/+224
* BMA-119Peter Dettman2014-01-211-601/+496
* Remove DerUnknownTag classPeter Dettman2014-01-211-80/+0
* Stop using DerUnknownTag (throw exceptions during parsing instead)Peter Dettman2014-01-213-463/+457
* BMA-118Peter Dettman2014-01-211-95/+88
* ReformatPeter Dettman2014-01-211-44/+42
* BMA-116Peter Dettman2014-01-213-249/+266
* Add new classes in Math.Field and some other EC-related stuff from JavaPeter Dettman2014-01-211-0/+118
* FormattingPeter Dettman2014-01-211-714/+714
* FormattingPeter Dettman2014-01-211-1173/+1173
* Port from Java of improvements to DerBoolean and DerEnumeratedPeter Dettman2013-11-033-61/+97
* Clone bytes in constructor since it may be using a temp buffer in the ASN.1 p...Peter Dettman2013-11-011-1/+1
* Restore dodgy filePeter Dettman2013-11-011-0/+0
* Remove dodgy filePeter Dettman2013-11-011-0/+0
* fixed line endingsDavid Hook2013-08-071-0/+0
* Initial import of old CVS repositoryPeter Dettman2013-06-28423-0/+45407