summary refs log tree commit diff
path: root/crypto/src/asn1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - Convert DateTime to string using InvariantCulture
* 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
| | | | added ISignatureGenerator to Pkcs10.
* 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
|\ | | | | | | | | Conflicts: crypto/src/asn1/x9/X9ECParametersHolder.cs
| * 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
| | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java
* 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
| | | | Cope with redundant ExtendedKeyUsage entries
* 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
| | | | Fix for UTC-type GeneralizedTime instances
* 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
| | | | | Make GetValueList methods consistent Remove obsolete X509Name methods
* 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
| | | | Handle null properly in AuthorityInformationAccess.GetInstance
* ReformatPeter Dettman2014-01-211-44/+42
|
* BMA-116Peter Dettman2014-01-213-249/+266
| | | | Update some Asn1.X509 classes from Java
* 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 ↵Peter Dettman2013-11-011-1/+1
| | | | parser
* 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