openssl.git
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
2015-10-23 Alessandro... Do not treat 0 return value from BIO_get_fd() as error
2015-10-23 Alessandro... Remove bugs/ and crypto/threads/
2015-10-22 Adam EijdenbergClarify return values for EVP_DigestVerifyFinal.
2015-10-22 Richard LevitteOnly include SRP headers when OPENSSL_NO_SRP is undefined
2015-10-22 Richard LevitteMake Configure die when unsupported options are given
2015-10-22 Richard LevitteAdd an explicit list of options that can be disabled...
2015-10-21 Richard Levittemake update
2015-10-21 Richard LevitteDon't forget to load the CT error strings
2015-10-21 Richard LevitteHandle CT error macros separately
2015-10-21 Matt CaswellDon't use SSLv23_server_method in an example
2015-10-21 Matt CaswellAvoid undefined behaviour in PACKET_buf_init
2015-10-18 Richard Levittect_locl.h moved, reflect it in crypto/ct/Makefile
2015-10-18 Richard Levittemake update
2015-10-18 Richard LevitteAdd crypto/include/internal to the directories to scan...
2015-10-18 Richard LevitteBecause ct_locl.h is used between modules, move it...
2015-10-18 Dr. Stephen... Move auto Host adding to query_responder
2015-10-18 Dr. Stephen... Fix memory leak with -issuer option.
2015-10-18 Dr. Stephen... set string type when embedding
2015-10-17 Manish GoregaokarMove contributing info to CONTRIBUTING
2015-10-16 Rich SalzRun tests on Travis for mingw builds as well
2015-10-16 Dmitry BelyavskyFix error message when loading engines from config
2015-10-15 Matt CaswellRemove Obsolete engines
2015-10-15 Dr. Stephen... Fix self signed handling.
2015-10-15 Dr. Stephen... embed CRL serial number and signature fields
2015-10-15 Dr. Stephen... embed certificate serial number and signature fields
2015-10-15 Dr. Stephen... embed value field of X509_EXTENSION
2015-10-15 Dr. Stephen... add CHANGES entry for embed
2015-10-15 Dr. Stephen... Handle embed flag in ASN1_STRING_copy().
2015-10-15 Emilia KasperPACKET: fix __owur
2015-10-15 Emilia KasperAppease gcc's Wmaybe-uninitialized
2015-10-14 Emilia KasperRemove EVP_CHECK_DES_KEY
2015-10-14 Emilia Kasperct_locl.h: fix some comments
2015-10-14 Emilia Kaspermake depend: prefer clang over makedepend
2015-10-13 Dr. Stephen... RFC5753 compliance.
2015-10-13 Alessandro... Add Clang 3.6 and additional GCC 5 builds to travis
2015-10-13 Alessandro... GH429: Add clang to travis
2015-10-13 Andy Polyakovtestlib/OpenSSL/Test.pm: remove redundant 'cmd /c'...
2015-10-13 Andy PolyakovHarmonize do_rehash_rule with updated test/recipies...
2015-10-13 Andy PolyakovTest suite: chomp->s/\R// to harmonize with mingw ...
2015-10-13 Andy PolyakovTest suite: minimal required to get mingw 'make test...
2015-10-12 Matt CaswellRename -set-serial command to req
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-10-12 Matt CaswellFix option name discrepancy
2015-10-12 Andy PolyakovConfigurations: move -Wno-pedantic-ms-format to .travis...
2015-10-11 Dr. Stephen... embed OCSP_CERTID
2015-10-11 Dr. Stephen... embed support for ASN1_STRING
2015-10-11 Dr. Stephen... Embed various OCSP fields.
2015-10-11 Dr. Stephen... embed support for CHOICE type
2015-10-11 Dr. Stephen... Skip PSK tests for no-psk
2015-10-11 Dr. Stephen... Make no-psk compile without warnings.
2015-10-10 Dr. Stephen... Typo.
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-09 Matt CaswellFix Windows build
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-08 Matt CaswellFix no-ripemd on Windows
2015-10-08 Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07 Pascal CuoqDon't check pointer we just freed, always set it to...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqProperly check return type of DH_compute_key()
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-07 Matt CaswellDon't advance PACKET in ssl_check_for_safari
2015-10-06 Alessandro... Fix travis builds on master
2015-10-06 Emilia KasperSSLv2 compat ciphers: clarify comment
2015-10-06 Dr. Stephen... Don't try and parse boolean type.
2015-10-06 Andy PolyakovAddress more Windows warnings illuminated by mingw.
2015-10-05 Dmitry BelyavskiyNew cipher and cipher modes standardized in Russia
2015-10-05 Alessandro... Validate 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.
next