Commits

Jacob Jennings committed 234568d497c
Updated certificatesInBundle to support `cer`, `crt` and `der` extensions. In certificatesInBundle, check for well-formed certificates with extensiions .cer, .crt, .der, and check for upper and lower case extensions (OSX filesystem may or may not be case sensitive. iOS always is). DER is a binary encoding format PEM is an ASCII encoding format .crt is the most common certificate extension, may be DER or PEM .cer is a Microsoft extension convention, may be DER or PEM .der is a (poor) extension referring to encoding instead of contents, these may contain a certificate and/or a key.