openssl.git
2014-06-26 Huzaifa SidhpurwalaMake sure BN_sqr can never return a negative value.
2014-06-26 Jenny YungMemory allocation checks.
2014-06-22 Miod VallatFix off-by-one errors in ssl_cipher_get_evp()
2014-06-22 Matt CaswellRevert "Fix off-by-one errors in ssl_cipher_get_evp()"
2014-06-14 Dr. Stephen... Accept CCS after sending finished.
2014-06-13 Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-06-13 Matt CaswellRevert "Fixed incorrect return code handling in ssl3_fi...
2014-06-12 Kurt CancemiFix off-by-one errors in ssl_cipher_get_evp()
2014-06-11 Dr. Stephen... Fix compilation with no-comp
2014-06-10 Matt CaswellFixed incorrect return code handling in ssl3_final_fini...
2014-06-10 Hubert Kariobackport changes to ciphers(1) man page
2014-06-10 Mike BlandCreate test/testutil.h for unit test helper macros
2014-06-10 Dr. Stephen... Fix null pointer errors.
2014-06-09 Dr. Stephen... SRP ciphersuite correction.
2014-06-09 Dr. Stephen... Update strength_bits for 3DES.
2014-06-08 Kurt RoeckxLink heartbeat_test with the static version of the...
2014-06-08 Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-06-07 Dr. Stephen... update NEWS
2014-06-07 Dr. Stephen... Make tls_session_secret_cb work with CVE-2014-0224...
2014-06-07 Matt CaswellFixed minor duplication in docs
2014-06-05 Dr. Stephen... Prepare for 1.0.1i-dev
2014-06-05 Dr. Stephen... Prepare for 1.0.1h release OpenSSL_1_0_1h
2014-06-05 Dr. Stephen... Update CHANGES and NEWS
2014-06-05 Dr. Stephen... Fix CVE-2014-3470
2014-06-05 Dr. Stephen... Fix CVE-2014-0221
2014-06-05 Dr. Stephen... Additional CVE-2014-0224 protection.
2014-06-05 Dr. Stephen... Fix for CVE-2014-0224
2014-06-05 Dr. Stephen... Fix for CVE-2014-0195
2014-06-05 Dr. Stephen... make update
2014-06-03 Libor KrystekCorrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lc...
2014-06-02 David BenjaminCheck there is enough room for extension.
2014-06-02 zhu qun-yingFree up s->d1->buffered_app_data.q properly.
2014-06-02 Sami FarinTypo: set i to -1 before goto.
2014-06-01 Matt CaswellAdded SSLErr call for internal error in dtls1_buffer_record
2014-06-01 David RamosDelays the queue insertion until after the ssl3_setup_b...
2014-06-01 Dr. Stephen... Recognise padding extension.
2014-06-01 Dr. Stephen... Option to disable padding extension.
2014-06-01 Dr. Stephen... Set default global mask to UTF8 only.
2014-06-01 David RamosAllocate extra space when NETSCAPE_HANG_BUG defined.
2014-06-01 David RamosInitialise alg.
2014-05-31 Dr. Stephen... Use correct digest when exporting keying material.
2014-05-31 Dr. Stephen... Don't compile heartbeat test code on Windows (for now).
2014-05-30 Hubert Karioadd description of -attime to man page
2014-05-30 Hubert Karioadd description of -no_ecdhe option to s_server man...
2014-05-29 Dr. Stephen... Set version number correctly.
2014-05-29 František BořánekFix memory leak.
2014-05-29 Martin Kaiserremove duplicate 0x for default RSASSA-PSS salt len
2014-05-27 Peter MosmansFix for test_bn regular expression to work on Windows...
2014-05-26 Matt CaswellFixed Windows compilation failure
2014-05-25 Matt CaswellFixed error in args for SSL_set_msg_callback and SSL_se...
2014-05-24 Matt CaswellFix for non compilation with TLS_DEBUG defined
2014-05-22 Mike BlandFix heartbeat_test for -DOPENSSL_NO_HEARTBEATS
2014-05-21 Matt CaswellFixed minor copy&paste error, and stray space causing...
2014-05-21 Dr. Stephen... Fix for PKCS12_create if no-rc2 specified.
2014-05-21 Dr. Stephen... Change default cipher in smime app to des3.
2014-05-20 Dr. Stephen... For portability use BUF_strndup instead of strndup.
2014-05-19 JanpopanFix a wrong parameter count ERR_add_error_data
2014-05-19 Ben LaurieMerge branch 'mbland-heartbeat-test-1.0.1' into OpenSSL...
2014-05-19 Mike BlandUnit/regression test for TLS heartbeats.
2014-05-19 Ben LaurieAllow the maximum value.
2014-05-19 Ben LaurieFix signed/unsigned warning.
2014-05-15 Matt CaswellMoved note about lack of support for AEAD modes out...
2014-05-15 Dr. Stephen... Enc doesn't support AEAD ciphers.
2014-05-14 Jeffrey WaltonFix grammar error in verify pod. PR#3355
2014-05-14 Jeffrey WaltonAdd information to BUGS section of enc documentation...
2014-05-14 Michal BozonCorrected POD syntax errors. PR#3353
2014-05-12 Kurt RoeckxCheck sk_SSL_CIPHER_num() after assigning sk.
2014-05-12 Jean-Paul CalderoneCorrect the return type on the signature for X509_STORE...
2014-05-12 Serguei E.... Replace manual ASN1 decoder with ASN1_get_object
2014-05-11 Matt CaswellFixed NULL pointer dereference. See PR#3321
2014-05-11 Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11 Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-05-11 Günther NoackAvoid out-of-bounds write in SSL_get_shared_ciphers
2014-05-11 Viktor DukhovniFix infinite loop. PR#3347
2014-05-11 Tim Hudsonsafety check to ensure we dont send out beyond the...
2014-05-09 Dr. Stephen... Return an error if no recipient type matches.
2014-05-08 Tim Hudsoncoverity 966576 - close socket in error path
2014-05-08 Tim HudsonPR#3342 fix resource leak coverity issue 966577
2014-05-07 Tim Hudsonfix coverity issue 966597 - error line is not always...
2014-05-07 Matt CaswellFixed NULL pointer dereference in PKCS7_dataDecode...
2014-05-06 Geoff Thorpeevp: prevent underflow in base64 decoding
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-05-06 Geoff Thorpedso: eliminate VMS code on non-VMS systems
2014-05-06 Dr. Stephen... Initialize num properly.
2014-05-06 Dr. Stephen... Set Enveloped data version to 2 if ktri version not...
2014-05-05 Tim Hudson- fix coverity issues 966593-966596
2014-05-03 David RamosDouble free in i2o_ECPublicKey
2014-05-01 Jeff Trawicktypo in SSL_get_peer_cert_chain docs
2014-04-30 Matt CaswellFixed spelling error in error message. Fix supplied...
2014-04-30 Lubomir RintelPOD: Fix item numbering
2014-04-26 manchaFix version documentation.
2014-04-24 manchaFix eckey_priv_encode()
2014-04-24 Steve MarquessAdd new sponsors
2014-04-23 Ben LaurieFix use after free.
2014-04-22 Ben LaurieFix double frees.
2014-04-16 Dr. Stephen... Document -debug_decrypt option.
2014-04-15 Dr. Stephen... Extension checking fixes.
2014-04-15 Dr. Stephen... Clarify CMS_decrypt behaviour.
2014-04-11 Dr. Stephen... Add new key fingerprint.
2014-04-09 Dr. Stephen... Fix free errors in ocsp utility.
next