aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/verify.rs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up a couple of holdovers from old featuresSteven Fackler2018-03-291-86/+0
|
* Remove version-specific featuresSteven Fackler2018-03-191-2/+2
| | | | Closes #852
* Tweak featuresSteven Fackler2018-02-141-1/+1
| | | | We should keep the version features totally separate for now.
* OpenSSL 1.1.1 supportSteven Fackler2018-02-131-1/+1
|
* Fix links in x509 moduleAnsley Peduru2018-01-011-1/+1
|
* Add documentation for x509 moduleAnsley Peduru2017-12-311-0/+18
|
* Upgrade bitflags to 1.0Steven Fackler2017-12-251-6/+6
| | | | Closes #756
* Added a macro that wraps foreign type, and impl Send and Sync for both,Paul Florence2017-11-101-1/+1
| | | | | the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`.
* Properly handle IPs in hostname verificationSteven Fackler2017-09-201-0/+22
|
* RustfmtSteven Fackler2017-07-151-4/+5
|
* Update bitflags 0.8 -> 0.9golem1312017-05-221-7/+7
|
* Switch to foreign_typesSteven Fackler2017-02-031-2/+8
|
* Get rid of RefSteven Fackler2016-11-041-3/+3
| | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :(
* Update verifySteven Fackler2016-10-311-11/+3
|
* Move docsSteven Fackler2016-10-291-4/+0
|
* Make verification unconditionally exposed internallySteven Fackler2016-10-281-0/+51