]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_srvr.c
Fix some style issues identified during review
[thirdparty/openssl.git] / ssl / statem / statem_srvr.c
2016-11-23  Matt CaswellFix some style issues identified during review
2016-11-23  Matt CaswellEnsure unexpected messages are handled consistently
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellRemove old style NewSessionTicket from TLSv1.3
2016-11-17  Matt CaswellFix missing SSL_IS_TLS13(s) usage
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellValidate that the provided key_share is in supported_groups
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-16  Matt CaswellAdd the key_share processing to the server side
2016-11-10  Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09  Matt CaswellAddress some supported_versions review comments
2016-11-09  Matt CaswellFix some missing checks for TLS1_3_VERSION_DRAFT
2016-11-09  EasySecWhen no SRP identity is found, no error was reported...
2016-11-09  Matt CaswellSwap back to using SSL3_RANDOM_SIZE instead of sizeof...
2016-11-09  Matt CaswellMove setting the session_id_len until after we filled...
2016-11-09  Matt CaswellLoad the sessionid directly in SSLv2 compat ClientHello
2016-11-09  Matt CaswellRename clienthello.version to clienthello.legacy_version
2016-11-09  Matt CaswellFix some minor style issues
2016-11-09  Matt CaswellFix various style issues in the extension parsing refactor
2016-11-09  Matt CaswellFix a memory leak in the ClientHello extension parsing
2016-11-09  Matt CaswellHandle compression methods correctly with SSLv2 compat...
2016-11-09  Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellUpdate cookie_len for size_t
2016-11-04  Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-04  Matt CaswellConvert master_secret_size code to size_t
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-10-03  Matt CaswellAdd a typedef for the construction function
2016-10-03  Matt CaswellMove setting of the handshake header up one more level
2016-10-03  Matt CaswellRemove the special case processing for finished constru...
2016-10-03  Matt CaswellHarmonise setting the header and closing construction
2016-10-03  Matt CaswellDon't set the handshake header in every message
2016-10-03  Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02  Matt CaswellRename ssl_set_handshake_header2()
2016-10-02  Dr. Stephen Hensonfix memory leak
2016-09-29  Matt CaswellConvert NewSessionTicket construction to WPACKET
2016-09-29  Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29  Matt CaswellConvert SeverDone construction to WPACKET
2016-09-29  Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-29  Matt CaswellFix an mis-matched function code so that "make update...
2016-09-29  Matt CaswellAddress style feedback comments
2016-09-29  Matt CaswellConvert ServerKeyExchange construction to WPACKET
2016-09-29  Matt CaswellConvert CertificateRequest construction to WPACKET
2016-09-29  Matt CaswellAddress style feedback comments
2016-09-29  Matt CaswellConvert ServerHello construction to WPACKET
2016-09-28  Matt CaswellConvert HelloRequest construction to WPACKET
2016-09-26  Matt CaswellFix HelloVerifyRequest construction
2016-09-22  Matt CaswellConvert HelloVerifyRequest construction to WPACKET
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-09-20  Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-13  Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-30  Matt CaswellEnsure the CertStatus message adds a DTLS message heade...
2016-08-22  Matt CaswellFix DTLS buffered message DoS attack
2016-08-18  Emilia KasperIndent ssl/
2016-08-15  Dr. Stephen HensonFix no-ec
2016-08-13  Dr. Stephen HensonModify TLS support for new X25519 API.
2016-08-05  klemensspelling fixes, just comments and readme.
2016-07-25  russorzero pad DHE public key in ServerKeyExchange message...
2016-07-22  Dr. Stephen HensonSend alert for bad DH CKE
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19  Dr. Stephen HensonSend alert on CKE error.
2016-07-19  Emilia KasperFix two bugs in clienthello processing
2016-07-19  Richard LevitteFixup a few SSLerr calls in ssl/statem/
2016-07-18  Matt CaswellRefactor Identity Hint handling
2016-07-18  Matt CaswellErrors fix up following break up of CKE processing
2016-07-18  Matt CaswellRemove the f_err lable from tls_process_client_key_exch...
2016-07-18  Matt CaswellSplit out GOST from process CKE code
2016-07-18  Matt CaswellSplit out ECDHE from process CKE code
2016-07-18  Matt CaswellSplit out DHE from process CKE code
2016-07-18  Matt CaswellSplit out PSK preamble and RSA from process CKE code
2016-07-18  Matt CaswellReduce the scope of some variables in tls_process_clien...
2016-07-18  Matt CaswellFix formatting in statem_srvr.c based on review feedback
2016-07-18  Matt CaswellTry and make the transition tests for CKE message clearer
2016-07-18  Matt CaswellMake sure we call ssl3_digest_cached_records() when...
2016-07-18  Matt CaswellFix SSLv3 alert if no Client Ceritifcate sent after...
2016-07-01  Matt CaswellAvoid an overflow in constructing the ServerKeyExchange...
2016-06-21  David BenjaminMake RSA key exchange code actually constant-time.
2016-06-15  Richard LevitteDeal with the consequences of constifying getters
2016-06-09  Todd ShortFix session ticket and SNI
2016-06-03  Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-17  Matt CaswellFix some out of date comments
2016-05-16  Kurt Roeckxsession tickets: use more sizeof
2016-05-16  TJ SaundersUse AES256 for the default encryption algoritm for...
2016-05-16  TJ Saunderssession tickets: Use sizeof() for the various fields
2016-05-14  Alessandro GhediniIncrement size limit for ClientHello messages
2016-05-11  Matt CaswellMake null_compression const
2016-05-11  David BenjaminFix V2ClientHello handling.
2016-04-28  FdaSilvaYYFix an error code spelling.
2016-04-27  Ben LaurieFix no-gost no-srp no-ec no-dh.
2016-04-09  Matt CaswellMake DH opaque
2016-04-04  Rich SalzRevert "Fix an error code spelling."
2016-04-04  FdaSilvaYYFix an error code spelling.
2016-03-27  David BenjaminResolve DTLS cookie and version before session resumption.
2016-03-22  Ben LaurieMove declaration of i into blocks where it is used.
2016-03-20  Rich SalzRemove #error from include files.
2016-02-25  J Mohan Rao ArisankalaGH742: keep gost specific variable under macro
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-13  Dr. Stephen HensonFree and zero DH/ECDH temporary key after use.
next