summaryrefslogtreecommitdiff
path: root/openssl/src/ssl/connector.rs
AgeCommit message (Expand)Author
2021-02-15fix a clippy warningMarvin Loebel
2021-01-01Silence new clippy lintJonas Platte
2021-01-01Remove remaining uses of extern crate in openssl, systestJonas Platte
2021-01-01Use crate in imports in the openssl crateJonas Platte
2020-12-31Update openssl/src/ssl/connector.rsSteven Fackler
2020-12-31Replace some uses of Lazy by OnceCellJonas Platte
2020-12-30Switch from lazy_static to once_cellJonas Platte
2020-12-23Allow SslConnector to return a raw SslSteven Fackler
2020-11-21Do not support partial wildcards in verifying domains for openssl 1.0.1iximeow
2020-11-21DNS names are compared case-insensitivelyiximeow
2020-06-04Adds Debug derive for SslConnectorSamani G. Gikandi
2020-05-24Run clippySteven Fackler
2020-02-12Tweak interface a bitSteven Fackler
2020-02-12adds ability access the internal &SslContext of an SslAcceptor and SslConnectorAkos Vandra
2019-06-28Don't depend on NO_SSL_MASKSteven Fackler
2019-06-28Add mozilla v5 configurationsSteven Fackler
2018-09-02Small cleanupSteven Fackler
2018-05-20Overhaul openssl cfgsSteven Fackler
2018-03-29Clean up a couple of holdovers from old featuresSteven Fackler
2018-03-19Remove version-specific featuresSteven Fackler
2018-02-21Inline connector constantsSteven Fackler
2018-02-21Don't special case 1.0.1Steven Fackler
2018-02-20Update SslConnector cipher listSteven Fackler
2018-02-13OpenSSL 1.1.1 supportSteven Fackler
2018-01-11Add setters to ConnectConfigurationSteven Fackler
2018-01-06Rename key serialization/deserialization methodsSteven Fackler
2017-12-26Split X509StoreContextRef::ssl upSteven Fackler
2017-12-26Overhaul verify error typeSteven Fackler
2017-12-26Adjust SslConnector and SslAcceptor constructionSteven Fackler
2017-12-25Remove deprecated APIsSteven Fackler
2017-12-25Fix a bunch of FIXMEsSteven Fackler
2017-12-25Tweak default ssl optionsSteven Fackler
2017-12-25Fix testsSteven Fackler
2017-12-25Upgrade bitflags to 1.0Steven Fackler
2017-12-23Clean up 1.0.1 hostname verificationSteven Fackler
2017-12-23Allow SNI and hostname verification to be configured separatelySteven Fackler
2017-12-04Finish documentation for the ssl moduleSteven Fackler
2017-12-03Impl deref for acceptor/connector buildersSteven Fackler
2017-10-03Convert try! usage to ?johnthagen
2017-09-20Properly handle IPs in hostname verificationSteven Fackler
2017-09-16Update default client cipher listSteven Fackler
2017-09-15Fix indentationSteven Fackler
2017-09-14Set SSL_MODE_RELEASE_BUFFERS by defaultAlex Crichton
2017-07-26Tweak formatting on cipher listSteven Fackler
2017-07-15RustfmtSteven Fackler
2017-07-15Fix buildSteven Fackler
2017-07-15Don't overwrite the configured verify modeSteven Fackler
2017-03-25Logic to support client-side session reuseSteven Fackler
2017-01-08Fix typoSteven Fackler
2017-01-08Add methods to construct SslAcceptorBuilder without key and certSteven Fackler