Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
60343209
Commit
60343209
authored
15 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
fix typo and garbage grammar
parent
0eb03bc6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/tortls.c
+3
-3
3 additions, 3 deletions
src/common/tortls.c
with
3 additions
and
3 deletions
src/common/tortls.c
+
3
−
3
View file @
60343209
...
...
@@ -357,7 +357,7 @@ tor_tls_init(void)
version
=
SSLeay
();
/* OpenSSL 0.9.8l introd
e
ced SSL3_FLAGS_ALLOW_UNSAGE_LEGACY_RENEGOTIATION
/* OpenSSL 0.9.8l introd
u
ced SSL3_FLAGS_ALLOW_UNSAGE_LEGACY_RENEGOTIATION
* here, but without thinking too hard about it: it turns out that the
* flag in question needed to be set at the last minute, and that it
* conflicted with an existing flag number that had already been added
...
...
@@ -376,8 +376,8 @@ tor_tls_init(void)
* leave their headers out of sync with their libraries.
*
* Yes, it _is_ almost as if the OpenSSL developers decided that no
* program should be allowed to use renegotiation it
s
first passed
an
* test of intelligence and determination.
* program should be allowed to use renegotiation
unless
it first passed
*
a
test of intelligence and determination.
*/
if
(
version
>=
0x009080c0L
&&
version
<
0x009080d0L
)
{
log_notice
(
LD_GENERAL
,
"OpenSSL %s looks like version 0.9.8l; "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment