modes/ocb128.c: split fixed block xors to aligned and misaligned.
[openssl.git] / ssl /
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-30 Dr. Stephen HensonRemove GOST special case: handled automatically now.
2015-11-30 Dr. Stephen HensonUse digest indices for signature algorithms.
2015-11-30 Dr. Stephen HensonFor TLS < 1.2 use default digest for client certificate
2015-11-30 Dr. Stephen HensonUse digest tables for defaults.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-27 Dr. Stephen HensonPRF and handshake hash revision.
2015-11-27 Matt CaswellUpdates to GOST2012
2015-11-25 Dr. Stephen HensonRemove unused cert_verify_mac code
2015-11-24 Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-24 Dr. Stephen HensonUse EVP_md5_sha1() to process client verify
2015-11-24 Dr. Stephen HensonUse EVP_md5_sha1() to generate client verify
2015-11-24 Dr. Stephen HensonRemove RSA exception when generating server key exchange.
2015-11-24 Dr. Stephen HensonRemove RSA exception when processing server key exchange.
2015-11-24 Dr. Stephen HensonUse MD5+SHA1 for default digest if appropriate.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-21 Viktor DukhovniGood hygiene with size_t output argument.
2015-11-20 Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20 Matt CaswellClean up libssl async calls
2015-11-20 Matt CaswellFix the error code for SSL_get_async_wait_fd()
2015-11-20 Matt CaswellRemove ASYNC_in_job()
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAsync clean ups
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellFix uninitialised variable
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-19 Dr. Stephen HensonMake GOST ciphersuites require TLSv1
2015-11-17 Matt CaswellAdd comment explaining why we don't check a return...
2015-11-17 Matt CaswellRemove an NULL ptr deref in an error path
2015-11-14 Dr. Stephen HensonAdd "TLSv1.0" cipher alias.
2015-11-14 Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
2015-11-14 Dr. Stephen HensonUse SSL_TLSV1 only if at least TLS v1.0 is needed.
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
next