]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-11-09  Matt CaswellStandardise our style for checking malloc failures
2015-11-09  Matt CaswellRemove redundant check from SSL_shutdown
2015-11-09  Richard LevitteMake the match for previous cflags a bit more strict
2015-11-08  Dr. Stephen... Replace L suffix with U
2015-11-08  Dr. Stephen... Use 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... Rebuild error source files.
2015-11-05  Dr. Stephen... fix discrepancy
2015-11-05  Dr. Stephen... Read function names from C source files.
2015-11-05  Matt CaswellEnsure the dtls1_get_*_methods work with DTLS_ANY_VERSION
2015-11-04  Matt CaswellMinor EVP_SignInit_ex doc fix
2015-11-02  Richard LevitteFix usage of BIO_ctrl_set_connected
2015-11-02  Richard LevitteRemove the state parameter from BIO_ctrl_set_connected
2015-11-02  Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02  Richard LevitteCorrect or add comments indicating what controls belong...
2015-11-02  Richard LevitteRemove PROXY controls that aren't used anywhere
2015-11-02  Richard LevitteRemove dummy argument from BIO_get_bind_mode
2015-11-02  Richard LevitteDocument how BIO_get_conn_ip and BIO_get_conn_int_port...
2015-11-02  Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-11-02  Matt CaswellClarify the preferred way of creating patch files
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-11-02  Soheil RashidiFixed typo in rsautl.pod
2015-11-01  Rich SalzPR1279: Clean up CONTRIBUTING
2015-11-01  Rich SalzVarious README updates
2015-11-01  Rich SalzRemove des_ver.h; broke build.
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
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 Caswellmake update
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 CaswellRemove the old state defines
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 CaswellDon't depend on SSL structure internals
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 CaswellMinor documentation tweak
2015-10-30  Matt CaswellUpdate CHANGES
2015-10-30  Matt CaswellRemove a call to SSL_set_state from s_server
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 Caswellmake update
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-29  Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-28  Rich SalzRemove SSLeay history, etc., from docs
2015-10-27  Rich SalzRemove HAMC_cleanup
2015-10-26  Rich SalzMove crypto/threads to demo/threads
2015-10-25  Ben LaurieProbably fix travis (wine build).
2015-10-24  Ben LaurieImprove make depend.
2015-10-24  Ben LaurieFix undeclared variable warnings.
2015-10-23  Alessandro... Remove useless code
2015-10-23  Alessandro... Check memory allocation
2015-10-23  Alessandro... Fix references to various RFCs
2015-10-23  Alessandro... Fix typos
2015-10-23  Alessandro... Set salt length after the malloc has succeeded
2015-10-23  Alessandro... Fix memory leaks and other mistakes on errors
2015-10-23  Alessandro... Replace malloc+strlcpy with strdup
next