terraform/lang/funcs
Alisdair McDiarmid a4f5e04066 lang/funcs: Add support for OpenSSH RSA key format
Previously this function only supported the x509 RSA private key format.
More recent versions of OpenSSH default to generating a new PEM key
format, which this commit now supports using the x/crypto/ssh package.

Also improve the returned error messages for various invalid ciphertext
or invalid private key errors.
2020-06-03 10:50:38 -04:00
..
testdata
cidr.go
cidr_test.go
collection.go Feature: Sum Function (#24666) 2020-04-15 14:27:06 -04:00
collection_test.go Feature: Sum Function (#24666) 2020-04-15 14:27:06 -04:00
conversion.go
conversion_test.go
crypto.go lang/funcs: Add support for OpenSSH RSA key format 2020-06-03 10:50:38 -04:00
crypto_test.go lang/funcs: Add support for OpenSSH RSA key format 2020-06-03 10:50:38 -04:00
datetime.go
datetime_test.go
encoding.go fix typo in Base64DecodeFunc log 2020-03-27 17:22:40 +00:00
encoding_test.go
filesystem.go
filesystem_test.go Merge pull request #24265 from hashicorp/jbardin/cty-update 2020-03-04 09:33:51 -05:00
number.go
number_test.go
string.go
string_test.go