Protocol version selection and negotiation rewrite
[openssl.git] / ssl / ssl_lib.c
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.
2015-03-26 Matt CaswellMove s->s3->wrec to s>rlayer>wrec
2015-03-26 Matt CaswellMove s->s3->rrec to s->rlayer->rrec
2015-03-26 Matt CaswellMove s->s3->wbuf to s->rlayer->wbuf
2015-03-26 Matt CaswellEncapsulate access to s->s3->wbuf
2015-03-26 Matt CaswellMove s->s3->rrec into s->rlayer
2015-03-26 Matt CaswellEncapsulate SSL3_BUFFER and all access to s->s3->rbuf.
2015-03-26 Matt CaswellCreate a RECORD_LAYER structure and move read_ahead...
2015-03-25 Matt CaswellResolve swallowed returns codes
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Kurt RoeckxMake sure that cert is never NULL
2015-03-23 Matt CaswellFix missing return value checks
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-07 Matt CaswellApache Traffic Server has a need to set the rbio withou...
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-02-05 Rich SalzLive code cleanup; #if 1 removal
next