summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support V1 attribute certificates and holdersPeter Dettman2021-02-083-28/+190
|
* Implement TODO checksPeter Dettman2021-02-081-3/+7
|
* Implement TODO checksPeter Dettman2021-02-081-6/+17
|
* Fix CMS RSASSA-PSS verification when no signed attrsPeter Dettman2021-02-081-18/+22
|
* Add support for dashed digest algorithm namesU-GEMALTO\100562202021-02-021-0/+4
| | | | | This commit adds support for digest algorithm names containing a dash in it e.g. SHA-256withRSA
* direct signature for PSSDavid Hook2021-01-312-0/+67
|
* donor updateDavid Hook2020-12-101-0/+5
|
* Add defect fixed for 1.8.9 release-1.8.9Peter Dettman2020-12-101-0/+4
|
* Add contributor entryPeter Dettman2020-12-101-0/+3
|
* Update versions and release notes for 1.8.9Peter Dettman2020-12-083-4/+22
|
* CleanupPeter Dettman2020-12-084-37/+45
|
* Refactor result normalizationPeter Dettman2020-12-081-33/+31
|
* added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the sameDavid Hook2020-11-172-9/+249
|
* Rework D/E range restrictionPeter Dettman2020-11-111-68/+65
|
* Merge remote-tracking branch 'origin/master'David Hook2020-11-0122-212/+4165
|\
| * Follup for NistEccTest changesPeter Dettman2020-10-311-0/+9
| |
| * Merge branch 'nist_ecc_test_pr' of ↵Peter Dettman2020-10-313-0/+3288
| |\ | | | | | | | | | https://github.com/BlackthornYugen/bc-csharp into BlackthornYugen-nist_ecc_test_pr
| | * Supporing .NET 1.1John Steel2020-10-201-14/+20
| | | | | | | | | | | | | | | | | | - removing generics - removing named params - replacing 'var' with types
| | * Updating test structure to match existing.John Steel2020-10-171-4/+32
| | |
| | * Test Vectors for EC Point MultiplyJohn Steel2020-10-173-0/+3254
| | | | | | | | | | | | | | | Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv
| * | Fix UnitTests resource pathsPeter Dettman2020-10-301-0/+1
| | |
| * | CleanupPeter Dettman2020-10-301-18/+0
| | |
| * | safegcd: more conservative final reductionPeter Dettman2020-10-301-44/+139
| | |
| * | Cleanup after recent changesPeter Dettman2020-10-3013-204/+416
| | |
| * | Add new files to projectsPeter Dettman2020-10-305-4/+62
| | |
| * | Added KMAC Params and testmw2020-10-294-22/+330
| | |
* | | added 1.8.8 donorsDavid Hook2020-11-011-0/+5
|/ /
* | Added CSHAKEDigest, KMac, removed unused import from NewTspTestmw2020-10-286-1/+803
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp into mastermw2020-10-272-0/+6
|\ \
| * | added NewTspTestDavid Hook2020-10-272-0/+6
| | |
* | | Finished NewTspTestsmw2020-10-277-34/+561
|/ /
* | Added fractional time and new testsmw2020-10-272-1/+627
| |
* | Updated TableGen2 to use IdAASigningCertificateV2 oidmw2020-10-222-3/+97
| |
* | GCM updates from bc-javaPeter Dettman2020-10-1815-255/+515
| |
* | Add Bits and Longs classes from bc-javaPeter Dettman2020-10-188-60/+169
| |
* | Latest XDH, EdDSA updates from bc-javaPeter Dettman2020-10-185-515/+938
| |
* | Update versions and release notes for 1.8.8 release-1.8.8Peter Dettman2020-09-213-4/+22
| |
* | Fix .NET 1.1 buildPeter Dettman2020-09-213-25/+40
| |
* | ECC: Binary field perf. opt.Peter Dettman2020-09-2113-287/+543
| |
* | No need for Obsolete in internal classPeter Dettman2020-09-111-28/+0
| |
* | Add another variantPeter Dettman2020-09-111-0/+9
| |
* | Fixed loop count for BigInteger conversionPeter Dettman2020-09-1120-182/+27
| | | | | | | | - remove length-specific variants of FromBigInteger
* | Further Divsteps30 improvementPeter Dettman2020-09-111-12/+10
| |
* | 'safegcd' modular inversionPeter Dettman2020-09-0431-846/+770
| |
* | Remove unnecessary lockingPeter Dettman2020-09-041-7/+6
| | | | | | | | - see https://github.com/bcgit/bc-java/issues/778
* | added IDigestFactoryDavid Hook2020-09-023-0/+3
| |
* | added Asn1DigestFactoryDavid Hook2020-08-313-3/+6
| |
* | renamed DigestFactory to Asn1DigestFactorymw2020-08-313-28/+8
| |
* | Updated TimeStampTokenGeneratormw2020-08-285-230/+472
| |
* | added IDigestFactoryDavid Hook2020-08-281-0/+24
| |
* | Update versions and release notes for 1.8.7 release-1.8.7Peter Dettman2020-07-303-5/+5
| |
* | Misc. updates from bc-javaPeter Dettman2020-07-308-6/+21
| |
* | PGP updates from bc-javaPeter Dettman2020-07-304-24/+60
| |
* | Encoder performancePeter Dettman2020-07-302-82/+155
| |
* | Add generic private key output to opensslPeter Dettman2020-07-301-14/+12
| |
* | Allocate memory for SCrypt in 32KiB chunksPeter Dettman2020-07-301-18/+42
| | | | | | | | - see https://github.com/bcgit/bc-java/issues/713
* | DH standard group updatesPeter Dettman2020-07-301-89/+31
| |
* | For safe primes, use Legendre symbolPeter Dettman2020-07-302-6/+122
| | | | | | | | | | - DH public key validation when 'Q' available - In particular, greatly speeds up TLS FFDHE groups
* | Misc. updates from bc-javaPeter Dettman2020-07-306-22/+61
| |
* | EdDSA updatesPeter Dettman2020-07-303-0/+3
| |
* | DTLS: Support handshake timeoutPeter Dettman2020-07-307-11/+36
| |
* | DTLS: Improved retransmission timerPeter Dettman2020-07-302-200/+222
| |
* | DTLS: Exceptions properly abort handshakePeter Dettman2020-07-304-180/+266
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/258
* | Add Timeout class for DTLS from bc-javaPeter Dettman2020-07-295-0/+129
| |
* | Support RSASSA-PSS as keypair generator algPeter Dettman2020-07-181-1/+2
| |
* | Remove unused codePeter Dettman2020-07-183-7/+0
| |
* | Straighten out ECGOST3410NamedCurvesPeter Dettman2020-07-179-77/+51
| | | | | | | | - deprecate/replace methods returning ECDomainParameters
* | SpellingPeter Dettman2020-07-1720-39/+39
| |
* | Use rotates from utility classPeter Dettman2020-07-072-78/+66
| |
* | Noekeon performance improvementsPeter Dettman2020-07-071-145/+158
| |
* | Add some more variantsPeter Dettman2020-07-071-0/+36
| |
* | Extract common expressionPeter Dettman2020-07-071-2/+2
| |
* | Rewrite enumeration of BEROctetStringPeter Dettman2020-07-071-19/+50
| |
* | Fermat inversion for all custom curvesPeter Dettman2020-07-0732-97/+1075
| | | | | | | | - also customized random FE gen
* | EC updates from bc-javaPeter Dettman2020-07-0413-26/+487
| |
* | Blind the inversion when normalizingPeter Dettman2020-07-041-6/+24
| | | | | | | | | | - see the paper "Yet another GCD based inversion side-channel affecting ECC implementations" by Nir Drucker and Shay Gueron.
* | Methods for generating random FEsPeter Dettman2020-07-041-6/+85
| |
* | Update Asn1OctetString.GetInstance from bc-javaPeter Dettman2020-06-251-13/+34
| |
* | Fix spurious table entryPeter Dettman2020-06-211-1/+0
| |
* | Fix range and bias of NextDoublePeter Dettman2020-06-213-13/+61
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/253
* | Don't use 'var' keywordPeter Dettman2020-06-211-3/+3
| |
* | first cut at PKCS#5 Scheme 2 in PKCS#12David Hook2020-04-254-5/+108
| |
* | github #237 - gost 2012 parsingDavid Hook2020-04-253-5/+33
| |
* | fixed typoDavid Hook2020-04-181-1/+9
| |
* | initial support for non-default PRF with PBKDF2David Hook2020-04-184-3/+18
| |
* | added extra key storeDavid Hook2020-04-181-0/+126
| |
* | Avoid NUnit test adapter running perf testPeter Dettman2020-04-061-1/+1
| |
* | Newer .NET versions append the parameter namePeter Dettman2020-04-061-12/+21
| |
* | Add OtherName support and refactoringPeter Dettman2020-04-057-527/+628
| |
* | Add OIW dsaWithSHA1 OID to 'noParams'Peter Dettman2020-04-054-3/+7
| |
* | Keccak refactoring/performancePeter Dettman2020-04-053-37/+46
| |
* | Reset after wrong-length failurePeter Dettman2020-04-057-0/+93
| |
* | added argument check for bit block sizePeter Dettman2020-04-051-0/+3
| |
* | Add guard in OID parsingPeter Dettman2020-04-051-0/+2
| |
* | Support headers with multiple valuesPeter Dettman2020-04-058-25/+95
| | | | | | | | - tidy up test names
* | Improve SigAlgName for certs/CRLsPeter Dettman2020-04-053-16/+26
| |
* | Fix bad MAC padding length calculationPeter Dettman2020-04-052-2/+34
| | | | | | | | | | | | - affected files with data or AAD length >~2GB - see also https://github.com/bcgit/bc-java/issues/673 - also allow null output buffer
* | Spelling in exception messagePeter Dettman2020-04-052-2/+2
| |
* | Update versions and release notes for 1.8.6 release-1.8.6Peter Dettman2020-02-213-5/+9
| |
* | Add utility methodPeter Dettman2020-02-211-1/+20
| |
* | RefactoringPeter Dettman2020-02-214-148/+148
| |
* | Fix handling of reason codesPeter Dettman2020-02-211-39/+43
| |
* | Update ASN.1 GetInstance methodsPeter Dettman2020-02-217-109/+49
| |
* | Improvements to permitted sub-treesPeter Dettman2020-02-201-1/+14
| |
* | Misc. updates from bc-javaPeter Dettman2020-02-205-8/+39
| |
* | Mark methods as "Var" for clarityPeter Dettman2020-02-202-6/+6
| |
* | Stricter header validation for PEM filesPeter Dettman2020-02-202-4/+15
| |
* | Fix typoPeter Dettman2020-02-201-1/+1
| |
* | TLS backports from bc-java/tlsPeter Dettman2020-02-206-99/+3
| |
* | PGP updates from bc-javaPeter Dettman2020-02-2013-30/+92
| |
* | Mark several EC multipliers as obsoletePeter Dettman2020-02-209-7/+30
| |
* | Check IsSsl after other checks (NPE)Peter Dettman2020-02-201-25/+19
| |
* | ASN.1 updates from bc-javaPeter Dettman2020-02-1913-153/+320
| |
* | Case-insensitive check of boolean env. var.Peter Dettman2020-02-131-1/+1
| |
* | PKCS12: Improved support for certificate-only key stores without passwordPeter Dettman2020-02-133-26/+102
| |
* | ASN.1 updates from bc-javaPeter Dettman2020-02-1315-231/+312
| |
* | Update release notesPeter Dettman2020-02-121-0/+4
| |
* | Update copyrights to 2020Peter Dettman2020-02-122-2/+2
| |
* | Mark some constructors obsolete (per bc-java)Peter Dettman2020-02-124-6/+14
| |
* | EdDSA: guard against pub key mismatchPeter Dettman2020-01-317-48/+62
| |
* | Port of X25519/X448 field updates from bc-javaPeter Dettman2020-01-302-25/+39
| |
* | Improve ChaCha20Poly1305 testsPeter Dettman2019-10-233-35/+66
| | | | | | | | - focused on processing array sub-ranges
* | Add ChaCha ciphers to factory classesPeter Dettman2019-09-1010-12/+310
| |
* | Port ChaCha20Poly1305 from bc-javaPeter Dettman2019-09-0910-96/+1134
| |
* | Tampering and reuse test cases for GCMPeter Dettman2019-09-092-27/+90
| |
* | Updates from bc-javaPeter Dettman2019-09-091-10/+51
| |
* | Rewrite conditionals to avoid overflowPeter Dettman2019-09-091-2/+2
| |
* | Support user cancellation of (D)TLS handshakesPeter Dettman2019-09-0915-3/+57
| | | | | | | | - see https://github.com/bcgit/bc-java/pull/549
* | Port of strict hex decoding from bc-javaPeter Dettman2019-09-0961-306/+362
| |
* | Add sanity checks on scalar mult. outputsPeter Dettman2019-08-293-10/+116
| |
* | Add new X448 test cases from bc-javaPeter Dettman2019-08-291-0/+190
| |
* | CCM: only enforce the tag length restrictions for encryptionPeter Dettman2019-08-291-4/+4
| |
* | Check CCM tag length during initializationPeter Dettman2019-08-261-2/+10
| |
* | PssSigner verification improvementsPeter Dettman2019-08-261-7/+13
| | | | | | | | | | - enforce leading zero bits consistency requirement - explicitly zero when cipher output is short
* | Fix circular dependence of staticsPeter Dettman2019-08-1027-39/+51
| |
* | Add and use IntValueExact propertiesPeter Dettman2019-08-1035-123/+201
| |
* | Use utility methodPeter Dettman2019-08-091-1/+1
| |
* | Add Clone for bool[]Peter Dettman2019-08-091-30/+21
| |
* | Loosen test requirements on error messagePeter Dettman2019-08-091-4/+4
| |
* | Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-0941-149/+860
| |
* | ASN.1 updates from bc-javaPeter Dettman2019-08-095-42/+66
| | | | | | | | | | - Integer cannot have empty contents octets - Enumerated values can't be negative
* | Add IntValueExact and LongValueExact to BigIntegerPeter Dettman2019-08-091-0/+22
| |
* | EdDSA refactoringPeter Dettman2019-08-044-34/+46
| | | | | | | | | | | | - tighten scalar bounds for wNAF - provide CMov in field classes - fix spelling of Straus
* | Implement promotion for ECPoint precomputationsPeter Dettman2019-08-043-7/+128
| | | | | | | | | | - a point is promoted after repeated use (e.g. in ECDSA verification) - promoted points are eligible for extra precomp => faster algorithms
* | Use Arrays.Reverse utility method in several placesPeter Dettman2019-08-043-35/+8
| |
* | Use GetInstance instead of castPeter Dettman2019-08-041-2/+1
| |
* | Misc. ASN.1 updatesPeter Dettman2019-08-047-33/+31
| |
* | Refactoring in PublicKeyFactoryPeter Dettman2019-08-043-55/+73
| | | | | | | | | | - add SubjectPublicKeyInfo.ParsePublicKey and use where applicable - validate GOST3410 public key lengths
* | Improve caching behaviour for algorithms using endomorphismsPeter Dettman2019-08-039-19/+187
| |
* | Use fixed-point comb when multiplying basepointPeter Dettman2019-08-022-5/+11
| |
* | Handle x400Address as sequence in GeneralNamePeter Dettman2019-08-021-14/+17
| | | | | | | | - add 'default' tag handler (instead of falling out of if-block)
* | EC wNAF-related updates from bc-javaPeter Dettman2019-08-0211-539/+659
| | | | | | | | | | | | | | - better control of window size limits - callers take advantage of available larger precomps - provide ConfigureBasepoint to mark points for larger precomp - mark built-in curve basepoints for larger default wNAF width
* | Add experimental support for GLV Type A endomorphismsPeter Dettman2019-08-0215-111/+398
| |
* | Provide a constant-time zero testPeter Dettman2019-08-022-4/+18
| |
* | Updates to raw math classes from bc-javaPeter Dettman2019-08-026-42/+148
| |
* | Refactor Equals/GetHashCode in X509 objectsPeter Dettman2019-08-023-34/+107
| | | | | | | | - cache public key in X509Certificate
* | SHA-256 performance tweakPeter Dettman2019-08-011-30/+18
| |
* | Rewrite Asn1Sequence/Set to store elements as Asn1Encodable[]Peter Dettman2019-08-018-264/+170
| |
* | Don't create a SecureRandom unnecessarilyPeter Dettman2019-08-011-4/+20
| |
* | Refactor ToString()Peter Dettman2019-08-011-11/+6
| |
* | PCL fixesPeter Dettman2019-08-014-6/+7
| |
* | Inline BuildEncodableVector to shrink recursive call stacksPeter Dettman2019-08-011-13/+10
| |
* | Cast to remove warningPeter Dettman2019-08-011-1/+1
| |
* | EC updates from bc-javaPeter Dettman2019-08-0124-34/+553
| | | | | | | | | | | | | | - use half-trace when possible (odd m) for decompression/validation - provide field-specific half-trace methods for custom curves - clarify the logic of point-order testing for binary curves - expand test cases for invalid points
* | Fix warningsPeter Dettman2019-08-012-10/+10
| |
* | Misc. ASN.1 updates from bc-javaPeter Dettman2019-08-017-104/+232
| |
* | Rework some of the ImplSquare methods in custom binary curvesPeter Dettman2019-07-317-25/+22
| |
* | Accept only properly-sized BigInteger (no auto-reduction)Peter Dettman2019-07-3110-27/+25
| |
* | Fix CMP tests failing to set bodyPeter Dettman2019-07-312-4/+12
| |
* | Work on EC parameters classesPeter Dettman2019-07-305-43/+42
| | | | | | | | | | | | | | - make fields private/readonly where possible - add public validation methods to ECDomainParameters - add validation to ECPrivateKeyParameters - ECDomainParameters equality/GetHashCode ignore (optional) cofactor
* | Adapt test to access restrictionsPeter Dettman2019-07-291-16/+35
| |
* | Fix a corner-case for DER set-value sortingPeter Dettman2019-07-291-15/+22
| |
* | Add several copy64 methodsPeter Dettman2019-07-291-0/+17
| |
* | Make main SMix array 1-dimensionalPeter Dettman2019-07-291-12/+16
| |
* | Remove unused importsPeter Dettman2019-07-291-4/+0
| |
* | Fix field reduction for custom secp128r1 curvePeter Dettman2019-07-294-0/+57
| | | | | | | | - see https://github.com/bcgit/bc-java/issues/566
* | Update ECPointTest.csKristian Rastrup2019-06-121-2/+2
| | | | | | Updated to test all points and not just the first
* | RefactoringPeter Dettman2019-06-0490-1049/+371
| |
* | Port LinkedCertificate from bc-javaPeter Dettman2019-06-0410-1/+230
| |
* | Name constraint validation updates from bc-javaPeter Dettman2019-06-0113-206/+1104
| |
* | Remove extraneous outputPeter Dettman2019-06-011-1/+1
| |
* | Support SM2 in SignerUtilitiesPeter Dettman2019-06-015-109/+240
| | | | | | | | - including support for non-standard SHA256withSM2
* | Merge branch 'patch-4' of https://github.com/rastrup/bc-csharp into ↵Peter Dettman2019-06-011-1/+1
|\ \ | | | | | | | | | rastrup-patch-4
| * | Update Arrays.csKristian Rastrup2019-05-231-1/+1
| | | | | | | | | Changed to string since char in StringBuilder constructor gets converted into int for capacity
* | | Default saltLength to 20Peter Dettman2019-05-141-2/+1
| | |
* | | Increase zlib default buffer sizePeter Dettman2019-05-142-2/+2
| | |
* | | Refactor to not need pending_buf_sizePeter Dettman2019-05-141-7/+1
|/ /
* | Merge branch 'patch-5' of https://github.com/rastrup/bc-csharp into ↵Peter Dettman2019-05-131-1/+1
|\ \ | | | | | | | | | rastrup-patch-5
| * | Update PssSigner.csKristian Rastrup2019-05-131-1/+1
| | | | | | | | | Passing through parameter in constructor of PssSigner
* | | Merge branch 'patch-7' of https://github.com/rastrup/bc-csharp into ↵Peter Dettman2019-05-131-1/+1
|\ \ \ | | | | | | | | | | | | rastrup-patch-7
| * | | Update DHValidationParms.csKristian Rastrup2019-05-131-1/+1
| |/ / | | | | | | Correcting type check in DHValidationParms
* | | Cleanup around OfferInput methodsPeter Dettman2019-05-102-11/+16
| | |
* | | Merge branch 'patch-1' of https://github.com/deniszykov/bc-csharp into ↵Peter Dettman2019-05-101-1/+6
|\ \ \ | | | | | | | | | | | | deniszykov-patch-1
| * | | Update TlsProtocol.csdeniszykov2019-05-091-1/+6
| |/ / | | | | | | added `TlsProtocol.OfferInput()` overload which specify _offset_ and _length_ of input buffer like in java source https://www.bouncycastle.org/docs/tlsdocs1.5on/org/bouncycastle/tls/TlsProtocol.html
* | | Update KDF test project files and .NET 1.1 compat.Peter Dettman2019-05-109-341/+311
| | |
* | | KDF Related tests.mw2019-05-076-2/+3417
| | |
* | | .NET 1.1 fixes for KDF changesPeter Dettman2019-05-061-1/+0
| | |
* | | Fix errors and names in KDF changesPeter Dettman2019-05-066-42/+35
| | |
* | | Update project files for recent KDF additionsPeter Dettman2019-05-066-3/+94
| | |
* | | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2019-05-0614-0/+189102
|\ \ \
| * \ \ Merge branch 'master' of git.bouncycastle.org:bc-csharpmw2019-05-018-23/+85
| |\ \ \
| * | | | Additional KDF operations and tests.mw2019-05-0114-0/+189102
| | |/ / | |/| |
* | | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman2019-05-068-5/+105
| |/ / |/| | | | | | | | - use not-all-zeroes test psk to ensure coverage
* | | EdDSA verifiers now reject overly long signaturesPeter Dettman2019-04-308-23/+85
|/ / | | | | | | - see https://github.com/bcgit/bc-java/issues/508
* | Merge branch 'patch-3' of https://github.com/kakkerlakgly/bc-csharp into ↵Peter Dettman2019-03-261-1/+1
|\ \ | | | | | | | | | kakkerlakgly-patch-3
| * | Update PkixBuilderParameters.csKristian Rastrup2019-03-261-1/+1
| | | | | | | | | Due to hidden member a this. has been forgotten
* | | Merge branch 'patch-2' of https://github.com/kakkerlakgly/bc-csharp into ↵Peter Dettman2019-03-261-1/+1
|\ \ \ | | | | | | | | | | | | kakkerlakgly-patch-2
| * | | Update CMSSignedHelper.csKristian Rastrup2019-03-261-1/+1
| |/ / | | | | | | Change to Id Field for TeleTrusTObjectIdentifiers.TeleTrusTRsaSignatureAlgorithm
* / / Update PkixCertPath.csKristian Rastrup2019-03-261-1/+1
|/ / | | | | The Equals method compares to the wrong list
* | DTLS: Guard against epoch wrappingPeter Dettman2019-03-091-3/+8
| |
* | Update comment in line with Java versionPeter Dettman2019-03-091-6/+6
| |
* | Don't ignore indexPeter Dettman2019-03-091-1/+1
| |
* | Fix setting of buffer positionPeter Dettman2019-02-071-1/+1
| |
* | fixed ECGOST co-factors for 2012 setsDavid Hook2019-02-052-4/+6
| |
* | updateDavid Hook2019-02-041-0/+5
| |
* | Update versions and release notes for 1.8.5 release-1.8.5Peter Dettman2019-01-314-7/+7
| |
* | Fixes and tidying up for releasePeter Dettman2019-01-3178-1750/+1758
| |
* | removed unnecessary extra ECGOST3410 classDavid Hook2019-01-242-154/+14
| |
* | Merge remote-tracking branch 'origin/master'David Hook2019-01-201-1/+1
|\ \
| * | name fixDavid Hook2019-01-201-1/+1
| | |
* | | updateDavid Hook2019-01-201-0/+7
|/ /
* | name issueDavid Hook2019-01-201-153/+0
| |
* | name issueDavid Hook2019-01-201-2/+2
| |
* | Merge remote-tracking branch 'origin/master'David Hook2019-01-2018-93/+107
|\ \
| * | minor tweakingDavid Hook2019-01-2015-77/+84
| | |
| * | Selecting digest.MW2019-01-192-9/+15
| | |
| * | Updated to use nominated digtest.MW2019-01-191-7/+8
| | |
* | | fixed file nameDavid Hook2019-01-201-0/+153
|/ /
* | renameDavid Hook2019-01-191-0/+0
| |
* | added initialisation to Asn1KeyWrapperDavid Hook2019-01-191-22/+21
| |
* | fixed KeyTransRecipientInfoGenerator to invoke overridable method for ↵David Hook2019-01-193-53/+57
| | | | | | | | wrapping symmetric session key
* | Missing file from last commitMW2019-01-191-5/+5
| |
* | Provider logic for transformation names.MW2019-01-193-10/+92
| |
* | fixed nlDavid Hook2019-01-191-0/+5
| |
* | added basic wrapper codeDavid Hook2019-01-192-0/+92
| |
* | added use of IKeyWrapper for managing CMS KeyTransRecientDavid Hook2019-01-181-16/+0
| |
* | added use of IKeyWrapper for managing CMS KeyTransRecipientDavid Hook2019-01-181-6/+3
| |
* | added use of IKeyWrapper for managing CMS KeyTransRecipientDavid Hook2019-01-1811-180/+311
| |
* | Missing file from last commit.MW2019-01-181-1/+2
| |
* | CMS ArchiveControlMW2019-01-1717-7/+1091
| |
* | Missing from previous commitMegan Woods2019-01-151-1/+9
| |
* | Updated C# doc.Megan Woods2019-01-1517-200/+289
| | | | | | | | Removed EJBCA EnrollmentTest as it s not viable to produce an example on .Net Framework 2.0
* | first cut on Pkcs8David Hook2019-01-1513-0/+624
| |
* | added alg constructorDavid Hook2019-01-151-0/+5
| |
* | removed genericDavid Hook2019-01-152-3/+28
| |
* | Merge remote-tracking branch 'origin/master'David Hook2019-01-151-0/+24
|\ \
| * | added missing interfaceDavid Hook2019-01-151-0/+24
| | |
* | | updateDavid Hook2019-01-152-143/+0
| | |
* | | updatedDavid Hook2019-01-151-17/+5
|/ /
* | refactor of PKMacBuilderDavid Hook2019-01-159-432/+423
| |