boringssl/crypto
David Benjamin 1b93a42b37 Don't use function wrappers for EC_METHOD.
The weird function thing is a remnant of OpenSSL and I think something
weird involving Windows and symbols exported from dlls. These aren't
exposed in the public API, so have everything point to the tables
directly.

This is in preparation for making built-in EC_GROUPs static. (The static
EC_GROUPs won't be able to call a function wrapper.)

BUG=20

Change-Id: If33888430f32e51f48936db4046769aa1894e3aa
Reviewed-on: https://boringssl-review.googlesource.com/10346
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-08-16 19:27:52 +00:00
..
aes
asn1
base64
bio Finish aligning up_ref functions with OpenSSL 1.1.0. 2016-08-11 16:51:52 +00:00
bn Reset |out_no_inverse| before returning errors in BN_mod_inverse_odd. 2016-08-10 22:59:54 +00:00
buf
bytestring Move remaining ScopedContext types out of scoped_types.h 2016-08-11 01:15:45 +00:00
chacha
cipher Move remaining ScopedContext types out of scoped_types.h 2016-08-11 01:15:45 +00:00
cmac
conf
curve25519
des
dh Don't crash when generating a key for a zero DH prime. 2016-08-11 16:52:56 +00:00
digest Move remaining ScopedContext types out of scoped_types.h 2016-08-11 01:15:45 +00:00
dsa
ec Don't use function wrappers for EC_METHOD. 2016-08-16 19:27:52 +00:00
ecdh
ecdsa
engine Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00
err Enforce the server ALPN protocol was advertised. 2016-08-11 16:46:34 +00:00
evp Move remaining ScopedContext types out of scoped_types.h 2016-08-11 01:15:45 +00:00
hkdf
hmac Move remaining ScopedContext types out of scoped_types.h 2016-08-11 01:15:45 +00:00
lhash
md4
md5
modes Drop STRICT_ALIGNMENT code in ofb.c. 2016-08-16 18:37:01 +00:00
newhope
obj Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|. 2016-08-10 17:18:25 +00:00
pem
perlasm
pkcs8 Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
poly1305
rand
rc4
rsa
sha
stack
test Move remaining ScopedContext types out of scoped_types.h 2016-08-11 01:15:45 +00:00
x509 Finish aligning up_ref functions with OpenSSL 1.1.0. 2016-08-11 16:51:52 +00:00
x509v3 Finish aligning up_ref functions with OpenSSL 1.1.0. 2016-08-11 16:51:52 +00:00
CMakeLists.txt
constant_time_test.c
cpu-aarch64-linux.c
cpu-arm-linux.c
cpu-arm.c
cpu-intel.c
crypto.c
ex_data.c
internal.h
mem.c
refcount_c11.c
refcount_lock.c
refcount_test.c
thread_none.c
thread_pthread.c
thread_test.c Wrap MSVC-only warning pragmas in a macro. 2016-06-09 21:29:36 +00:00
thread_win.c
thread.c
time_support.c