]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.
[thirdparty/openssl.git] / ssl /
2014-11-20  Emilia KasperReset s->tlsext_ticket_expected in ssl_scan_serverhello...
2014-11-19  Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-11-19  Dr. Stephen HensonOnly handle RI extension for SSLv3
2014-11-19  Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-11-18  Matt CaswellAdded references to RFC 7027
2014-11-18  Dr. Stephen HensonPrevent use of binary curves when OPENSSL_NO_EC2M is...
2014-11-18  Matt CaswellUpdated comment references to draft-ietf-tls-ecc-12...
2014-11-13  Dr. Stephen HensonAdditional output for ssltest.
2014-11-13  Dr. Stephen HensonAdd SSL_CONF support to ssltest.
2014-10-28  Emilia KasperTighten session ticket handling
2014-10-27  Emilia KasperFix ssltest logic when some protocols are compiled...
2014-10-24  Dr. Stephen HensonCopy negotiated parameters in SSL_set_SSL_CTX.
2014-10-24  Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-10-21  Bodo MoellerFix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.
2014-10-21  Bodo MoellerWhen processing ClientHello.cipher_suites, don't ignore...
2014-10-21  Kurt RoeckxKeep old method in case of an unsupported protocol
2014-10-15  Geoff ThorpeFix no-ssl3 configuration option
2014-10-15  Dr. Stephen HensonFix for session tickets memory leak.
2014-10-15  Matt CaswellFix SRTP compile issues for windows
2014-10-15  Matt CaswellFix for SRTP Memory Leak
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-10-10  Dr. Stephen HensonDisable encrypt them mac for SSL 3.0 and stream ciphers...
2014-09-30  Dr. Stephen HensonParse custom extensions after internal extensions.
2014-09-24  Rich SalzRT3544: Remove MWERKS support
2014-09-24  Emilia KasperRT3067: simplify patch
2014-09-24  Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-21  Tim HudsonFixed error introduced in commit f2be92b94dad3c6cbdf79d...
2014-09-09  Kurt CancemiRT3506: typo's in ssltest
2014-09-08  Erik AuerswaldRT3301: Discard too-long heartbeat requests
2014-09-08  Martin OlssonRT2843: Remove another spurious close-comment token
2014-09-08  Martin OlssonRT2842: Remove spurious close-comment marker.
2014-09-05  Adam Langleypsk_client_callback, 128-byte id bug.
2014-08-28  Dr. Stephen HensonFix comments, add new test.
2014-08-28  Dr. Stephen HensonRename some callbacks, fix alignment.
2014-08-28  Dr. Stephen HensonUse consistent function naming.
2014-08-28  Dr. Stephen HensonNew function SSL_extension_supported().
2014-08-28  Dr. Stephen HensonNew extension callback features.
2014-08-28  Dr. Stephen HensonCallback revision.
2014-08-28  Dr. Stephen HensonRemove serverinfo checks.
2014-08-28  Dr. Stephen HensonAdd custom extension sanity checks.
2014-08-28  Dr. Stephen HensonCustom extension revision.
2014-08-28  Emilia KasperConstant-time utilities
2014-08-22  Emilia KasperRT 3060: amend patch
2014-08-19  Martin OlssonRT2848: Remove extra NULL check
2014-08-19  John FitzgibbonRT2724: Remove extra declaration
2014-08-18  Justin BlanchardRT1815: More const'ness improvements
2014-08-15  Hubert KarioAdd support for Camellia HMAC-Based cipher suites from...
2014-08-15  Matt CaswellFixed out-of-bounds read errors in ssl3_get_key_exchange.
2014-08-15  Hans WennborgRT3023: Redundant logical expressions
2014-08-15  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-15  Dr. Stephen HensonRevision of custom extension code.
2014-08-15  Dr. Stephen HensonInclude error messages on extension check failure.
2014-08-14  Emilia Kaspermake depend
2014-08-09  Dr. Stephen HensonFix SRP authentication ciphersuites.
2014-08-09  Viktor SzakatsRT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1
2014-08-09  Matthieu CrapetRT 1505: Use SSL3_AL_FATAL not "2"
2014-08-06  Dr. Stephen HensonCheck SRP parameters early.
2014-08-06  Dr. Stephen HensonFix SRP ciphersuite DoS vulnerability.
2014-08-06  Gabor TyukaszFix race condition in ssl_parse_serverhello_tlsext
2014-08-06  Emilia KäsperFix DTLS anonymous EC(DH) denial of service
2014-08-06  David BenjaminFix protocol downgrade bug in case of fragmented packets
2014-08-06  Adam LangleyRemove some duplicate DTLS code.
2014-08-06  Matt CaswellApplying same fix as in dtls1_process_out_of_seq_messag...
2014-08-06  Adam LangleyFix return code for truncated DTLS fragment.
2014-08-06  Adam LangleyFix memory leak from zero-length DTLS fragments.
2014-08-06  Matt CaswellFix DTLS handshake message size checks.
2014-08-06  Matt CaswellAdded comment for the frag->reassembly == NULL case...
2014-08-06  Adam LangleyAvoid double free when processing DTLS packets.
2014-07-24  Dr. Stephen HensonAdd conditional unit testing interface.
2014-07-19  Mike BlandUpdate heartbeat_test #includes
2014-07-19  Mike BlandUse testutil registry in heartbeat_test
2014-07-15  Dr. Stephen HensonFix DTLS certificate requesting code.
2014-07-15  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-14  Dr. Stephen HensonUse more common name for GOST key exchange.
2014-07-13  Peter MosmansAdd names of GOST algorithms.
2014-07-08  Andy PolyakovPlease Clang's sanitizer.
2014-07-05  Andy Polyakovs3_pkt.c: fix typo.
2014-07-05  Ben LaurieReduce casting nastiness.
2014-07-05  Dr. Stephen HensonDon't limit message sizes in ssl3_get_cert_verify.
2014-07-04  Dr. Stephen HensonRemove all RFC5878 code.
2014-07-02  Thijs AlkemadeMake disabling last cipher work.
2014-07-01  Ben LaurieFix possible buffer overrun.
2014-07-01  Rich SalzRT 1528; misleading debug print, "pre-master" should...
2014-07-01  Rich SalzRT 1530; fix incorrect comment
2014-07-01  Rich SalzRT 1229; typo in comment "dont't"->"don't"
2014-07-01  Dr. Stephen HensonFix warning.
2014-06-30  Ben LaurieMake depend.
2014-06-29  Ben LaurieMore constification.
2014-06-29  Ben LaurieConstification - mostly originally from Chromium.
2014-06-29  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-06-29  Dr. Stephen HensonFix memory leak.
2014-06-27  Dr. Stephen HensonDon't disable state strings with no-ssl2
2014-06-27  yogesh nagarkarFix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
2014-06-27  Ken BallouRemove redundant check.
2014-06-27  PKAdd SHA256 Camellia ciphersuites from RFC5932
2014-06-27  Tomas MrazDon't advertise ECC ciphersuits in SSLv2 compatible...
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-22  Matt CaswellFixed Windows compilation failure
2014-06-17  Felix Laurie von... Fix signed/unsigned comparisons.
next