.. |
doc
|
|
|
man
|
Completely remove NPN remnants.
|
2017-08-28 17:36:58 +00:00 |
test
|
|
|
bio_ssl.c
|
Change SSLerror() back to taking two args, with the first one being an SSL *.
|
2017-02-07 02:08:38 +00:00 |
bs_ber.c
|
|
|
bs_cbb.c
|
Clear the child pointer in CBB_cleanup(), so that we have fewer pointers
|
2017-08-12 02:50:05 +00:00 |
bs_cbs.c
|
|
|
bytestring.h
|
|
|
d1_both.c
|
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
|
2017-10-08 16:24:02 +00:00 |
d1_clnt.c
|
Reduce non-functional differences between dtls1_connect() and
|
2017-10-08 16:54:28 +00:00 |
d1_enc.c
|
move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and
|
2017-01-23 08:08:06 +00:00 |
d1_lib.c
|
Use freezero() for the internal opaque structures, instead of the current
|
2017-04-10 17:27:33 +00:00 |
d1_meth.c
|
Split most of SSL_METHOD out into an internal variant, which is opaque.
|
2017-01-23 13:36:12 +00:00 |
d1_pkt.c
|
Move state from ssl->internal to the handshake structure.
|
2017-05-07 04:22:24 +00:00 |
d1_srtp.c
|
Rewrite SRTP extension using CBB/CBS and the new extension framework.
|
2017-08-27 02:58:04 +00:00 |
d1_srvr.c
|
Reduce non-functional differences between dtls1_accept() and
|
2017-10-08 16:56:51 +00:00 |
dtls1.h
|
Move most of DTLS1_STATE to internal.
|
2017-01-22 07:16:38 +00:00 |
generate_pkgconfig.sh
|
|
|
LICENSE
|
|
|
Makefile
|
Switch to -Werror with clang for libressl.
|
2017-08-13 19:42:33 +00:00 |
pqueue.c
|
|
|
pqueue.h
|
|
|
s3_cbc.c
|
move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and
|
2017-01-23 08:08:06 +00:00 |
s3_lib.c
|
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
|
2017-10-08 16:24:02 +00:00 |
shlib_version
|
Bump libssl/libtls minors due to symbol (re)addition.
|
2017-08-30 16:24:56 +00:00 |
srtp.h
|
|
|
ssl2.h
|
|
|
ssl3.h
|
Completely remove NPN remnants.
|
2017-08-28 17:36:58 +00:00 |
ssl23.h
|
|
|
ssl_algs.c
|
Remove support for DSS/DSA, since we removed the cipher suites a while
|
2017-08-12 02:55:22 +00:00 |
ssl_asn1.c
|
Add missing $OpenBSD$ tags.
|
2017-05-06 16:18:36 +00:00 |
ssl_both.c
|
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
|
2017-10-08 16:24:02 +00:00 |
ssl_cert.c
|
Remove support for DSS/DSA, since we removed the cipher suites a while
|
2017-08-12 02:55:22 +00:00 |
ssl_ciph.c
|
Remove the original (pre-IETF) chacha20-poly1305 cipher suites.
|
2017-08-28 16:37:04 +00:00 |
ssl_clnt.c
|
Fix some style/whitespace/indentation issues in ssl3_connect().
|
2017-10-08 16:42:21 +00:00 |
ssl_err.c
|
Completely remove NPN remnants.
|
2017-08-28 17:36:58 +00:00 |
ssl_lib.c
|
Bring back the NPN related symbols.
|
2017-08-30 16:24:21 +00:00 |
ssl_locl.h
|
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
|
2017-10-08 16:24:02 +00:00 |
ssl_packet.c
|
Add missing $OpenBSD$ tags.
|
2017-05-06 16:18:36 +00:00 |
ssl_pkt.c
|
Move state from ssl->internal to the handshake structure.
|
2017-05-07 04:22:24 +00:00 |
ssl_rsa.c
|
Change SSLerror() back to taking two args, with the first one being an SSL *.
|
2017-02-07 02:08:38 +00:00 |
ssl_sess.c
|
Use freezero() for the internal opaque structures, instead of the current
|
2017-04-10 17:27:33 +00:00 |
ssl_srvr.c
|
Fix some style/whitespace/indentation issues in ssl3_accept().
|
2017-10-08 16:46:31 +00:00 |
ssl_stat.c
|
Move state from ssl->internal to the handshake structure.
|
2017-05-07 04:22:24 +00:00 |
ssl_tlsext.c
|
Fix various issues in the OCSP extension parsing code:
|
2017-09-25 18:02:27 +00:00 |
ssl_tlsext.h
|
Rewrite SRTP extension using CBB/CBS and the new extension framework.
|
2017-08-27 02:58:04 +00:00 |
ssl_txt.c
|
Change SSLerror() back to taking two args, with the first one being an SSL *.
|
2017-02-07 02:08:38 +00:00 |
ssl_versions.c
|
Provide SSL{,_CTX}_set_{min,max}_proto_version() functions.
|
2017-05-06 20:37:24 +00:00 |
ssl.h
|
Bring back the NPN related symbols.
|
2017-08-30 16:24:21 +00:00 |
Symbols.list
|
Bring back the NPN related symbols.
|
2017-08-30 16:24:21 +00:00 |
t1_clnt.c
|
Merge the client/server version negotiation into the existing (currently
|
2017-01-26 05:31:25 +00:00 |
t1_enc.c
|
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
|
2017-05-06 22:24:57 +00:00 |
t1_hash.c
|
Add missing $OpenBSD$ tags.
|
2017-05-06 16:18:36 +00:00 |
t1_lib.c
|
Move the full extension building into tlsext_{client,server}hello_build(),
|
2017-08-30 16:44:37 +00:00 |
t1_meth.c
|
Merge the client/server version negotiation into the existing (currently
|
2017-01-26 05:31:25 +00:00 |
t1_srvr.c
|
Merge the client/server version negotiation into the existing (currently
|
2017-01-26 05:31:25 +00:00 |
tls1.h
|
Completely remove NPN remnants.
|
2017-08-28 17:36:58 +00:00 |