open-vault/vendor/github.com/xdg/stringprep
Michel Vocks 027ada452e
Mongodb driver switch to mongo-driver (#8140)
* Switch mongodb driver to mongo-driver

* Tidy mod

* Make writeConcern private

* Implement review feedback

* Add retry functionality

* Added backoff time

* go mod vendor

* Fix failing test

* goimport
2020-01-24 09:32:47 +01:00
..
.gitignore Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
.travis.yml Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
bidi.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
doc.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
error.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
LICENSE Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
map.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
profile.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
README.md Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
saslprep.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
set.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00
tables.go Mongodb driver switch to mongo-driver (#8140) 2020-01-24 09:32:47 +01:00

GoDoc Build Status

stringprep  Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep

Synopsis

    import "github.com/xdg/stringprep"

    prepped := stringprep.SASLprep.Prepare("TrustNô1")

Description

This library provides an implementation of the stringprep algorithm (RFC-3454) in Go, including all data tables.

A pre-built SASLprep (RFC-4013) profile is provided as well.

Copyright 2018 by David A. Golden. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0