Skip to content

Commit

Permalink
Upgrade go-crypto to v1.1.0-alpha.5-proton
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 8, 2024
1 parent 480d518 commit a78e3a8
Show file tree
Hide file tree
Showing 28 changed files with 259 additions and 69 deletions.
3 changes: 3 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/ProtonMail/go-crypto/eax.dep.yml
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.0
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
Expand All @@ -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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/ProtonMail/go-crypto/ocb.dep.yml
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.0
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
Expand All @@ -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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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: other
licenses:
- sources: [email protected].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
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.0
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: other
licenses:
- sources: [email protected].0/LICENSE
- sources: [email protected].5-proton/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -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].0/PATENTS
- sources: [email protected].5-proton/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Loading

0 comments on commit a78e3a8

Please sign in to comment.