Implement write pipeline support in libssl
[openssl.git] / include / openssl / ssl.h
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-03-02 Christian HeimesProvide getters for default_passwd_cb and userdata
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-29 Matt CaswellWorkaround for VisualStudio 2015 bug
2016-02-25 Rich SalzGH235: Set error status on malloc failure
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-13 Richard LevitteMake sure the OPENSSL_INIT flags are 32 bits and docume...
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Matt CaswellAttempt to log an error if init failed
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-09 Matt CaswellProvide framework for auto initialise/deinitialise...
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-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-19 Viktor DukhovniAPI compat for SSLeay_add_ssl_algorithms
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 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-09 Dr. Stephen HensonCorrect header defines
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Dr. Stephen Hensonuse more descriptive name DEFINE_STACK_OF_CONST
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
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-30 Richard LevitteRemove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_c...
2015-12-23 Dr. Stephen HensonServer side EVP_PKEY DH support
2015-12-23 Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23 Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-22 Dr. Stephen Hensonremove unused error code
2015-12-22 Dr. Stephen Hensonmake errors
2015-12-22 Dr. Stephen HensonSSL library configuration module.
2015-12-16 Dr. Stephen HensonRemove SSL_OP_SINGLE_ECDH_USE code.
2015-12-13 Dr. Stephen Hensonremove ancient SSLeay bug workaround
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-08 Dr. Stephen Hensonupdate errors
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 RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04 Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-22 Matt CaswellFix a rebase error
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 CaswellInitial Async notify code changes
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-08 Dr. Stephen HensonReplace L suffix with U
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellFix various error codes
2015-10-30 Matt CaswellRemove the old state defines
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellDon't depend on SSL structure internals
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellMove PACKET creation into the state machine
2015-10-30 Matt CaswellRedefine old state values
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellMove server side DTLS to new state machine
2015-10-30 Matt CaswellMove server side TLS to new state machine
2015-10-30 Matt CaswellSplit TLS server functions
2015-10-30 Matt CaswellImplement DTLS client move to new state machine
2015-10-30 Matt Caswelldtls_get_message changes for state machine move
2015-10-30 Matt CaswellSplit client message reading and writing functions
2015-10-30 Matt CaswellAdd initial state machine rewrite code
2015-10-30 Matt CaswellSplit ssl3_get_message
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-30 David WoodhouseFix no-stdio build
2015-09-25 Matt CaswellAdd ability to set default CA path and file locations...
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-08-14 Dr. Stephen Hensonccm8 support
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-11 Guy Leaver (guleaver)Fix seg fault with 0 p val in SKE
2015-08-11 Matt CaswellNormalise make errors output
2015-08-03 Matt CaswellFix make errors for the CCS changes
2015-08-03 Matt CaswellMove TLS CCS processing into the state machine
2015-07-30 Dr. Stephen HensonNew PSK keyex text constants
2015-07-15 Viktor DukhovniMaintain backwards-compatible SSLv23_method macros
2015-06-29 Dr. Stephen HensonUse single master secret generation function.
next