Add basic TLSv1.3 cookie support
[openssl.git] / ssl / ssl_lib.c
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-29 Matt CaswellMake BIO opaque
2016-03-20 Rich SalzRemove #error from include files.
2016-03-17 Viktor DukhovniReport TLS 1.0 as backwards-compatible TLSv1
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-09 Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09 Kurt RoeckxMake function to convert version to string
2016-03-09 Kurt RoeckxConstify security callbacks
2016-03-09 Rob PercivalDo not display a CT log error message if CT validation...
2016-03-09 Richard LevitteCounter mixed signedness with a cast
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-07 Matt CaswellFix erroneous fall thgrough in switch statement
2016-03-07 Matt CaswellAdd an SSL_has_pending() function
2016-03-07 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07 Matt CaswellImplement read pipeline support in libssl
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-03-07 Rob PercivalUse s->session->peer instead of calling SSL_get_peer_ce...
2016-03-07 Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-07 Rob PercivalCT code now calls X509_free() after calling SSL_get_pee...
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-03-02 Christian HeimesProvide getters for default_passwd_cb and userdata
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-25 Rich SalzGH235: Set error status on malloc failure
2016-02-24 Dr. Stephen HensonRemove unused parameter in ssl_set_masks().
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Zhao JunwangGH706: Use NULL for pointer compare.
2016-02-17 Dr. Stephen Hensonremove redundant code
2016-02-11 Dr. Stephen HensonRemove static ECDH support.
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellAuto init/de-init libssl
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08 Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-08 Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-06 Dr. Stephen HensonAdd SSL_get0_verified_chain() to return verified chain...
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-02-03 Emilia KasperRT3234: disable compression
2016-01-29 Matt CaswellImplement Async SSL_shutdown
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-22 Alessandro GhediniFix build failure with CIPHER_DEBUG
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-16 Viktor DukhovniBetter invalid SNI name error handling
2016-01-14 Rich SalzMake SSL_set_debug deprecated in 1.1
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-09 Richard LevitteFix warnings about unused variables when EC is disabled.
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-27 Dr. Stephen HensonPRF and handshake hash revision.
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-25 Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-20 Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20 Matt CaswellClean up libssl async calls
2015-11-20 Matt CaswellFix the error code for SSL_get_async_wait_fd()
2015-11-20 Matt CaswellRemove ASYNC_in_job()
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAsync clean ups
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-09 Matt CaswellRemove redundant check from SSL_shutdown
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-10-30 Matt CaswellRemove some SSLv2 references
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellMove |no_cert_verify| into state machine
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellRemove the type variable
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellSplit TLS server functions
2015-10-30 Matt CaswellAdd initial state machine rewrite code
2015-09-30 David WoodhouseFix no-stdio build
2015-09-25 Matt CaswellAdd ability to set default CA path and file locations...
2015-09-22 Emilia KasperRemove ssl_put_cipher_by_char
2015-09-17 Filipe DA SILVART4047: Set reference count earlier
2015-09-14 Dr. Stephen HensonFix PSK identity hint handling.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
next