Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

AES-GCM support #16

Closed
malinoff opened this issue Apr 24, 2014 · 5 comments
Closed

AES-GCM support #16

malinoff opened this issue Apr 24, 2014 · 5 comments

Comments

@malinoff
Copy link

It would be awesome to have this mode. It looks like it is present in

$ openssl version  
OpenSSL 1.0.1f 6 Jan 2014
$ openssl enc -help 2>&1 | grep gcm
-aes-128-ecb               -aes-128-gcm               -aes-128-ofb              
-aes-192-ecb               -aes-192-gcm               -aes-192-ofb              
-aes-256-ecb               -aes-256-gcm               -aes-256-ofb
@batterystaples
Copy link
Contributor

While not entirely relevant, you should definitely upgrade OpenSSL. 1.0.1f has been affected by heartbleed. (See http://heartbleed.com/ for an explanation)

@malinoff
Copy link
Author

@appleorange1 that machine does not use any TLS, but thanks for the reminder!

@malinoff
Copy link
Author

malinoff commented May 6, 2014

@yann2192 any updates on this?

@yann2192
Copy link
Owner

@malinoff I think, aes-gcm isn't available on older openssl release.

I would prefer writing a clean loader for openssl stuff (see #11) and after add more curve or ciphers.

@malinoff
Copy link
Author

@yann2192 If so, this cipher should be optional.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants