Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
@@ -27,9 +27,12 @@ reviewed:
- github.com/ProtonMail/go-crypto/openpgp/errors
- github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
- github.com/ProtonMail/go-crypto/openpgp/internal/ecc
- github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519
- github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519/field
- github.com/ProtonMail/go-crypto/openpgp/internal/encoding
- github.com/ProtonMail/go-crypto/openpgp/packet
- github.com/ProtonMail/go-crypto/openpgp/s2k
- github.com/ProtonMail/go-crypto/openpgp/symmetric
- github.com/ProtonMail/go-crypto/openpgp/x25519
- github.com/ProtonMail/go-crypto/openpgp/x448
- github.com/cloudflare/circl/dh/x25519
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/bitcurves
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/brainpool
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package brainpool implements Brainpool elliptic curves.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/eax
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate)
mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF
@@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -38,7 +38,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/internal/byteutil
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/ocb
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode
of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black
@@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -38,7 +38,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package openpgp implements high level operations on OpenPGP messages.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/armor
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/ecdh
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
in RFC 6637, section 8.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified
in RFC 6637, section 5.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/ed25519
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as
defined in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/ed448
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined
in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/eddsa
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified
in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa
license: other
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/elgamal
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
IEEE Transactions on Information Theory, v.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -37,7 +37,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/errors
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package errors contains common error types for the OpenPGP packages.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: [email protected].2/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519
version: v1.1.0-alpha.5-proton
type: go
summary: Package curve25519 implements custom field operations without clamping for
forwarding.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer and otherwise run, modify and propagate the contents of this
implementation of Go, where such license applies only to those patent
claims, both currently owned or controlled by Google and acquired in
the future, licensable by Google that are necessarily infringed by this
implementation of Go. This grant does not include claims that would be
infringed only as a consequence of further modification of this
implementation. If you or your agent or exclusive licensee institute or
order or agree to the institution of patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging
that this implementation of Go or any code incorporated within this
implementation of Go constitutes direct or contributory patent
infringement, or inducement of patent infringement, then any patent
rights granted to you under this License for this implementation of Go
shall terminate as of the date such litigation is filed.
notices: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519/field
version: v1.1.0-alpha.5-proton
type: go
summary: Package field implements fast arithmetic modulo 2^255-19.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519/field
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer and otherwise run, modify and propagate the contents of this
implementation of Go, where such license applies only to those patent
claims, both currently owned or controlled by Google and acquired in
the future, licensable by Google that are necessarily infringed by this
implementation of Go. This grant does not include claims that would be
infringed only as a consequence of further modification of this
implementation. If you or your agent or exclusive licensee institute or
order or agree to the institution of patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging
that this implementation of Go or any code incorporated within this
implementation of Go constitutes direct or contributory patent
infringement, or inducement of patent infringement, then any patent
rights granted to you under this License for this implementation of Go
shall terminate as of the date such litigation is filed.
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package encoding implements openpgp packet field encodings as specified in
RFC 4880 and 6637.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/packet
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package packet implements parsing and serialization of OpenPGP packets, as
specified in RFC 4880.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet
license: bsd-3-clause
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/s2k
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08
section 3.7.1.4.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k
license: bsd-3-clause
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -37,7 +37,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/symmetric
version: v1.1.0-alpha.5-proton
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/symmetric
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer and otherwise run, modify and propagate the contents of this
implementation of Go, where such license applies only to those patent
claims, both currently owned or controlled by Google and acquired in
the future, licensable by Google that are necessarily infringed by this
implementation of Go. This grant does not include claims that would be
infringed only as a consequence of further modification of this
implementation. If you or your agent or exclusive licensee institute or
order or agree to the institution of patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging
that this implementation of Go or any code incorporated within this
implementation of Go constitutes direct or contributory patent
infringement, or inducement of patent infringement, then any patent
rights granted to you under this License for this implementation of Go
shall terminate as of the date such litigation is filed.
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/x25519
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/x448
version: v1.1.0-alpha.2
version: v1.1.0-alpha.5-proton
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448
license: other
licenses:
- sources: go-crypto@v1.1.0-alpha.2/LICENSE
- sources: go-crypto@v1.1.0-alpha.5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: go-crypto@v1.1.0-alpha.2/PATENTS
- sources: go-crypto@v1.1.0-alpha.5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ go 1.21

require (
fyne.io/systray v1.10.0
github.com/ProtonMail/go-crypto v1.1.0-alpha.2
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton
github.com/arduino/go-paths-helper v1.12.0
github.com/arduino/go-serial-utils v0.1.2
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ fyne.io/systray v1.10.0 h1:Yr1D9Lxeiw3+vSuZWPlaHC8BMjIHZXJKkek706AfYQk=
fyne.io/systray v1.10.0/go.mod h1:oM2AQqGJ1AMo4nNqZFYU8xYygSBZkW2hmdJ7n4yjedE=
github.com/AnatolyRugalev/goregen v0.1.0 h1:xrdXkLaskMnbxW0x4FWNj2yoednv0X2bcTBWpuJGYfE=
github.com/AnatolyRugalev/goregen v0.1.0/go.mod h1:sVlY1tjcirqLBRZnCcIq1+7/Lwmqz5g7IK8AStjOVzI=
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 h1:bkyFVUP+ROOARdgCiJzNQo2V2kiB97LyUpzH9P6Hrlg=
github.com/ProtonMail/go-crypto v1.1.0-alpha.2/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton h1:KVBEgU3CJpmzLChnLiSuEyCuhGhcMt3eOST+7A+ckto=
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
github.com/arduino/go-paths-helper v1.12.0 h1:xizOQtI9iHdl19qXd1EmWg5i9W//2bOCOYwlNv8F61E=
github.com/arduino/go-paths-helper v1.12.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM=