platform/upstream/openssl.git
2014-10-20 Emilia KäsperFix DTLS anonymous EC(DH) denial of service
2014-10-20 David BenjaminFix protocol downgrade bug in case of fragmented packets
2014-10-20 Adam LangleyRemove some duplicate DTLS code.
2014-10-20 Matt CaswellApplying same fix as in dtls1_process_out_of_seq_messag...
2014-10-20 Adam LangleyFix return code for truncated DTLS fragment.
2014-10-20 Adam LangleyFix memory leak from zero-length DTLS fragments.
2014-10-20 Matt CaswellFix DTLS handshake message size checks.
2014-10-20 Matt CaswellAdded comment for the frag->reassembly == NULL case...
2014-10-20 Adam LangleyAvoid double free when processing DTLS packets.
2014-10-20 Dr. Stephen... make update
2014-10-20 Dr. Stephen... Fix error discrepancy.
2014-10-20 Bodo MoellerUpdate $default_depflags to match current defaults.
2014-10-20 Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2014-10-20 Dr. Stephen... Avoid multiple lock using FIPS DRBG.
2014-10-20 Dr. Stephen... Add conditional unit testing interface.
2014-10-20 Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
2014-10-20 Tim HudsonRemove old unused and unmaintained demonstration code.
2014-10-20 Tim HudsonMinor documentation update removing "really" and a
2014-10-20 Dr. Stephen... Fix documentation for RSA_set_method(3)
2014-10-20 Jeffrey WaltonFix typo, add reference.
2014-10-20 Matt CaswellDisabled XTS mode in enc utility as it is not supported
2014-10-20 Matt CaswellAdd Matt Caswell's fingerprint, and general update...
2014-10-20 Dr. Stephen... Clarify -Verify and PSK.
2014-10-20 Dr. Stephen... Fix DTLS certificate requesting code.
2014-10-20 Dr. Stephen... Don't allow -www etc options with DTLS.
2014-10-20 Dr. Stephen... Add ECC extensions with DTLS.
2014-10-20 Dr. Stephen... Use case insensitive compare for servername.
2014-10-20 Hubert Kariodocument -nextprotoneg option in man pages
2014-10-20 Dr. Stephen... Use more common name for GOST key exchange.
2014-10-20 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-10-20 Peter MosmansAdd names of GOST algorithms.
2014-10-20 Richard Levitte* crypto/ui/ui_lib.c: misplaced brace in switch statement.
2014-10-20 Ben LaurieDon't clean up uninitialised EVP_CIPHER_CTX on error...
2014-10-20 Matt CaswellFix memory leak in BIO_free if there is no destroy...
2014-10-20 David LloydPrevent infinite loop loading config files.
2014-10-20 Dr. Stephen... Usage for -hack and -prexit -verify_return_error
2014-10-20 Dr. Stephen... Document certificate status request options.
2014-10-20 Dr. Stephen... s_server usage for certificate status requests
2014-10-20 Dr. Stephen... Update ticket callback docs.
2014-10-20 Dr. Stephen... Sanity check keylength in PVK files.
2014-10-20 Jeffrey WaltonAdded reference to platform specific cryptographic...
2014-10-20 Matt CaswellFixed error in pod files with latest versions of pod2man
2014-10-20 Alan HryngleReturn smaller of ret and f.
2014-10-20 Dr. Stephen... Don't limit message sizes in ssl3_get_cert_verify.
2014-10-20 Dr. Stephen... typo
2014-10-20 Dr. Stephen... Add license info.
2014-10-20 Rich SalzMerge branch 'rsalz-docfixes'
2014-10-20 Rich SalzClose 3170, remove reference to Ariel Glenn's old 0...
2014-10-20 Andy Polyakovbn_exp.c: fix x86_64-specific crash with one-word modulus.
2014-10-20 Dr. Stephen... update release notes
2014-10-20 Matt SmartFix doc typo.
2014-10-20 Thijs AlkemadeMake disabling last cipher work.
2014-10-20 Geoff Thorpeutil/mkerr.pl: fix perl warning
2014-10-20 Dr. Stephen... ASN1 sanity check.
2014-10-20 Ben LaurieFix possible buffer overrun.
2014-10-20 Dr. Stephen... Fix copy for CCM, GCM and XTS.
2014-10-20 Jeffrey WaltonClarified that the signature's buffer size, `s`, is...
2014-10-20 ZNVMake EVP_CIPHER_CTX_copy work in GCM mode.
2014-10-20 Dr. Stephen... Fix memory leak.
2014-10-20 Ken BallouTypo.
2014-10-20 Dr. Stephen... Show errors on CSR verification failure.
2014-10-20 Dr. Stephen... Make no-ssl3 no-ssl2 do more sensible things.
2014-10-20 Dr. Stephen... Clarify protocols supported.
2014-10-20 Dr. Stephen... Typo.
2014-10-20 Dr. Stephen... Don't disable state strings with no-ssl2
2014-10-20 yogesh nagarkarFix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
2014-10-20 Andreas WestfeldFix typo in ideatest.c
2014-10-20 Ken BallouRemove redundant check.
2014-10-20 Dr. Stephen... Fix for EVP_PBE_alg_add().
2014-10-20 Dr. Stephen... Tolerate critical AKID in CRLs.
2014-10-20 Tom GreensladeHandle IPv6 addresses in OCSP_parse_url.
2014-10-20 Tomas MrazDon't advertise ECC ciphersuits in SSLv2 compatible...
2014-10-20 Jeffrey WaltonClarify docs.
2014-10-20 Dr. Stephen... Remove ancient obsolete files under pkcs7.
2014-10-20 Dr. Stephen... Memory leak and NULL derefernce fixes.
2014-10-20 Dr. Stephen... Fix OID encoding for one component.
2014-10-20 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-10-20 Jenny YungMemory allocation checks.
2014-10-20 Miod VallatFix off-by-one errors in ssl_cipher_get_evp()
2014-10-20 Matt CaswellRevert "Fix off-by-one errors in ssl_cipher_get_evp()"
2014-10-20 Dr. Stephen... Accept CCS after sending finished.
2014-10-20 Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-10-20 Matt CaswellRevert "Fixed incorrect return code handling in ssl3_fi...
2014-10-20 Kurt CancemiFix off-by-one errors in ssl_cipher_get_evp()
2014-10-20 Dr. Stephen... Fix compilation with no-comp
2014-10-20 Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-10-20 Hubert Kariobackport changes to ciphers(1) man page
2014-10-20 Mike BlandCreate test/testutil.h for unit test helper macros
2014-10-20 Dr. Stephen... Fix null pointer errors.
2014-10-20 Dr. Stephen... SRP ciphersuite correction.
2014-10-20 Dr. Stephen... Update strength_bits for 3DES.
2014-10-20 Kurt RoeckxLink heartbeat_test with the static version of the...
2014-10-20 Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-10-20 Dr. Stephen... update NEWS
2014-10-20 Dr. Stephen... Make tls_session_secret_cb work with CVE-2014-0224...
2014-10-20 Matt CaswellFixed minor duplication in docs
2014-10-20 Dr. Stephen... Prepare for 1.0.1i-dev
2014-06-20 John L. WhitemanImported Upstream version 1.0.1h upstream/1.0.1h
2014-04-10 Michael DemeterImported Upstream version 1.0.1g upstream/1.0.1g
2014-01-06 Michael DemeterImported Upstream version 1.0.1f upstream/1.0.1f
next