tls_psk 0.1.0 copy "tls_psk: ^0.1.0" to clipboard
tls_psk: ^0.1.0 copied to clipboard

TLS 1.3 pre-shared-key (PSK) client sockets for Dart and Flutter, with forward secrecy. A self-contained dart:ffi binding to a vendored, statically-built mbedTLS — no system OpenSSL required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tls_psk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tls_psk: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tls_psk/tls_psk.dart';
0
likes
150
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

TLS 1.3 pre-shared-key (PSK) client sockets for Dart and Flutter, with forward secrecy. A self-contained dart:ffi binding to a vendored, statically-built mbedTLS — no system OpenSSL required.

Repository (GitHub)
View/report issues

Topics

#tls #psk #ffi #networking #security

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on tls_psk

Packages that implement tls_psk