Ticket #2670 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

Switch epsilon.juice to twisted.internet.ssl

Reported by: exarkun Assigned to: exarkun
Priority: normal Milestone:
Component: Epsilon Severity: normal
Keywords: Cc:
Estimated Completion (YYYY/MM/DD): Branch: branches/juice-no-sslverify-2670
Author: exarkun

Description

Currently, for SSL things, it is using epsilon.sslverify. This is shortly to be deprecated, and is already having problems with the latest (yet unreleased) version of Twisted.

Change History

08/08/08 17:22:22 changed by exarkun

  • branch set to branches/juice-no-sslverify-2670.
  • author set to exarkun.

(In [16303]) Branching to 'juice-no-sslverify-2670'

08/08/08 17:32:52 changed by exarkun

  • keywords set to review.
  • owner changed from exarkun to washort.

Pretty straightforward.

08/11/08 10:13:05 changed by washort

  • keywords deleted.
  • owner changed from washort to exarkun.

Looks like it. Merge.

08/11/08 10:26:21 changed by exarkun

  • status changed from new to closed.
  • resolution set to fixed.

(In [16312]) Merge juice-no-sslverify-2670

Author: exarkun Reviewer: washort Fixes: #2670

Switch epsilon.juice from using epsilon.sslverify to using twisted.internet.ssl, which now provides all the functionality of which epsilon.sslverify used to be the only provider.

jethro@divmod.org