Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #4525

Closed (moved)
Open
Opened Nov 21, 2011 by Nick Mathewson@nickm🤠

Use AES_* when no AES engine is set; use EVP_* otherwise

Benchmarking shows about 5% overhead for using the EVP_* aes functions over using the AES_* functions, when no accelerators are present. This holds true both on openssl 0.9.7 and 1.0.0, and on OSX 32-bit, atom 64-bit, and Core2 quad 8200 systems, so it's probably a fairly consistent finding.

With #4442 (moved), we made our aes code use EVP always, which is a big win with accelerated AES, but a small loss without. Let's fix that.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.3.x-final
Milestone
Tor: 0.2.3.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#4525