openssl.git
2015-01-06 Andy PolyakovRevert "CHANGES: mention "universal" ARM support."
2015-01-06 Andy PolyakovCHANGES: mention "universal" ARM support.
2015-01-06 Andy PolyakovRemove inconsistency in ARM support.
2015-01-05 Dr. Stephen... ECDH downgrade bug fix.
2015-01-05 Dr. Stephen... update ordinals
2015-01-05 Adam LangleyEnsure that the session ID context of an SSL* is updated
2015-01-05 Dr. Stephen... Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.
2015-01-05 Dr. Stephen... Fix various certificate fingerprint issues.
2015-01-05 Matt CaswellAdditional fix required for no-srtp to work
2015-01-05 Piotr SikoraFix building with no-srtp
2015-01-05 Emilia KasperAdd a clang build target for linux-x86_64
2015-01-04 Andy Polyakovecp_nistz256-x86_64.pl: fix occasional failures.
2015-01-04 Rich SalzRT2914: NULL check missing in X509_name_canon
2015-01-02 Dr. Stephen... Update SGC flag comment.
2015-01-02 Dr. Stephen... Remove MS SGC
2015-01-02 Dr. Stephen... Clear existing extension state.
2014-12-31 Dominik Neubauertypo in s_client
2014-12-30 Kurt RoeckxMake "run" volatile
2014-12-30 Thorsten GlaserDocument openssl dgst -hmac option
2014-12-30 Kurt Roeckxdlfcn: always define _GNU_SOURCE
2014-12-30 Kurt RoeckxFix memory leak in the apps
2014-12-22 Alok MenghrajaniImproves certificates HOWTO
2014-12-22 Richard LevitteSmall typo
2014-12-20 Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-19 Matt CaswellFix a problem if CFLAGS is too long cversion.c fails...
2014-12-18 Kurt RoeckxReturn error when a bit string indicates an invalid...
2014-12-17 Dr. Stephen... Reject invalid constructed encodings.
2014-12-17 Emilia KasperAdd a comment noting the padding oracle.
2014-12-17 Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-12-17 Emilia KasperBuild fixes
2014-12-17 Richard LevitteClear warnings/errors within RL_DEBUG code sections...
2014-12-17 Richard LevitteClear warnings/errors within TLS_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within BN_CTX_DEBUG code sections
2014-12-17 Adam LangleyPremaster secret handling fixes
2014-12-17 Bodo MöllerBackport regression test
2014-12-17 Emilia KasperCheck for invalid divisors in BN_div.
2014-12-16 Dr. Stephen... Check return value of ssl3_output_cert_chain
2014-12-16 Matt CaswellThe dtls1_output_cert_chain function no longer exists...
2014-12-16 Adam LangleyDon't set client_version to the ServerHello version.
2014-12-16 Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-16 Matt CaswellRemove extraneous white space, and add some braces
2014-12-16 Matt CaswellDTLS fixes for signed/unsigned issues
2014-12-15 Emilia KasperFix unused variable warning
2014-12-13 Matt CaswellFix memory leak in s2_srvr.c if BUF_MEM_grow fails
2014-12-13 Matt CaswellFixed memory leak if BUF_MEM_grow fails
2014-12-08 Matt CaswellFixed memory leak in the event of a failure of BUF_MEM_grow
2014-12-08 Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-05 Emilia KasperClarify the return values for SSL_get_shared_curve.
2014-12-05 Emilia KasperAdd extra checks for odd-length EC curve lists.
2014-12-05 Emilia KasperMake 'make update' succeed and run it
2014-12-05 Emilia KasperReject elliptic curve lists of odd lengths.
2014-12-04 Richard Levittes_client and s_server take -verify_{host,email,ip}...
2014-12-04 Matt CaswellRemove incorrect code inadvertently introduced through...
2014-12-03 Matt CaswellRemove "#if 0" code
2014-12-03 Matt CaswellOnly use the fallback mtu after 2 unsuccessful retransm...
2014-12-03 Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-12-03 Matt CaswellIf we really get a situation where the underlying mtu...
2014-12-03 Matt CaswellFix dtls_query_mtu so that it will always either comple...
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-12-03 Matt CaswellThere are a number of instances throughout the code...
2014-12-03 Matt CaswellThe first call to query the mtu in dtls1_do_write corre...
2014-12-03 Matt CaswellThe SSL_OP_NO_QUERY_MTU option is supposed to stop...
2014-12-03 Matt CaswellVerify that we have a sensible message len and fail...
2014-12-02 Kurt RoeckxUse the SSLv23 method by default
2014-11-28 Richard LevitteCheck for FindNextFile when defining it rather than...
2014-11-28 Richard Levitte[PR3597] Advance to the next state variant when reusing...
2014-11-28 Richard LevitteCorrect some layout issues, convert all remaining tabs...
2014-11-28 Alok MenghrajaniImproves the proxy certificates howto doc.
2014-11-27 Matt CaswellFix warning in ssl2_enc
2014-11-27 Matt CaswellRemove more references to dtls1_enc
2014-11-27 Matt CaswellCheck EVP_Cipher return values for SSL2
2014-11-27 Matt CaswellDelete unused file
2014-11-27 Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-11-27 Matt CaswellRemove redundant checks in ssl_cert_dup. This was causi...
2014-11-27 Matt CaswellRemove duplicated code
2014-11-27 Matt CaswellTidy up ocsp help output
2014-11-27 André GuerreiroAdd documentation on -timeout option in the ocsp utility
2014-11-27 GuenterNetWare compilation fix.
2014-11-27 Matt CaswellUpdates to X509_NAME_get_index_by_NID.pod submitted...
2014-11-27 Matt CaswellUpdates to X509_NAME_add_entry_by_txt.pod submitted...
2014-11-27 Matt CaswellUpdates to EVP_PKEY_encrypt.pod submitted by user Berna...
2014-11-27 Matt CaswellAdd include of ssl.h which is required by srtp.h
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-11-25 Matt CaswellCorrected comments in ssl.h about SSLv23_method and...
2014-11-20 Dr. Stephen... Print out Suite B status.
2014-11-20 Dr. Stephen... Fix SuiteB chain checking logic.
2014-11-20 David BenjaminDo not resume a session if the negotiated protocol...
2014-11-20 Matt CaswellWhen using EVP_PKEY_derive with a KDF set, a negative...
2014-11-20 Emilia KasperClean up CHANGES
2014-11-20 Emilia KasperEnsure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
2014-11-20 Emilia KasperAlways require an advertised NewSessionTicket message.
2014-11-20 Emilia KasperRemove ssl3_check_finished.
2014-11-20 Emilia KasperSet s->hit when resuming from external pre-shared secret.
2014-11-20 Emilia KasperReset s->tlsext_ticket_expected in ssl_scan_serverhello...
2014-11-19 Matt CaswellFix s_server -ssl2. Previously this reported "Error...
2014-11-19 Dr. Stephen... New option no-ssl3-method which removes SSLv3_*method
next