Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Es netssl #1

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f895ee2
Initial import EVP GCM mode.
jvelilla Jan 10, 2018
8a6f308
Updated SSL_EVP interface : added encryption features.
jvelilla Jan 11, 2018
4fad1e6
Updated Decrypt example using byte array converter.
jvelilla Jan 11, 2018
ad3a902
Initial SSL_GCM high level API.
jvelilla Jan 12, 2018
7e112ac
Made BYTE_ARRAY_CONVERTER as hidden (implementation) class.
jocelyn Jan 16, 2018
85d8231
Merge pull request #1 from jocelyn/es_openssl_crypto
jvelilla Jan 16, 2018
774e3c2
Updated OpenSSL crypto cluster, added a new cluster `wrapper' to have…
jvelilla Jan 17, 2018
99dd2b8
Update OpenSSL libcrypto interface.
jvelilla Jan 19, 2018
1e3ce4d
Updated SSL crypt algorithms.
jvelilla Jan 25, 2018
7ede1e2
Updated OpenSSL crypto targeting Symmetric encryption (ie AES with GCM).
jvelilla Jan 30, 2018
6cc35d7
Renamed cluster experimental as to_remove.
jvelilla Jan 31, 2018
87b3e27
Updated SSL_CIPHER_CONTEXT_EXTERNAL implementation with the
jvelilla Jan 31, 2018
00ac619
Merge branch 'master' of https://github.com/EiffelSoftware/EiffelStud…
jvelilla Feb 6, 2018
e827e9b
Updated OpenSSL library
jvelilla Feb 13, 2018
128b255
Updated copyright.
jvelilla Mar 1, 2018
a3dc4c2
Updated directory structure to describe symetric and asymetric encryp…
jvelilla Mar 2, 2018
8c45fde
Merge branch 'master' of https://github.com/EiffelSoftware/EiffelStud…
jvelilla Mar 8, 2018
397c18c
Merge branch 'master' of https://github.com/EiffelSoftware/EiffelStud…
jvelilla Mar 12, 2018
93c16ab
Updated OpenSSL library to latest release 1.1.0g
jvelilla Mar 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added Src/C/bench/meltdump.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions Src/C_library/openssl/ACKNOWLEDGEMENTS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Please https://www.openssl.org/community/thanks.html for the current
acknowledgements.
21 changes: 21 additions & 0 deletions Src/C_library/openssl/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Andy Polyakov
Ben Laurie
Bodo M�ller
Emilia K�sper
Eric Young
Geoff Thorpe
Holger Reif
Kurt Roeckx
Lutz J�nicke
Mark J. Cox
Matt Caswell
Nils Larsch
Paul C. Sutton
Ralf S. Engelschall
Rich Salz
Richard Levitte
Stephen Henson
Steve Marquess
Tim Hudson
Ulf M�ller
Viktor Dukhovni
4,850 changes: 4,750 additions & 100 deletions Src/C_library/openssl/CHANGES

Large diffs are not rendered by default.

Loading