Versions in this module Expand all Collapse all v0 v0.6.1 Sep 29, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.6.0 Sep 22, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.5.1 Jun 30, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.5.0 Jun 27, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.4.0 May 4, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.3.0 Mar 3, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.2.3 Jan 13, 2016 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.2.2 Dec 29, 2015 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.2.1 Dec 21, 2015 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex v0.2.0 Dec 16, 2015 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex Changes in this version + func Decrypt(ciphertext, key []byte) (plaintext []byte, err error) + func Encrypt(plaintext, key []byte) (ciphertext []byte, err error) v0.1.0 Sep 3, 2015 GO-2024-2476 GO-2024-2476: Dex discarding TLSconfig and always serves deprecated TLS 1.0/1.1 and insecure ciphers in github.com/dexidp/dex Changes in this version + func AESDecrypt(ciphertext, key []byte) ([]byte, error) + func AESEncrypt(plaintext, key []byte) ([]byte, error) + func RandBytes(n int) ([]byte, error)