]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_locl.h
Modify TLS support for new X25519 API.
[thirdparty/openssl.git] / ssl / ssl_locl.h
2016-08-13  Dr. Stephen HensonModify TLS support for new X25519 API.
2016-08-05  klemensspelling fixes, just comments and readme.
2016-08-04  David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-08-04  David WoodhouseFix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VER
2016-07-19  Emilia KasperFix two bugs in clienthello processing
2016-07-18  Matt CaswellFix bug with s2n et al macros
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-03  Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-23  Dr. Stephen Hensonremove encrypt then mac ifdefs
2016-05-20  Matt CaswellSimplify SSL BIO buffering logic
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-16  Kurt Roeckxsession tickets: use more sizeof
2016-05-16  TJ SaundersUse AES256 for the default encryption algoritm for...
2016-05-16  jfigusPropagate tlsext_status_type from SSL_CTX to SSL
2016-05-10  Andy PolyakovIRIX fixes.
2016-05-09  David BenjaminDon't send signature algorithms when client_version...
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13  Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-04-11  Matt CaswellRemove an unused function
2016-04-08  Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-03-27  Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-22  Kurt RoeckxCheck algo_strength using SSL_STRONG_MASK
2016-03-20  Rich SalzRemove #error from include files.
2016-03-17  Rich SalzSort cipher-list at runtime.
2016-03-09  Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09  Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-03-09  Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09  Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-03-09  Kurt RoeckxMake function to convert version to string
2016-03-09  Kurt RoeckxConstify security callbacks
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08  Todd ShortGH787: Fix ALPN
2016-03-07  Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07  Matt CaswellImplement write pipeline support in libssl
2016-03-07  Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-07  Emilia KasperRework the default cipherlist.
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-02-29  Matt CaswellRefactor the async wait fd logic
2016-02-24  Dr. Stephen HensonRemove unused parameter in ssl_set_masks().
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-18  Rich SalzRemove "experimental" in code and comments, too.
2016-02-14  Ben LaurieDon't test heartbeats when there aren't any.
2016-02-13  Viktor SzakatsGH675: make ssl3_ciphers static
2016-02-11  Dr. Stephen HensonRemove static ECDH support.
2016-02-11  Viktor DukhovniFix MacOS/X build warnings
2016-02-11  Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-10  Todd ShortAdd CHACHA20 alias for ciphers.
2016-02-06  Dr. Stephen HensonAdd SSL_get0_verified_chain() to return verified chain...
2016-02-01  Emilia Kasperconstify PACKET
2016-01-30  Rich SalzMove more BN internals to bn_lcl.h
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-24  Rich SalzMove pqueue into ssl
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  Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
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-24  Dr. Stephen Hensonfix no-ec
2015-12-23  Dr. Stephen HensonServer side EVP_PKEY DH support
2015-12-23  Dr. Stephen Hensonutility function
2015-12-23  Dr. Stephen HensonEVP_PKEY DH client support.
2015-12-23  Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-19  Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-16  Dr. Stephen HensonUse EVP_PKEY for client side EC.
2015-12-16  Dr. Stephen HensonUse EVP_PKEY for server EC.
2015-12-16  Dr. Stephen HensonAdd ECDH/DH utility functions.
2015-12-10  Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-08  Dr. Stephen HensonExtended master secret fixes and checks.
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-11-30  Dr. Stephen HensonUse digest indices for signature algorithms.
2015-11-30  Dr. Stephen HensonUse digest tables for defaults.
2015-11-27  Dr. Stephen HensonPRF and handshake hash revision.
2015-11-25  Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-24  Dr. Stephen HensonUse EVP_md5_sha1() to generate client verify
2015-11-23  Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-20  Matt CaswellMake libssl async aware
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-14  Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
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  Matt CaswellRemove some SSLv2 references
2015-10-30  Matt CaswellMake dtls1_link_min_mtu static
2015-10-30  Matt CaswellMove in_handshake into STATEM
2015-10-30  Matt CaswellRename STATEM to OSSL_STATEM
2015-10-30  Matt CaswellMove |no_cert_verify| into state machine
2015-10-30  Matt CaswellRemove some unused variables
2015-10-30  Matt CaswellMore state machine reorg
2015-10-30  Matt CaswellReorganise state machine files
2015-10-30  Matt CaswellRemove ssl_get_message from ssl_method_st
2015-10-30  Matt CaswellMove PACKET creation into the state machine
next