mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:02:25 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#1593)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								06524ac259
							
						
					
				
			
			
				commit
				
					
						b004b4dae9
					
				
			
		
					 94 changed files with 892 additions and 224 deletions
				
			
		
							
								
								
									
										3
									
								
								vendor/golang.org/x/crypto/ssh/cipher.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/golang.org/x/crypto/ssh/cipher.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -114,7 +114,8 @@ var cipherModes = map[string]*cipherMode{ | |||
| 	"arcfour": {16, 0, streamCipherMode(0, newRC4)}, | ||||
| 
 | ||||
| 	// AEAD ciphers | ||||
| 	gcmCipherID:        {16, 12, newGCMCipher}, | ||||
| 	gcm128CipherID:     {16, 12, newGCMCipher}, | ||||
| 	gcm256CipherID:     {32, 12, newGCMCipher}, | ||||
| 	chacha20Poly1305ID: {64, 0, newChaCha20Cipher}, | ||||
| 
 | ||||
| 	// CBC mode is insecure and so is not included in the default config. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue