RT32671: wrong multiple errs TS_check_status_info
[openssl.git] / ssl /
2015-11-13 Dr. Stephen Hensonabsent identity hint should be NULL
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-09 Matt CaswellRemove redundant check from tls1_get_curvelist
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-09 Matt CaswellRemove redundant check from SSL_shutdown
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-11-06 Matt CaswellFix compilation problems with SCTP
2015-11-06 Matt CaswellRemove some redundant assignments
2015-11-06 Matt CaswellDon't finish the handshake twice
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-11-05 Matt CaswellEnsure the dtls1_get_*_methods work with DTLS_ANY_VERSION
2015-11-02 Matt CaswellRemove a reachable assert from ssl3_write_bytes
2015-11-02 Matt CaswellRemove an OPENSSL_assert which could fail
2015-11-02 Matt CaswellRemove a trivially true OPENSSL_assert
2015-10-30 Matt CaswellRemove some SSLv2 references
2015-10-30 Matt CaswellAdd SRP and PSK to disallowed CertificateRequest cipher...
2015-10-30 Matt CaswellRemove the inline keyword
2015-10-30 Matt CaswellRemove superfluous check
2015-10-30 Matt CaswellChange SSL_state_string return strings to start with a T
2015-10-30 Matt CaswellChange snprintf to memcpy
2015-10-30 Matt CaswellAdd ossl_statem prefix to various functions
2015-10-30 Matt CaswellConvert enums to typedefs
2015-10-30 Matt CaswellMake dtls1_link_min_mtu static
2015-10-30 Matt CaswellFix a bogus clang warning
2015-10-30 Matt CaswellFix empty NewSessionTicket processing
2015-10-30 Matt CaswellFix uninitialised variable
2015-10-30 Matt CaswellFix various error codes
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellFix unitialised variable problem
2015-10-30 Matt CaswellFix DTLSv1_listen following state machine changes
2015-10-30 Matt CaswellAdd a function to get the info_callback
2015-10-30 Matt CaswellChange SUB_STATE_RETURN into a typedef
2015-10-30 Matt CaswellRename STATEM to OSSL_STATEM
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellMove |no_cert_verify| into state machine
2015-10-30 Matt CaswellRemove extraneous parens
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellFix some client side transition logic
2015-10-30 Matt CaswellFix a comment
2015-10-30 Matt CaswellRemove some unused variables
2015-10-30 Matt CaswellAdd a state machine README
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 CaswellConvert DTLSv1_listen to use new state machine code
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 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 CaswellClient TLS state machine rewrite cleanup
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-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-21 Matt CaswellAvoid undefined behaviour in PACKET_buf_init
2015-10-15 Emilia KasperPACKET: fix __owur
2015-10-15 Emilia KasperAppease gcc's Wmaybe-uninitialized
2015-10-11 Dr. Stephen HensonMake no-psk compile without warnings.
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-07 Matt CaswellDon't advance PACKET in ssl_check_for_safari
2015-10-06 Emilia KasperSSLv2 compat ciphers: clarify comment
2015-10-06 Andy PolyakovAddress more Windows warnings illuminated by mingw.
2015-10-05 Alessandro GhediniValidate ClientHello extension field length
2015-10-05 Emilia KasperAdd PACKET_copy_all
2015-10-05 Emilia Kasperssl_sess.c: grab a copy of the session ID
2015-10-05 Emilia KasperPACKETize and clean up ssl_bytes_to_cipher_list.
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-10-05 Richard Levittemake depend
2015-10-02 Rich SalzRemove BIO_s_file_internal macro.
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-30 David WoodhouseFix no-stdio build
2015-09-28 Emilia KasperPACKET: simplify ServerHello parsing
2015-09-28 Emilia KasperRT2772: accept empty SessionTicket
2015-09-25 Matt CaswellAdd ability to set default CA path and file locations...
2015-09-23 Matt CaswellSanity check cookie_len
2015-09-23 Matt CaswellRemove remaining old listen code
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-09-22 Emilia KasperPACKET: simplify
2015-09-22 Emilia KasperRemove ssl_put_cipher_by_char
2015-09-20 Dr. Stephen HensonHandle SSL_ERROR_WANT_X509_LOOKUP
2015-09-18 Emilia KasperRemove PACKET_back
2015-09-17 Emilia KasperRemove PACKET_(get|goto)_bookmark
2015-09-17 Filipe DA SILVART4047: Set reference count earlier
2015-09-17 Emilia KasperDisentangle RSA premaster secret parsing
2015-09-16 Kurt RoeckxFix return values when adding serverinfo fails.
2015-09-16 Matt Caswellmake update
2015-09-14 Dr. Stephen HensonFix PSK identity hint handling.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
next