]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Catch SIGPIPE in TLSProxy::Proxy::clientstart
[thirdparty/openssl.git] / ssl /
2018-01-10  Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-09  Matt CaswellTolerate DTLS alerts with an incorrect version number
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-08  Tomas MrazAvoid only exact duplicates when creating the accepted...
2018-01-08  Noah RobbinUse the index that matches the key type (either SSL_PKE...
2018-01-08  Noah RobbinUse size of server key when selecting signature algorithm.
2018-01-06  Bernd EdlingerStop using unimplemented cipher classes.
2018-01-03  Benjamin KadukPermit the "supported_groups" extension in ServerHellos
2018-01-02  Matt CaswellFix trace of TLSv1.3 Certificate Request message
2018-01-02  Daniel BeveniusFix minor 'the the' typos
2017-12-28  Matt CaswellDisable partial writes for early data
2017-12-28  Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-27  Bernd EdlingerAlternate fix for ../test/recipes/80-test_ssl_old.t...
2017-12-26  Paul YangRemove outdated comments
2017-12-17  Dr. Matthias St... Add master DRBG for reseeding
2017-12-17  Paul YangRemove spaces at end of line in ssl/statem
2017-12-17  Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-12-14  Matt CaswellMake sure we treat records written after HRR as TLSv1.3
2017-12-14  Matt CaswellIssue a CCS from the client if we received an HRR
2017-12-14  Matt CaswellFix server side HRR flushing
2017-12-14  Matt CaswellDelay flush until after CCS with early_data
2017-12-14  Matt CaswellEnsure CCS sent before early_data has the correct recor...
2017-12-14  Matt CaswellSend supported_versions in an HRR
2017-12-14  Matt CaswellMake sure supported_versions appears in an HRR too
2017-12-14  Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14  Matt CaswellFix an HRR bug
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellSend a CCS after ServerHello in TLSv1.3 if using middle...
2017-12-14  Matt CaswellSend a CCS from a client in an early_data handshake
2017-12-14  Matt CaswellSend a CCS from the client in a non-early_data handshake
2017-12-14  Matt CaswellRemove TLSv1.3 specific write transition for ClientHello
2017-12-14  Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14  Matt CaswellSend TLSv1.2 as the record version when using TLSv1.3
2017-12-14  Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-09  Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08  Daniel BeveniusCorrect minor typo in ssl_locl.h comment
2017-12-08  Matt CaswellConvert the remaining functions in the record layer...
2017-12-08  Matt CaswellConvert dlts1_write_bytes() to use SSLfatal()
2017-12-08  Matt CaswellMore record layer conversions to use SSLfatal()
2017-12-08  Matt CaswellConvert ssl3_read_bytes() to use SSLfatal()
2017-12-08  Matt CaswellUpdate ssl3_get_record() to use SSLfatal()
2017-12-08  Richard LevitteIn OPENSSL_init_ssl(), run the base ssl init before...
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-12-06  Matt CaswellFix the check_fatal macro
2017-12-06  Matt CaswellFix bug in TLSv1.3 PSK processing
2017-12-04  Matt CaswellFix some formatting nits
2017-12-04  Matt CaswellRemove spurious whitespace
2017-12-04  Matt CaswellUpdate an error reason code to be ERR_R_SHOULD_NOT_HAVE...
2017-12-04  Matt CaswellAdd some more cleanups
2017-12-04  Matt CaswellAssert that SSLfatal() only gets called once
2017-12-04  Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04  Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04  Matt CaswellConvert more functions in ssl/statem/statem_dtls.c...
2017-12-04  Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04  Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04  Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-12-04  Matt CaswellReplace some usage of SSLerr with SSLfatal()
2017-12-04  Matt CaswellProvide an SSLfatal() macro
2017-11-29  Todd ShortAdd sk_new_reserve support
2017-11-29  Todd ShortUse ChaCha only if prioritized by clnt
2017-11-28  Matt CaswellFix SSL_state_string() and SSL_state_string_long()
2017-11-21  Matt CaswellIf a server is not acknowledging SNI then don't reject...
2017-11-21  Matt CaswellAllow a client to send early_data with SNI if the sessi...
2017-11-13  Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-13  Andy Polyakovssl/ssl_asn1.c: resolve warnings in VC-WIN32 build...
2017-11-12  Josh SorefMany spelling fixes/typo's corrected.
2017-11-07  FdaSilvaYYstyle : fix some if(...
2017-11-07  Matt CaswellMark a zero length record as read
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-30  Benjamin KadukProvide SSL_CTX.stats.sess_accept for switched ctxs
2017-10-30  Benjamin KadukNormalize on session_ctx for stats where possible
2017-10-30  Benjamin KadukUse atomics for SSL_CTX statistics
2017-10-26  Paul YangSimplify the stack reservation
2017-10-25  Bernd EdlingerFix error handling in SSL_new
2017-10-21  KaoruTodaVarious clean-ups
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-18  Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-16  Matt CaswellTweak the comment regarding record version check with...
2017-10-16  Matt CaswellSanity check the HRR version field
2017-10-16  Matt CaswellDon't do version neg on an HRR
2017-10-12  Matt CaswellFix bug where early_data does not work if no SNI callba...
2017-10-11  Benjamin KadukMove supportedgroup ext-block fields out of NO_EC
2017-10-10  Andy Polyakovcrypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity...
2017-10-10  Tatsuhiro TsujikawaDon't change client random in Client Hello in its secon...
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-06  Dr. Stephen HensonMerge tls1_check_curve into tls1_check_group_id
2017-10-06  Dr. Stephen HensonChange curves to groups where relevant
2017-10-06  Dr. Stephen HensonUse separate functions for supported and peer groups...
2017-10-04  Matt CaswellRemove an incorrect comment
2017-10-04  Todd ShortSession resume broken switching contexts
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-28  PauliUse safestack.h exclusively internally.
2017-09-27  PauliAdd stack space reservations.
2017-09-26  Dr. Stephen HensonAdd and use function tls1_in_list to avoid code duplica...
2017-09-26  Dr. Stephen HensonUse tls1_group_id_lookup in tls1_curve_allowed
2017-09-26  Dr. Stephen HensonRename tls1_get_curvelist.
next