]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_lib.c
Async clean ups
[thirdparty/openssl.git] / ssl / ssl_lib.c
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
2015-02-03  Dr. Stephen HensonAdd SSL_get_extms_support documentation.
2015-02-03  Dr. Stephen HensonCtrl to retrieve extms support.
2015-02-03  Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-01-28  Rich SalzRemove support for opaque-prf
2015-01-27  Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-22  Matt CaswellMore comment realignment master-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2015-01-06  Emilia KasperOnly inherit the session ID context in SSL_set_SSL_CTX...
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-05  Adam LangleyEnsure that the session ID context of an SSL* is updated
2015-01-05  Piotr SikoraFix building with no-srtp
2014-12-17  Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-16  Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-08  Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-08  Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-12-03  Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-10-24  Dr. Stephen HensonCopy negotiated parameters in SSL_set_SSL_CTX.
2014-10-21  Bodo MoellerWhen processing ClientHello.cipher_suites, don't ignore...
next