summary refs log tree commit diff
path: root/crypto/src/pkix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Asn1GeneralizedTime and usePeter Dettman2022-10-251-2/+2
|
* System.Linq cleanupPeter Dettman2022-10-171-1/+0
|
* Fix exception typePeter Dettman2022-10-061-13/+7
|
* DateTimeObject => nullable DateTimePeter Dettman2022-09-144-12/+7
|
* Remove redundant utility methods and refactorPeter Dettman2022-07-121-16/+2
|
* Custom serializationPeter Dettman2022-07-011-1/+8
|
* Cleanup NewLine handlingPeter Dettman2022-06-296-23/+19
|
* Generics migration completePeter Dettman2022-06-294-126/+70
|
* Refactoring around PlatformPeter Dettman2022-06-294-24/+18
|
* Update alternative names from bc-javaPeter Dettman2022-06-271-6/+2
|
* Generics migration in Asn1Peter Dettman2022-06-271-1/+1
|
* Generics migration in PkixPeter Dettman2022-06-279-685/+488
|
* Generics migration workPeter Dettman2022-06-2712-368/+277
|
* Replace IX509Store API with new store/selector APIPeter Dettman2022-06-2613-647/+448
| | | | - overhaul Cms, Pkix, X509 APIs
* Cleanup Exception classesPeter Dettman2022-06-243-22/+46
|
* Remove certpath from PkixCertPathValidatorExceptionPeter Dettman2022-06-243-232/+85
|
* Code cleanupPeter Dettman2022-06-225-13/+10
|
* Cleanup old build systemsPeter Dettman2022-06-213-3/+3
|
* ObsoleteAttribute cleanupPeter Dettman2022-06-211-6/+0
|
* CRL NextUpdate can be nullPeter Dettman2021-09-081-12/+8
| | | | - see https://github.com/bcgit/bc-csharp/issues/315
* Add OtherName support and refactoringPeter Dettman2020-04-051-527/+518
|
* Spelling in exception messagePeter Dettman2020-04-052-2/+2
|
* RefactoringPeter Dettman2020-02-212-144/+144
|
* Fix handling of reason codesPeter Dettman2020-02-211-39/+43
|
* Improvements to permitted sub-treesPeter Dettman2020-02-201-1/+14
|
* Add and use IntValueExact propertiesPeter Dettman2019-08-101-4/+4
|
* Name constraint validation updates from bc-javaPeter Dettman2019-06-012-117/+113
|
* 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
* | Update PkixCertPath.csKristian Rastrup2019-03-261-1/+1
|/ | | The Equals method compares to the wrong list
* Fixes and tidying up for releasePeter Dettman2019-01-311-1/+1
|
* PKIX: Allow a V0 TA to appear at end of the cert path.Peter Dettman2018-04-174-2/+20
|
* PKIX: explicit validation of version number and extension repeatsPeter Dettman2018-04-171-5/+29
|
* Add Platform method for getting the type name of an objectPeter Dettman2015-11-212-2/+2
|
* Review of culture-independent String comparison methodsPeter Dettman2015-11-123-47/+48
|
* Address various compiler warningsPeter Dettman2015-11-101-2/+2
|
* Change Close calls to Dispose calls for PORTABLEPeter Dettman2015-11-041-1/+1
|
* PCL: Various non-IO changesPeter Dettman2015-10-182-5/+6
|
* No SerializableAttribute in PCLPeter Dettman2015-10-183-3/+3
|
* Changed PkixCertPathChecker Check method signature, so chosen unsupported ↵Marcin Paszylk2015-06-161-3/+1
| | | | | | certificate extensions can be removed from collection in Check method implementation. Change-Id: I2041e4dc7be1b041bbe3a4ff0537be921b1f317b
* Spelling fixesPeter Dettman2015-03-081-2/+2
|
* Merge branch 'pkix-validator-throw' of git://github.com/jstedfast/bc-csharp ↵Peter2014-01-211-5/+5
|\ | | | | | | into jstedfast-pkix-validator-throw
| * Need to throw the new exceptions rather than leaving them to fall into the voidJeffrey Stedfast2013-11-241-5/+5
| |
* | Make date format consistent with Java testsPeter Dettman2013-12-292-8/+8
|/
* Initial import of old CVS repositoryPeter Dettman2013-06-2823-0/+9789