Use the private RNG for data that is not public
[openssl.git] / ssl / t1_lib.c
2017-01-30 Dr. Stephen HensonStore peer signature type.
2017-01-30 Dr. Stephen HensonMore complete PSS support.
2017-01-30 Dr. Stephen HensonUse uint16_t for signature scheme.
2017-01-30 Matt CaswellVarious style fixes following review feedback
2017-01-30 Matt CaswellRemove unneccessary comments
2017-01-30 Matt CaswellMake the "ticket" function return codes clearer
2017-01-30 Matt CaswellUse the correct session resumption mechanism
2017-01-30 Matt CaswellImplement Server side of PSK extension parsing
2017-01-26 Dr. Stephen HensonUse correct signature algorithm list when sending or...
2017-01-18 Rich SalzIf client doesn't send curves list, don't assume all.
2017-01-10 Matt CaswellFix no-ec following sigalgs refactor
2017-01-10 Matt CaswellFix tls1_set_sigalgs() length calculation
2017-01-10 Matt CaswellAdd some missing sigalgs
2017-01-10 Matt CaswellFix a Travis failure
2017-01-10 Matt CaswellExtend PSS signature support to TLSv1.2
2017-01-10 Matt CaswellAdd a TLS1.3 TODO for setting of sig algs
2017-01-10 Matt CaswellIgnore PKCS1 based sig algs in TLSv1.3
2017-01-10 Matt CaswellVerify that the sig algs extension has been sent for...
2017-01-10 Matt CaswellRemove some unneeded functions
2017-01-10 Matt CaswellUse NIDs instead of the old TLSv1.2 sigalgs hash and...
2017-01-10 Matt CaswellRemove a redundant function
2017-01-10 Matt CaswellConvert Sigalgs processing to use ints
2017-01-10 Rich SalzMove extension data into sub-structs
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellMove client construction of ClientHello extensions...
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 CaswellRefactor ClientHello extension parsing
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-23 Matt CaswellFix missing NULL checks in key_share processing
2016-11-23 Matt CaswellFix some style issues identified during review
2016-11-23 Matt CaswellFix SSL_IS_TLS13(s)
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-16 Matt CaswellMove getting the curvelist for client and server out...
2016-11-16 Matt CaswellFixed various style issues in the key_share code
2016-11-16 Matt CaswellCheck key_exchange data length is not 0
2016-11-16 Matt CaswellEnsure the whole key_share extension is well formatted
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 processing of the key_share received in the ServerHello
2016-11-16 Matt CaswellAdd key_share info to the ServerHello
2016-11-16 Matt CaswellAdd the key_share processing to the server side
2016-11-16 Matt CaswellGenerate the key_shares extension on the client side
2016-11-13 Richard LevitteRemove heartbeat support
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 CaswellAddress some review feedback comments for supported_ver...
2016-11-09 Matt CaswellAdd server side support for supported_versions extension
2016-11-09 Matt CaswellAdd the ability to send the supported_versions extension
2016-11-09 Matt CaswellMake some CLIENTHELLO_MSG function arguments const
2016-11-09 Matt CaswellUpdate a comment
2016-11-09 Matt CaswellAdd some function documentation and update some existin...
2016-11-09 Matt CaswellImprove some comment documentation following the extens...
2016-11-09 Matt CaswellFix various style issues in the extension parsing refactor
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 CaswellFix some missed size_t updates
2016-11-04 Matt CaswellUpdate misc function params in libssl for size_t
2016-11-04 Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-17 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-02 Matt CaswellRename ssl_set_handshake_header2()
2016-10-02 Matt CaswellRemove ssl_set_handshake_header()
2016-10-02 Matt CaswellRemove the tls12_get_sigandhash_old() function
2016-09-29 Matt CaswellRemove tls12_copy_sigalgs_old()
2016-09-29 Matt CaswellFix a bug in the construction of the ClienHello SRTP...
2016-09-29 Matt CaswellFix heartbeat compilation error
2016-09-29 Matt CaswellConvert ServerHello construction to WPACKET
2016-09-28 Matt CaswellFix a bug in Renegotiation extension construction
2016-09-22 Matt CaswellFix a mem leak in NPN handling
2016-09-22 Matt CaswellFix OCSP Status Request extension unbounded memory...
2016-09-20 Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20 Matt CaswellStyle tweaks following review feedback
2016-09-20 Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-14 Matt CaswellFix OCSP_RESPID processing bug introduced by WPACKET...
2016-09-13 Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13 Matt CaswellFix a few style nits in the wpacket code
2016-09-13 Matt CaswellAddress WPACKET review comments
2016-09-13 Matt CaswellAdd WPACKET_sub_memcpy() function
2016-09-13 Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13 Matt CaswellRename PACKETW to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-23 Dr. Stephen HensonSanity check ticket length.
2016-08-18 Emilia KasperIndent ssl/
2016-08-13 Dr. Stephen HensonModify TLS support for new X25519 API.
2016-07-19 Emilia KasperFix two bugs in clienthello processing
2016-06-29 FdaSilvaYYSpelling
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-14 Matt CaswellFix comment
2016-06-09 Todd ShortFix session ticket and SNI
2016-05-23 Dr. Stephen Hensonremove encrypt then mac ifdefs
2016-05-17 Rich SalzCopyright consolidation 01/10
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-16 Kazuki YamaguchiFix NPN protocol name list validation
2016-05-09 David BenjaminDon't send signature algorithms when client_version...
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-21 Matt CaswellFix no-ocsp on Windows (and probably VMS)
next