Auto init/de-init libssl
[openssl.git] / ssl / ssl_lib.c
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.
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-07-30 Dr. Stephen HensonEnable PSK if corresponding mask set.
2015-07-18 Dr. Stephen HensonUse uint32_t consistently for flags.
2015-06-22 Dr. Stephen HensonMove peer chain to SSL_SESSION structure.
2015-06-15 Rich SalzRefactor into clear_ciphers; RT3588
2015-05-28 Matt CaswellChange return type of the new accessors
2015-05-28 Matt CaswellChange the new functions to use size_t
2015-05-28 Nick MathewsonAdd new functions to extract {client,server}_random...
2015-05-28 Nick MathewsonAdd SSL_get_client_ciphers() to return ciphers from...
2015-05-22 Matt CaswellFix typo setting up certificate masks
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-19 Dr. Stephen Hensonmove masks out of CERT structure
2015-05-18 Dr. Stephen HensonMove certificate validity flags out of CERT.
2015-05-18 Dr. Stephen HensonMove signing digest out of CERT.
2015-05-18 Dr. Stephen HensonCERT tidy
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-11 Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich Salzfree NULL cleanup 10
2015-03-26 Matt CaswellMove s->rstate to s->rlayer.rstate
2015-03-26 Matt CaswellRemove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init
2015-03-26 Matt CaswellIntroduce the functions RECORD_LAYER_release, RECORD_LA...
2015-03-26 Matt CaswellCreate RECORD_LAYER_clear function.
next