]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_locl.h
GH787: Fix ALPN
[thirdparty/openssl.git] / ssl / ssl_locl.h
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
2015-10-30  Matt CaswellRemove the SSL state variable
2015-10-30  Matt CaswellRemove the type variable
2015-10-30  Matt CaswellRemove redundant code
2015-10-30  Matt CaswellMove server side DTLS to new state machine
2015-10-30  Matt CaswellSplit TLS server functions
2015-10-30  Matt CaswellDelete unused 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 CaswellImplement Client TLS state machine
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-05  Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-30  Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-23  Matt CaswellRemove remaining old listen code
2015-09-23  Matt CaswellDTLSv1_listen rewrite
2015-09-22  Emilia KasperRemove ssl_put_cipher_by_char
2015-09-14  Dr. Stephen HensonFix PSK identity hint handling.
2015-09-07  Matt CaswellPACKETise ServerHello processing
2015-08-14  Dr. Stephen Hensonccm8 support
2015-08-14  Dr. Stephen HensonCCM support.
2015-08-11  Rich SalzRemove Gost94 signature algorithm.
2015-08-03  Matt CaswellMove DTLS CCS processing into the state machine
2015-08-03  Matt CaswellMove TLS CCS processing into the state machine
2015-08-03  Matt CaswellPACKETise ClientHello processing
2015-08-03  Matt CaswellAdd initial packet parsing code
2015-07-30  Dr. Stephen HensonExtended PSK server support.
2015-07-30  Dr. Stephen Hensonfields for PSK key, new constants
2015-07-27  Matt CaswellRemove support for SSL3_FLAGS_DELAY_CLIENT_FINISHED
2015-07-18  Dr. Stephen HensonUse uint32_t consistently for flags.
2015-06-29  Dr. Stephen HensonUse single master secret generation function.
2015-06-23  Dr. Stephen HensonTidy up ssl3_digest_cached_records logic.
next