Bug 1329834

Summary: Review Request: ghc-cipher-aes - Fast AES cipher implementation with advanced mode of operations
Product: [Fedora] Fedora Reporter: Ben Boeckel <fedora>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: haskell-devel, package-review, quantum.analyst
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-26 06:54:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 630276    

Description Ben Boeckel 2016-04-23 17:02:27 UTC
Spec URL: http://benboeckel.net/packaging/ghc-cipher-aes/ghc-cipher-aes.spec
SRPM URL: http://benboeckel.net/packaging/ghc-cipher-aes/ghc-cipher-aes-0.2.11-1.fc25.src.rpm
Description:

Fast AES cipher implementation with advanced mode of operations.

The modes of operations available are ECB (Electronic code book), CBC (Cipher
block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois
Counter Mode).

The AES implementation uses AES-NI when available (on x86 and x86-64
architecture), but fallback gracefully to a software C implementation.

The software implementation uses S-Boxes, which might suffer for cache timing
issues. However do notes that most other known software implementations,
including very popular one (openssl, gnutls) also uses similar implementation.
If it matters for your case, you should make sure you have AES-NI available, or
you'll need to use a different implementation.

Fedora Account System Username: mathstuf

Comment 1 Elliott Sales de Andrade 2017-08-24 02:32:27 UTC
Spec is 404.

Comment 2 Elliott Sales de Andrade 2017-09-26 06:54:03 UTC
Closing in favour of new review.

*** This bug has been marked as a duplicate of bug 1495468 ***