Difference between revisions of "Distinguished Encoding Rules"
From MgmtWiki
(→Context) |
(→Solution) |
||
Line 9: | Line 9: | ||
==Solution== | ==Solution== | ||
− | This section describes a solution for Microsoft .NET 5.0 called pem-utils. | + | * This section describes a solution for Microsoft .NET 5.0 called pem-utils. |
− | The code described was created by Wouter Huysentruit for .NET 4.7.1 (and NetStandard 2.0). | + | * The code described was created by Wouter Huysentruit for .NET 4.7.1 (and NetStandard 2.0). |
− | The revised code for .NET 5.0 in in the github repository https://github.com/TomCJones/pem-utils. | + | * The revised code for .NET 5.0 in in the github repository https://github.com/TomCJones/pem-utils. |
==References== | ==References== |
Revision as of 14:53, 28 June 2021
Contents
Fulll Title
Distinguished Encoding Rules (DER) we created to allow a centralized structure for digital representation of real-word entities such as entries in a telephone directory.
Context
The rules were created by the ITU standard S.690 which defines BER, CER and DER. Only DER has seen broad adoption in the Public Key Infrastructure used for TSL and other certificates.
See the wiki page on Distinguished Name (DN).
Solution
- This section describes a solution for Microsoft .NET 5.0 called pem-utils.
- The code described was created by Wouter Huysentruit for .NET 4.7.1 (and NetStandard 2.0).
- The revised code for .NET 5.0 in in the github repository https://github.com/TomCJones/pem-utils.