Fix various error codes
[openssl.git] / ssl /
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
2015-09-10 Emilia KasperRestore SSLerr on PACKET_strndup failure.
2015-09-09 Emilia KasperPACKET: add PACKET_memdup and PACKET_strndup
2015-09-07 Matt CaswellPACKETise ServerKeyExchange
2015-09-07 Matt CaswellPACKETise ServerHello processing
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-04 Dr. Stephen HensonMatch SUITEB strings at start of cipher list.
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-09-02 Dr. Stephen HensonFix CCM support in DTLS
2015-09-01 Hiroyuki YAMAMORIFix DTLS1.2 buffers
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-26 Matt CaswellClean up reset of read/write sequences
2015-08-26 Emilia KasperPACKET: add methods for reading length-prefixed TLS...
2015-08-26 Emilia KasperFix SSLv2-compatible ClientHello processing.
2015-08-26 Emilia KasperPACKET: constify where possible
2015-08-26 Matt CaswellFix DTLS session ticket renewal
2015-08-14 Matt CaswellPACKETise CertificateRequest
2015-08-14 Matt CaswellPACKETise ClientKeyExchange processing
2015-08-14 Matt CaswellPACKETise NewSessionTicket
2015-08-14 Matt CaswellFix session tickets
2015-08-14 Dr. Stephen HensonAdd CCM ciphersuites from RFC6655 and RFC7251
2015-08-14 Dr. Stephen Hensonccm8 support
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-13 Matt CaswellPACKETise Certificate Status message
2015-08-13 Matt CaswellEnhance PACKET readability
2015-08-13 Matt CaswellAdd missing return check for PACKET_buf_init
2015-08-13 Matt CaswellPACKETise Server Certificate processing
next