boringssl/crypto/ec
Adam Langley c3ef76f327 Compatibility changes for wpa_supplicant and OpenSSH.
OpenSSH, especially, does some terrible things that mean that it needs
the EVP_CIPHER structure to be exposed ☹. Damian is open to a better API
to replace this, but only if OpenSSL agree too. Either way, it won't be
happening soon.

Change-Id: I393b7a6af6694d4d2fe9ebcccd40286eff4029bd
Reviewed-on: https://boringssl-review.googlesource.com/4330
Reviewed-by: Adam Langley <agl@google.com>
2015-04-14 20:18:28 +00:00
..
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ec_asn1.c Fix a failure to NULL a pointer freed on error. 2015-03-19 19:50:32 +00:00
ec_key.c Compatibility changes for wpa_supplicant and OpenSSH. 2015-04-14 20:18:28 +00:00
ec_montgomery.c Simplify ec_group_st on the assumption it is used for GF(p) only. 2015-04-13 20:53:20 +00:00
ec_test.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ec.c Compatibility changes for wpa_supplicant and OpenSSH. 2015-04-14 20:18:28 +00:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Simplify ec_group_st on the assumption it is used for GF(p) only. 2015-04-13 20:53:20 +00:00
oct.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
simple.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
wnaf.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00