]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Style
[thirdparty/openssl.git] / ssl /
2017-01-25  FdaSilvaYYFix a few misspellings.
2017-01-24  Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24  Benjamin KadukDo not overallocate for tmp.ciphers_raw
2017-01-24  Matt CaswellFix SSL_get0_raw_cipherlist()
2017-01-24  Bernd EdlingerFix a ssl session leak due to OOM in lh_SSL_SESSION_insert
2017-01-23  Andy PolyakovReplace div-spoiler hack with simpler code
2017-01-23  Cory BenfieldAdd support for key logging callbacks.
2017-01-23  Matt CaswellStop server from expecting Certificate message when...
2017-01-23  Matt CaswellStop client from sending Certificate message when not...
2017-01-23  Matt CaswellFix SSL_VERIFY_CLIENT_ONCE
2017-01-23  Bernd Edlingerfix a memory leak in ssl3_generate_key_block fix the...
2017-01-18  Rich SalzIf client doesn't send curves list, don't assume all.
2017-01-11  Matt CaswellFix compilation with no-nextprotoneg
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 an uninit read picked up by Travis
2017-01-10  Matt CaswellFix a Travis failure
2017-01-10  Matt CaswellTeach SSL_trace about the new sigalgs
2017-01-10  Matt CaswellExtend PSS signature support to TLSv1.2
2017-01-10  Matt CaswellAlways use TLSv1.0 for record layer version in TLSv1.3
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 CaswellFix client application traffic secret
2017-01-10  Matt CaswellTemporarily ignore NewSessionTickets for TLS1.3
2017-01-10  Matt CaswellUse the correct size for TLSv1.3 finished keys
2017-01-10  Matt CaswellEnsure the record sequence number gets incremented
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  Matt CaswellSign CertificateVerify messages using PSS padding
2017-01-10  Matt CaswellMake CertificateVerify TLS1.3 aware
2017-01-10  Matt CaswellMove Certificate Verify construction and processing...
2017-01-10  Matt CaswellAdd a TODO(TLS1.3) around certificate selection
2017-01-10  Matt CaswellMark a HelloRequest record as read if we ignore it
2017-01-10  Rich SalzReview comments
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 CaswellRename the chain variable to chainidx
2017-01-06  Matt CaswellFix a double blank line style issue
2017-01-06  Matt CaswellInitialise the al variable
2017-01-06  Matt CaswellUpdate SSL_trace to understand TLSv1.3 Certificates
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...
2017-01-04  Richard LevitteDon't build OCSP stuff when OCSP is disabled
2016-12-29  Matt CaswellFix compilation with no-ec
2016-12-29  Matt CaswellFix extension for various no- options
2016-12-29  Matt CaswellFix the EC point formats extension
2016-12-19  Richard LevitteFix erroneous goto lable
2016-12-18  Kurt RoeckxFix memory leak in tls_parse_stoc_key_share
2016-12-12  Matt CaswellFix a leak in SSL_clear()
2016-12-08  Kurt RoeckxOnly call memcpy when the length is larger than 0.
2016-12-08  Matt CaswellFix the declaration of tls_parse_extension in statem_locl.h
2016-12-08  Matt CaswellFix a travis failure
2016-12-08  Matt CaswellFix make update issues
2016-12-08  Matt CaswellFix more style issues following extensions refactor...
2016-12-08  Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08  Matt CaswellChange TLSEXT_IDX_* values into an enum
2016-12-08  Matt CaswellVarious style updates following extensions refactor
2016-12-08  Matt CaswellFix travis mixed declarations and code error
2016-12-08  Matt CaswellFix a memory leak
2016-12-08  Matt CaswellRemove some spurious whitespace
2016-12-08  Matt CaswellSplit ServerHello extensions
2016-12-08  Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08  Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08  Matt CaswellSimplify ClientHello extension parsing
2016-12-08  Matt CaswellMove ALPN processing into an extension finalisation...
2016-12-08  Matt CaswellProvide server side extension init and finalisation...
2016-12-08  Matt CaswellAdd an extension initilisation and finalisation capability
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 CaswellRename some functions
2016-12-08  Matt CaswellMove ServerHello extension construction into the new...
2016-12-08  Matt CaswellSplit extensions code into core extensions and server...
2016-12-08  Matt CaswellAdd extensions construction support
2016-12-08  Matt CaswellContinue the extensions refactor
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 some missing extensions to SSL_extension_supported()
2016-12-08  Matt CaswellMove tls_collect_extensions() into a separate file
2016-12-08  Matt CaswellAdd EncryptedExtensions message
2016-12-08  Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-12-05  Matt CaswellChange various repeated wr[someindex]/pkt[someindex...
2016-12-05  Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05  Matt CaswellChange various repeated rr[someindex] references to...
2016-12-05  Matt CaswellEnsure compressdata is always initialised
2016-12-05  Matt CaswellAdd a TLS1.3 TODO for the msg callback
2016-12-05  Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-12-05  Matt CaswellConvert TLS Record receipt to use PACKET
2016-12-05  Matt CaswellConvert TLS record construction to use WPACKET
2016-12-05  Matt CaswellAdd an ability to find out the current write location...
2016-11-29  Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29  Matt CaswellFix a travis compilation error
2016-11-29  Matt CaswellUse the TLSv1.3 nonce construction
2016-11-29  Matt CaswellEnsure we are in accept state in DTLSv1_listen
next