Skip to content

Commit 3ebca0a

Browse files
Bump github.com/ProtonMail/go-crypto from 1.1.0-alpha.2 to 1.1.0-alpha.5-proton (#974)
* Bump github.com/ProtonMail/go-crypto Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.1.0-alpha.2 to 1.1.0-alpha.5-proton. - [Release notes](https://github.com/ProtonMail/go-crypto/releases) - [Commits](ProtonMail/go-crypto@v1.1.0-alpha.2...v1.1.0-alpha.5-proton) --- updated-dependencies: - dependency-name: github.com/ProtonMail/go-crypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update licenses --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Umberto Baldi <[email protected]>
1 parent 1561223 commit 3ebca0a

28 files changed

+259
-69
lines changed

.licensed.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ reviewed:
2828
- github.com/ProtonMail/go-crypto/openpgp/errors
2929
- github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
3030
- github.com/ProtonMail/go-crypto/openpgp/internal/ecc
31+
- github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519
32+
- github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curve25519/field
3133
- github.com/ProtonMail/go-crypto/openpgp/internal/encoding
3234
- github.com/ProtonMail/go-crypto/openpgp/packet
3335
- github.com/ProtonMail/go-crypto/openpgp/s2k
36+
- github.com/ProtonMail/go-crypto/openpgp/symmetric
3437
- github.com/ProtonMail/go-crypto/openpgp/x25519
3538
- github.com/ProtonMail/go-crypto/openpgp/x448
3639
- github.com/cloudflare/circl/dh/x25519

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/bitcurves
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
77
license: other
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/brainpool
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package brainpool implements Brainpool elliptic curves.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
77
license: other
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/eax.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ProtonMail/go-crypto/eax
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate)
66
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
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
1010
license: other
1111
licenses:
12-
- sources: [email protected].2/LICENSE
12+
- sources: [email protected].5-proton/LICENSE
1313
text: |
1414
Copyright (c) 2009 The Go Authors. All rights reserved.
1515
@@ -38,7 +38,7 @@ licenses:
3838
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3939
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
- sources: [email protected].2/PATENTS
41+
- sources: [email protected].5-proton/PATENTS
4242
text: |
4343
Additional IP Rights Grant (Patents)
4444

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/internal/byteutil
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
77
license: other
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/ocb.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ProtonMail/go-crypto/ocb
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode
66
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
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
1010
license: other
1111
licenses:
12-
- sources: [email protected].2/LICENSE
12+
- sources: [email protected].5-proton/LICENSE
1313
text: |
1414
Copyright (c) 2009 The Go Authors. All rights reserved.
1515
@@ -38,7 +38,7 @@ licenses:
3838
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3939
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4040
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
- sources: [email protected].2/PATENTS
41+
- sources: [email protected].5-proton/PATENTS
4242
text: |
4343
Additional IP Rights Grant (Patents)
4444

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package openpgp implements high level operations on OpenPGP messages.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
77
license: other
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
77
license: other
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/armor
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
77
license: other
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/ecdh
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
66
in RFC 6637, section 8.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
88
license: other
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].5-proton/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: [email protected].2/PATENTS
39+
- sources: [email protected].5-proton/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified
66
in RFC 6637, section 5.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa
88
license: other
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].5-proton/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: [email protected].2/PATENTS
39+
- sources: [email protected].5-proton/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/ed25519
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as
66
defined in the Open PGP crypto refresh.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519
88
license: other
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].5-proton/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: [email protected].2/PATENTS
39+
- sources: [email protected].5-proton/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/ed448
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined
66
in the Open PGP crypto refresh.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448
88
license: other
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].5-proton/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: [email protected].2/PATENTS
39+
- sources: [email protected].5-proton/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/eddsa
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified
66
in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa
88
license: other
99
licenses:
10-
- sources: [email protected].2/LICENSE
10+
- sources: [email protected].5-proton/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: [email protected].2/PATENTS
39+
- sources: [email protected].5-proton/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/elgamal
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
66
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
77
IEEE Transactions on Information Theory, v.
88
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal
99
license: bsd-3-clause
1010
licenses:
11-
- sources: [email protected].2/LICENSE
11+
- sources: [email protected].5-proton/LICENSE
1212
text: |
1313
Copyright (c) 2009 The Go Authors. All rights reserved.
1414
@@ -37,7 +37,7 @@ licenses:
3737
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3838
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
- sources: [email protected].2/PATENTS
40+
- sources: [email protected].5-proton/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

.licenses/arduino-create-agent/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/ProtonMail/go-crypto/openpgp/errors
3-
version: v1.1.0-alpha.2
3+
version: v1.1.0-alpha.5-proton
44
type: go
55
summary: Package errors contains common error types for the OpenPGP packages.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].5-proton/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: [email protected].2/PATENTS
38+
- sources: [email protected].5-proton/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)