Update cookie_len for size_t
[openssl.git] / ssl / ssl_locl.h
2016-11-04 Matt CaswellUpdate cookie_len for size_t
2016-11-04 Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04 Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-04 Matt CaswellConvert master_secret_size code to size_t
2016-11-04 Matt CaswellConvert various mac_secret_size usage to size_t
2016-11-04 Matt CaswellConvert ssl3_cbc_digest_record for size_t
2016-11-04 Matt CaswellConvert some misc record layer functions for size_t
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-02 David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-03 Matt CaswellHarmonise setting the header and closing construction
2016-10-03 Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02 Matt CaswellRename ssl_set_handshake_header2()
2016-10-02 Matt CaswellRemove ssl_set_handshake_header()
2016-10-02 Matt CaswellRemove the tls12_get_sigandhash_old() function
2016-09-29 Matt CaswellRemove tls12_copy_sigalgs_old()
2016-09-29 Matt CaswellConvert CertificateRequest construction to WPACKET
2016-09-29 Matt CaswellDelete some unneeded code
2016-09-29 Matt CaswellConvert ServerHello construction to WPACKET
2016-09-22 Matt CaswellConvert HelloVerifyRequest construction to WPACKET
2016-09-20 Matt CaswellConvert Certificate message construction to WPACKET
2016-09-20 Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-13 Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13 Matt CaswellRename PACKETW to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2016-08-18 Emilia KasperIndent ssl/
2016-08-17 Dr. Stephen HensonConstify ssl_cert_type()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-16 David WoodhouseFix satsub64be() to unconditionally use 64-bit integers
2016-08-15 Dr. Stephen HensonFix no-ec
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...
next