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

Bump cyclone to v2.4.4 #287

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cyclone/cyclone_crypto
Submodule cyclone_crypto updated 909 files
2 changes: 1 addition & 1 deletion cyclone/cyclone_ssl
Submodule cyclone_ssl updated 83 files
+4 −4 dtls_misc.c
+10 −6 dtls_misc.h
+2 −2 dtls_record.c
+2 −2 dtls_record.h
+62 −14 tls.c
+233 −165 tls.h
+5 −4 tls13_client.c
+2 −2 tls13_client.h
+120 −58 tls13_client_extensions.c
+2 −2 tls13_client_extensions.h
+5 −5 tls13_client_misc.c
+2 −2 tls13_client_misc.h
+2 −2 tls13_common.c
+2 −2 tls13_common.h
+13 −8 tls13_key_material.c
+2 −2 tls13_key_material.h
+483 −68 tls13_misc.c
+42 −48 tls13_misc.h
+4 −3 tls13_server.c
+2 −2 tls13_server.h
+131 −45 tls13_server_extensions.c
+4 −3 tls13_server_extensions.h
+68 −29 tls13_server_misc.c
+5 −2 tls13_server_misc.h
+503 −0 tls13_sign_generate.c
+66 −0 tls13_sign_generate.h
+550 −0 tls13_sign_verify.c
+16 −19 tls13_sign_verify.h
+0 −820 tls13_signature.c
+16 −4 tls13_ticket.c
+12 −2 tls13_ticket.h
+5 −5 tls_cache.c
+2 −2 tls_cache.h
+158 −409 tls_certificate.c
+8 −8 tls_certificate.h
+94 −38 tls_cipher_suites.c
+12 −7 tls_cipher_suites.h
+54 −29 tls_client.c
+2 −2 tls_client.h
+143 −24 tls_client_extensions.c
+11 −5 tls_client_extensions.h
+2 −2 tls_client_fsm.c
+2 −2 tls_client_fsm.h
+120 −108 tls_client_misc.c
+4 −4 tls_client_misc.h
+26 −456 tls_common.c
+2 −8 tls_common.h
+34 −10 tls_extensions.c
+2 −2 tls_extensions.h
+2 −2 tls_ffdhe.c
+3 −2 tls_ffdhe.h
+4 −2 tls_handshake.c
+2 −2 tls_handshake.h
+2 −2 tls_key_material.c
+2 −2 tls_key_material.h
+21 −2 tls_legacy.h
+35 −5 tls_misc.c
+3 −3 tls_misc.h
+6 −2 tls_record.c
+2 −2 tls_record.h
+53 −22 tls_record_decryption.c
+2 −2 tls_record_decryption.h
+26 −7 tls_record_encryption.c
+2 −2 tls_record_encryption.h
+53 −107 tls_server.c
+2 −2 tls_server.h
+108 −9 tls_server_extensions.c
+8 −2 tls_server_extensions.h
+2 −2 tls_server_fsm.c
+2 −2 tls_server_fsm.h
+106 −134 tls_server_misc.c
+2 −2 tls_server_misc.h
+792 −0 tls_sign_generate.c
+79 −0 tls_sign_generate.h
+1,206 −0 tls_sign_misc.c
+75 −0 tls_sign_misc.h
+702 −0 tls_sign_verify.c
+11 −29 tls_sign_verify.h
+0 −1,715 tls_signature.c
+2 −2 tls_ticket.c
+2 −2 tls_ticket.h
+2 −2 tls_transcript_hash.c
+2 −2 tls_transcript_hash.h
2 changes: 1 addition & 1 deletion cyclone/cyclone_tcp
Submodule cyclone_tcp updated 912 files
Loading