clear/cleanse cleanup
[openssl.git] / ssl / s3_srvr.c
2015-05-30 Rich Salzclear/cleanse cleanup
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-18 Dr. Stephen HensonCERT tidy
2015-05-16 Matt CaswellFurther version negotiation updates
2015-05-16 Matt CaswellMove SSLv3_*method() functions
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-13 Matt CaswellDon't allow a CCS when expecting a CertificateVerify
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-05 Matt CaswellAdd more error state transitions
2015-05-05 Matt CaswellAdd Error state
2015-05-03 mancha securityssl/s3_srvr.c: Fix typo introduced via 69f682374868b.
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 finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-17 Emilia KasperError out immediately on empty ciphers list.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-14 Matt CaswellCheck for ClientHello message overruns
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Matt CaswellAdd ticket length before buffering DTLS message
2015-03-23 Kurt RoeckxMake sure that cert is never NULL
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt CaswellFix missing return value checks
2015-03-19 Matt CaswellFix DHE Null CKE vulnerability
2015-03-15 Rich SalzOPENSSL_NO_EC* merge; missed one file
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-27 Matt CaswellFix missing return value checks.
2015-02-26 Matt CaswellRemove NETSCAPE_HANG_BUG
2015-02-26 Matt CaswellRemoved support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_...
2015-02-06 Matt CaswellRemove support for SSL_OP_NETSCAPE_CA_DN_BUG.
2015-02-03 Dr. Stephen HensonAdd extms support to master key generation.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellTweaks for comments due to indent's inability to handle...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-08 Dr. Stephen HensonUnauthenticated DH client certificate fix.
2015-01-06 Dr. Stephen Hensonfix compilation error
2015-01-06 Dr. Stephen HensonOnly allow ephemeral RSA keys in export ciphersuites.
2015-01-02 Dr. Stephen HensonRemove MS SGC
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Adam LangleyPremaster secret handling fixes
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-08 Matt CaswellFixed memory leak in the event of a failure of BUF_MEM_grow
2014-11-20 David BenjaminDo not resume a session if the negotiated protocol...
2014-11-20 Emilia KasperEnsure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
2014-11-19 Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-11-19 Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-09-24 Emilia KasperRT3067: simplify patch
2014-08-09 Dr. Stephen HensonFix SRP authentication ciphersuites.
2014-08-06 Dr. Stephen HensonCheck SRP parameters early.
2014-07-05 Dr. Stephen HensonDon't limit message sizes in ssl3_get_cert_verify.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-07-01 Rich SalzRT 1530; fix incorrect comment
2014-06-05 Dr. Stephen HensonFix for CVE-2014-0224
2014-06-01 David RamosAllocate extra space when NETSCAPE_HANG_BUG defined.
2014-05-12 Serguei E. LeontievReplace manual ASN1 decoder with ASN1_get_object
2014-03-28 Dr. Stephen HensonSecurity framework.
2014-03-28 Dr. Stephen HensonCheck return value of ssl3_output_cert_chain
2014-03-28 Dr. Stephen HensonAuto DH support.
2014-03-18 Piotr SikoraRetry callback only after ClientHello received.
2014-02-20 Dr. Stephen Hensonfix WIN32 warnings
2014-02-05 Ben LaurieFix whitespace, new-style comments.
2014-02-05 Scott DeboyRe-add alert variables removed during rebase
2014-02-05 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-01-28 Dr. Stephen HensonCheck i before r[i].
2014-01-26 Dr. Stephen HensonSupport retries in certificate callback
2014-01-09 Daniel Kahn Gillmoruse SSL_kDHE throughout instead of SSL_kEDH
2014-01-09 Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2014-01-02 Dr. Stephen HensonDon't change version number if session established
2013-11-17 Dr. Stephen HensonUse correct header length in ssl3_send_certifcate_request
2013-10-21 Nick MathewsonFix another gmt_unix_time case in server_random
2013-10-21 Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-09-06 Ben LaurieMore cleanup.
2013-09-06 Ben LaurieMake it build.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-06-13 Adam LangleyThis change alters the processing of invalid, RSA pre...
2013-04-09 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-04-09 Dr. Stephen HensonAlways return errors in ssl3_get_client_hello
2013-04-09 Dr. Stephen HensonDual DTLS version methods.
2013-03-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-03-18 Dr. Stephen HensonDTLS revision.
2012-12-29 Dr. Stephen Hensonstop warning when compiling with no-comp
2012-11-26 Dr. Stephen Hensonchange inaccurate error message
2012-09-11 Ben LaurieCall OCSP Stapling callback after ciphersuite has been...
2012-08-15 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-07-24 Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-07-20 Dr. Stephen Hensonset ciphers to NULL before calling cert_cb
2012-07-18 Dr. Stephen HensonNew function ssl_set_client_disabled to set masks for...
2012-06-29 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-06-22 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-06-06 Ben LaurieParse authz correctly.
next