boringssl/include/openssl
Nitish Sakhawalkar a4af5f85bd Support get versions with get_{min,max}_proto_version for context
When building node with boringssl, `SSL_CTX_get_min_proto_version` and
`SSL_CTX_get_max_proto_version` are used. Openssl exposes those; this
change adds support for boringssl.

For this to work right in DTLS, we switch conf_{min,max}_version to store wire
versions, rather than our internal normalized versions.

Change-Id: I282ed224806c41f69e6f166ca97c6cc05ff51f17
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/35404
Reviewed-by: Nitish Sakhawalkar <nitsakh@gmail.com>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2019-03-27 12:46:26 +00:00
..
aead.h
aes.h
arm_arch.h
asn1_mac.h Purge the remainder of asn1_mac.h. 2016-08-03 21:37:31 +00:00
asn1.h Remove d2i_ASN1_UINTEGER. 2019-03-18 17:18:26 +00:00
asn1t.h
base64.h
base.h
bio.h
blowfish.h
bn.h Add some Node compatibility functions. 2019-01-25 16:50:30 +00:00
buf.h
buffer.h
bytestring.h Add uint64_t support in CBS and CBB. 2019-02-22 20:38:17 +00:00
cast.h
chacha.h
cipher.h
cmac.h Support symbol prefixes 2018-09-06 20:07:52 +00:00
conf.h
cpu.h
crypto.h
curve25519.h
des.h
dh.h
digest.h
dsa.h
dtls1.h
e_os2.h
ec_key.h
ec.h Add a very roundabout EC keygen API. 2019-01-25 23:08:12 +00:00
ecdh.h Add ECDH_compute_key_fips inside the module. 2018-07-30 22:40:31 +00:00
ecdsa.h Support symbol prefixes 2018-09-06 20:07:52 +00:00
engine.h
err.h
evp.h Add a very roundabout EC keygen API. 2019-01-25 23:08:12 +00:00
ex_data.h
hkdf.h
hmac.h
hrss.h
is_boringssl.h
lhash.h Clear out a bunch of -Wextra-semi warnings. 2019-02-21 19:12:39 +00:00
md4.h
md5.h
mem.h silence unused variable warnings when using OPENSSL_clear_free 2019-03-04 19:55:29 +00:00
nid.h Add initial HRSS support. 2018-12-12 17:35:02 +00:00
obj_mac.h
obj.h
objects.h
opensslconf.h
opensslv.h
ossl_typ.h
pem.h Fix undefined function pointer casts in IMPLEMENT_PEM_*. 2018-10-01 17:34:44 +00:00
pkcs7.h
pkcs8.h
pkcs12.h
poly1305.h
pool.h
rand.h
rc4.h
ripemd.h
rsa.h
safestack.h
sha.h Remove union from |SHA512_CTX|. 2019-01-22 23:36:46 +00:00
span.h Remove stray semicolons. 2019-02-07 17:36:54 +00:00
srtp.h
ssl3.h
ssl.h Support get versions with get_{min,max}_proto_version for context 2019-03-27 12:46:26 +00:00
stack.h Clear out a bunch of -Wextra-semi warnings. 2019-02-21 19:12:39 +00:00
thread.h
tls1.h Implement server support for delegated credentials. 2019-01-24 20:06:58 +00:00
type_check.h
x509_vfy.h
x509.h
x509v3.h