caddy/caddytls
Matthew Holt c0c7437fa5
caddytls: Fix data race in test (close #1844)
The race was in the test only; not in the production code
2017-08-28 19:21:17 -06:00
..
storagetest
certificates.go tls: Fix OCSP stapling bug when certificate names overlap other certs 2017-08-12 00:12:22 -06:00
certificates_test.go
client.go Disable warning for insecure CA if located on private network. (#1599) 2017-04-20 05:38:54 -06:00
client_test.go
config.go tls: Prefer ChaCha20 if AES-NI instruction set is unavailable (#1675) 2017-05-17 10:45:17 -06:00
config_test.go tls: Prefer ChaCha20 if AES-NI instruction set is unavailable (#1675) 2017-05-17 10:45:17 -06:00
crypto.go caddytls: Fix data race in test (close #1844) 2017-08-28 19:21:17 -06:00
crypto_test.go caddytls: Fix data race in test (close #1844) 2017-08-28 19:21:17 -06:00
filestorage.go
filestorage_test.go
handshake.go tls: Refactor internals related to TLS configurations (#1466) 2017-02-21 09:49:22 -07:00
handshake_test.go
httphandler.go tls: Command line flags to disable HTTP and TLS-SNI challenges 2017-03-08 00:06:49 -07:00
httphandler_test.go
maintain.go tls: Fix OCSP stapling bug when certificate names overlap other certs 2017-08-12 00:12:22 -06:00
setup.go tls: add optional 'ca' tls directive, closes #1689 (#1699) 2017-06-24 11:10:44 -07:00
setup_test.go tls: add optional 'ca' tls directive, closes #1689 (#1699) 2017-06-24 11:10:44 -07:00
storage.go
tls.go caddytls: introduced own ChallengeProvider type to fix imports related to vendor (#1700) 2017-06-06 09:23:00 -06:00
tls_test.go
user.go
user_test.go