Cleanup mttest.c : make ssl_method a pointer to const
[openssl.git] / ssl /
2015-06-20 Dr. Stephen Hensontypo: should be OPENSSL_free
2015-06-12 Adam LangleyAllow a zero length extension block
2015-06-11 Matt CaswellMore ssl_session_dup fixes
2015-06-10 Kurt RoeckxOnly allow a temporary rsa key exchange when they key...
2015-06-10 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-06-10 Matt CaswellDTLS handshake message fragments musn't span packets
2015-06-10 Matt CaswellTighten extension handling
2015-06-10 Matt CaswellFix Kerberos issue in ssl_session_dup
2015-06-08 Emilia KasperUse CRYPTO_memcmp in s3_cbc.c
2015-06-04 Kurt RoeckxAllow all curves when the client doesn't send an suppor...
2015-06-04 Matt CaswellRemove misleading comment
2015-06-04 Matt CaswellClean premaster_secret for GOST
2015-06-04 Matt CaswellClean Kerberos pre-master secret
2015-06-04 Matt CaswellFix DTLS session resumption
2015-06-02 Matt CaswellFix race condition in NewSessionTicket
2015-05-31 Matt CaswellCheck the message type requested is the type received...
2015-05-26 Emilia KasperFix ssltest to use 1024-bit DHE parameters
2015-05-26 Matt CaswellDon't check for a negative SRP extension size
2015-05-25 Matt CaswellDon't send an alert if we've just received one
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellFix typo setting up certificate masks
2015-05-22 Matt CaswellRemove export static DH ciphersuites
2015-05-22 LubomLost alert in DTLS
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-20 Emilia KasperOnly support >= 256-bit elliptic curves with ecdh_auto...
2015-05-20 Emilia Kasperclient: reject handshakes with DH parameters < 768...
2015-05-13 Matt CaswellDon't allow a CCS when expecting a CertificateVerify
2015-05-11 Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-05-05 Matt CaswellAdd more error state transitions (DTLS)
2015-05-05 Matt CaswellAdd more error state transitions (client)
2015-05-05 Matt CaswellAdd more error state transitions
2015-05-05 Matt CaswellAdd Error state
2015-04-30 Matt CaswellAdd sanity check to ssl_get_prev_session
2015-04-30 Matt CaswellSanity check the return from final_finish_mac
2015-04-30 Matt CaswellAdd sanity check in ssl3_cbc_digest_record
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-29 Matt CaswellAdd length sanity check in SSLv2 n_do_ssl_write()
2015-04-21 Emilia KasperRepair EAP-FAST session resumption
2015-04-21 Emilia Kaspermake update
2015-04-17 Emilia KasperError out immediately on empty ciphers list.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-14 Matt CaswellFix ssl_get_prev_session overrun
2015-04-14 Matt CaswellCheck for ClientHello message overruns
2015-04-08 Emilia KasperHarden SSLv2-supporting servers against Bleichenbacher...
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-25 Matt CaswellAdd ticket length before buffering DTLS message
2015-03-25 Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-24 Kurt RoeckxDon't send a for ServerKeyExchange for kDHr and kDHd
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-22 Matt CaswellFix no-ec with no-ec2m
2015-03-20 David WoodhouseAdd DTLS support to ssltest
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-19 Matt CaswellFix unsigned/signed warnings
2015-03-19 Emilia KasperFix reachable assert in SSLv2 servers.
2015-03-19 Matt CaswellFix DHE Null CKE vulnerability
2015-03-19 Dr. Stephen HensonFix for CVE-2015-0291
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-19 Matt CaswellMultiblock corrupted pointer fix
2015-03-18 Dr. Stephen HensonAdd support for ServerInfo SSL_CONF option.
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-12 Matt CaswellSSL_check_chain fix
2015-03-11 Matt CaswellCleanse buffers
2015-03-10 Emilia KasperHarmonize return values in dtls1_buffer_record
2015-03-10 Matt CaswellPrevent handshake with unseeded PRNG
2015-03-09 David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
2015-03-09 Matt CaswellFix DTLS1_BAD_VER regression
2015-03-08 Dr. Stephen Hensonfix warning
2015-03-07 Kurt RoeckxRemove export ciphers from the DEFAULT cipher list
2015-03-05 Kurt CancemiUse constants not numbers
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-27 Matt CaswellFix d2i_SSL_SESSION for DTLS1_BAD_VER
2015-02-27 Matt CaswellFixed missing return value checks.
2015-02-27 Matt CaswellFix missing return value checks.
2015-02-12 Eric DequinMissing OPENSSL_free on error path.
2015-02-06 Matt CaswellFix error handling in ssltest
2015-01-27 Matt CaswellMake DTLS always act as if read_ahead is set. The actua...
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-23 Dr. Stephen HensonFIPS build fixes.
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . OpenSSL_1_0_2-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore tweaks for comments due indent issues OpenSSL_1_0_2-pre-auto-reformat
2015-01-22 Matt CaswellTweaks for comments due to indent's inability to handle...
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-08 Matt CaswellA memory leak can occur in dtls1_buffer_record if eithe...
2015-01-08 Dr. Stephen HensonUnauthenticated DH client certificate fix.
2015-01-08 Matt CaswellFollow on from CVE-2014-3571. This fixes the code that...
2015-01-08 Dr. Stephen HensonFix crash in dtls1_get_record whilst in the listen...
2015-01-07 Dr. Stephen Hensonfix error discrepancy
2015-01-07 Richard LevitteVMS fixups for 1.0.2
2015-01-06 Emilia KasperOnly inherit the session ID context in SSL_set_SSL_CTX...
next