Skip to content

Dart library for parsing and working with X.509 certificates

License

Notifications You must be signed in to change notification settings

appsup-dart/x509

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdd3ea6 · Dec 31, 2023

History

81 Commits
Mar 24, 2021
Nov 3, 2022
Dec 31, 2023
Nov 4, 2022
Feb 1, 2020
Dec 31, 2023
Feb 1, 2020
Oct 14, 2023
Nov 3, 2022
Dec 26, 2022
Dec 31, 2023

Repository files navigation

❤️ sponsor

x509

Dart library for parsing and working with X.509 certificates.

Usage

A simple usage example:

import 'package:x509/x509.dart';
import 'dart:io';

void main() {
  var cert = parsePem(File('cert.pem').readAsStringSync());
      
  print(cert);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Sponsor

Creating and maintaining this package takes a lot of time. If you like the result, please consider to ❤️ sponsor. With your support, I will be able to further improve and support this project. Also, check out my other dart packages at pub.dev.