Session Ticket app data
[openssl.git] / ssl / statem / statem_srvr.c
2017-01-30 Matt CaswellAdd support for the age_add field
2017-01-30 Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30 Matt CaswellCreate the NewSessionTicket message in TLSv1.3
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-30 Matt CaswellRemove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
2017-01-28 Richard LevitteCorrect pointer to be freed
2017-01-26 Dr. Stephen HensonUse correct signature algorithm list when sending or...
2017-01-25 Matt CaswellFix memory leaks in the Certificate extensions code
2017-01-25 FdaSilvaYYFix a few double ;
2017-01-24 Benjamin KadukDo not overallocate for tmp.ciphers_raw
2017-01-24 Matt CaswellFix SSL_get0_raw_cipherlist()
2017-01-23 Matt CaswellFix SSL_VERIFY_CLIENT_ONCE
2017-01-10 Matt CaswellFix an uninit read picked up by Travis
2017-01-10 Matt CaswellExtend PSS signature support to TLSv1.2
2017-01-10 Matt CaswellUse NIDs instead of the old TLSv1.2 sigalgs hash and...
2017-01-10 Matt CaswellConvert Sigalgs processing to use ints
2017-01-10 Matt CaswellMake CertificateVerify TLS1.3 aware
2017-01-10 Matt CaswellMove Certificate Verify construction and processing...
2017-01-10 Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
2017-01-10 Rich SalzMove extension data into sub-structs
2017-01-06 Matt CaswellFix various style issues following feedback
2017-01-06 Matt CaswellImplement TLSv1.3 style CertificateStatus
2017-01-06 Matt CaswellCreate Certificate messages in TLS1.3 format
2017-01-06 Matt CaswellExtends extension parsing to take the Certificate
2017-01-06 Matt CaswellExtend tls_construct_extensions() to enable passing...
2016-12-08 Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08 Matt CaswellVarious style updates following extensions refactor
2016-12-08 Matt CaswellSplit ServerHello extensions
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellSimplify ClientHello extension parsing
2016-12-08 Matt CaswellProvide server side extension init and finalisation...
2016-12-08 Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08 Matt CaswellMove ServerHello extension construction into the new...
2016-12-08 Matt CaswellAdd extensions construction support
2016-12-08 Matt CaswellRefactor ClientHello extension parsing
2016-12-08 Matt CaswellVerify that extensions are used in the correct context
2016-12-08 Matt CaswellAdd EncryptedExtensions message
2016-12-08 Matt CaswellSend and Receive a TLSv1.3 format ServerHello
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
next