File golang-org-x-crypto.changes of Package golang-org-x-crypto
------------------------------------------------------------------- Sun Oct 09 23:15:51 UTC 2022 - jkowalczyk@suse.com - Update to version 0.0.0+git20221005.4161e89: * all: replace bytes.Compare with bytes.Equal * acme/autocert: remove TestRenewFromCache skips * acme/autocert: fix renewal timer issue * all: replace io/ioutil with io and os package * internal/wycheproof: add crypto/ecdh tests * ssh/agent: match OpenSSH extensionAgentMsg, not IETF draft * cryptobyte: add ReadUint64 and AddUint64 * acme: gofmt code with Go 1.19 gofmt * internal/subtle: rename to internal/alias * A+C: delete AUTHORS and CONTRIBUTORS * curve25519: remove dependency on fmt * acme/autocert: properly clean DirCache paths * acme: DeactivateReg fix panic * curve25519/internal/field: update generator to avo v0.4.0 * acme: add AccountKeyRollover * ssh/agent: fix non-RSA certificates * acme/autocert/internal/acmetest: don't validate in goroutine * internal/wycheproof: skip truncated SHA-512 RSAPSS tests for boring * internal/wycheproof: add ECDH tests, including point decompression * all: gofmt * acme/autocert: support External Account Binding (EAB) tokens * ocsp: add Response.Raw * ssh: send ext-info-c only once * ssh: support rsa-sha2-256/512 for client certificates * ssh: support rsa-sha2-256/512 for client authentication * ssh: send (and rename) keyboard-interactive name field to the client * ssh: don't advertise rsa-sha2 algorithms if we can't use them * ssh: deprecate and replace SigAlgo constants * ssh: fix diffie-hellman-group-exchange g and K bounds checks * ssh: add diffie-hellman-group14-sha256 kex * ssh: support new curve25519-sha256 kex name * ssh: add IUTF8 constant from RFC 8160 * ssh: ignore MAC if AEAD ciphers negotiated * ssh: fix typo * acme/autocert: skip renewal tests broken on windows/arm64 * crypto/ssh: don't send the last auth failure message if disconnecting * acme/autocert: fix races in renewal tests * ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKey * acme/autocert: include email in example * acme, sha3, ssh: fix the typos * acme: remove support for pre-RFC 8555 ACME spec * ocsp: fix typo * ed25519: drop Go 1.12 compatibility * acme: expose Client KID field * acme/autocert: replace all ACME server stubs with acmetest * acme/autocert: renew Let's Encrypt certificates likely to get revoked * ssh/agent: fix TestMalformedRequests * acme: in TestFetchCertCancel, do not reply before the cancellation propagates * cryptobyte: fix parsing of large ASN.1 OIDs * internal/wycheproof: skip on builders with flaky network connections * ssh: don't assume packet plaintext size * all: upgrade x/net to latest * ssh: support RSA SHA-2 (RFC8332) signatures * ocsp: rewrite tests that rely on SHA1-RSA * acme: implement Client.ListCertAlternates * all: fix typos * poly1305: deprecate public package * acme: fix deadlock when Client.Key is nil * openpgp: fix deprecation message * openpgp: mark as deprecated * sha3: fix typo in comment * all: upgrade x/sys to latest * curve25519/internal/field: fix generator module reference to x/crypto * all: add //go:build lines to assembly files * ssh: return missing user field in NewClientConn * curve25519: replace field implementation with filippo.io/edwards25519 * go.mod: upgrade to go 1.17 * acme: add support for subproblems * poly1305: cleanup ppc64le R0/$0 usage * cryptobyte: add support for UTCTime * acme/autocert: include the domain in the SAN of the CSR * scrypt: use encoding/binary to simplify smix * go.mod: bump golang.org/x/net to e18ecbb05110 * all: go fmt ./... * blake2s: fix 386 assembly not to smash SP * blake2b: fix amd64 assembly not to smash SP * salsa20/salsa: fix amd64 assembly not to smash SP * blake2s: fix amd64 assembly not to smash SP * acme: hardcode and remove ExternalAccountBinding.Algorithm * acme: add external account binding support * ssh: disallow gssapi-with-mic if GSSAPIWithMICConfig is not set * README.md: add badge to pkg.go.dev * all: build tags: appengine,!gccgo => purego,gc * x/crypto/chacha20: fix typo in benchmark * ssh/terminal: bump x/term dependency to fix js/nacl * ssh/terminal: replace with a golang.org/x/term wrapper * ssh/terminal: add support for zos * ssh: improve error message for KeyboardInteractiveChallenge * crypto/ssh: add Client.Close in Dial example * internal/wycheproof: add RSA OAEP decryption tests * nacl/auth: use Size instead of KeySize for Sum output * ocsp: Improve documentation for ParseResponse and ParseResponseForCert * ssh: remove slow unnecessary diffie-hellman-group-exchange primality check * sha3: remove go:nocheckptr annotation * internal/wycheproof: add generic AEAD test * pkcs12: drop PKCS#12 attributes with unknown OIDs * pkcs12: document that we use the wrong PEM type * ssh: Make error message deterministic * internal/wycheproof: add tests for hmac generation * ssh: don't err out on channel request msgs to unknown channels ------------------------------------------------------------------- Wed May 20 09:14:27 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.0.0+git20200510.06a226f ------------------------------------------------------------------- Mon Oct 23 14:06:07 UTC 2017 - opensuse-packaging@opensuse.org - Update to version 0.0.0+git20171021.edd5e9b: * acme: reword the godoc to be more human readable * ssh: remove unused buffer.eof return value * blake2b: fix typo in error message * acme/autocert: add Cache to Manager example * scrypt: update recommended parameters for 2017 * scrypt: add missing license header * ssh: add support for banners * acme: fill Subject CN field in the tls-sni challenge certs * acme, acme/autocert: add missing articles * ocsp: remove incorrect iota and update docs on CreateRequest ------------------------------------------------------------------- Tue Feb 28 15:52:08 UTC 2017 - thipp@suse.de - Fix requirements ------------------------------------------------------------------- Tue Dec 13 10:27:15 UTC 2016 - tboerger@suse.com - Update to version 0.0.0+git20161212.9a6f0a0: * blake2s: fix build constraints * chacha20poly1305: fix build constraints * x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods * acme/autocert: remove trailing dot from domain before requesting cert * x/crypto/blake2b: SSE4.1 is bit 19, not 15. * chacha20poly1305: make polyHashADInternal private * bn256: fix equations in comments * x/crypto/ssh/terminal: replace \n with \r\n. * x/crypto/ocsp: Don't hard-code OCSP response hash function * blake2b: fix constant size ------------------------------------------------------------------- Tue Dec 13 10:23:58 UTC 2016 - tboerger@suse.com - Updated service definition ------------------------------------------------------------------- Wed Aug 17 08:19:42 UTC 2016 - tboerger@suse.com - Added rpmlintrc for common golang linting ------------------------------------------------------------------- Tue Aug 16 15:25:55 UTC 2016 - tboerger@suse.com - Applied latest changes for golang-packaging ------------------------------------------------------------------- Fri Jul 8 11:02:56 UTC 2016 - tboerger@suse.com - Refactoed spec with a new unified layout - Reformatted service file properly ------------------------------------------------------------------- Sat Dec 26 11:23:42 UTC 2015 - matwey.kornilov@gmail.com - Update to version 0.0.0+git20151215.f18420e: + x/crypto/pkcs12: deal with short byte array in PBKDF + otr: smpFailureError processing tlvTypeSMP3 prevents sending tlvTypeSMP4 + x/crypto/openpgp/packet: fix message for errors resulting from an unknown cipher. + crypto/ssh: fix typo in error string. + x/crypto/otr: clear key slots when handshaking. + x/crypto/otr: make errors fatal. + x/crypto/otr: update libotr test code for version 4. + x/crypto/otr: reformat the libotr test harness with clang-format. + x/crypto/ssh: run go fmt + x/crypto/ssh/agent: Fix keyring removing the wrong key(s) - Removed crypto-fix-ssh.patch: has been upstreamed ------------------------------------------------------------------- Fri Sep 4 11:14:02 UTC 2015 - dvaleev@suse.com - Fix flaky TestHostKeyCert test (crypto-fix-ssh.patch) (boo#944474) ------------------------------------------------------------------- Sun Jul 12 06:41:12 UTC 2015 - i@marguerite.su - rename to golang-org-x-crypto - update version 0.0.0+git20150711.f6a608d - use golang-packaging for packaging ------------------------------------------------------------------- Sat Mar 21 06:33:10 UTC 2015 - i@marguerite.su - update version 0.0.0+git20150318.b7d6bf2 - disable gotest for sle ------------------------------------------------------------------- Fri Feb 27 16:16:47 UTC 2015 - matwey.kornilov@gmail.com - Initial version