add ECC strings to ciphers(1), point out difference between DH and ECDH
[openssl.git] / ssl /
2014-06-10 Mike BlandCreate test/testutil.h for unit test helper macros
2014-06-10 Dr. Stephen HensonFix null pointer errors.
2014-06-09 Dr. Stephen HensonSRP ciphersuite correction.
2014-06-09 Dr. Stephen HensonUpdate strength_bits for 3DES.
2014-06-07 Dr. Stephen HensonMake tls_session_secret_cb work with CVE-2014-0224...
2014-06-07 Dr. Stephen HensonAdd official extension value.
2014-06-05 Dr. Stephen HensonUpdate value to use a free bit.
2014-06-05 Dr. Stephen HensonFix for CVE-2014-0195
2014-06-05 Dr. Stephen HensonFix for CVE-2014-0224
2014-06-05 Dr. Stephen HensonAdditional CVE-2014-0224 protection.
2014-06-05 Dr. Stephen HensonFix CVE-2014-0221
2014-06-05 Dr. Stephen HensonFix CVE-2014-3470
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 HensonOption to disable padding extension.
2014-06-01 David RamosAllocate extra space when NETSCAPE_HANG_BUG defined.
2014-05-31 Dr. Stephen HensonUse correct digest when exporting keying material.
2014-05-31 Dr. Stephen HensonDon't compile heartbeat test code on Windows (for now).
2014-05-26 Juli MallettFix cast of boolean where cast of LHS intended.
2014-05-24 Matt CaswellFix for non compilation with TLS_DEBUG defined
2014-05-23 Martin KaiserAdd an NSS output format to sess_id to export to export...
2014-05-22 Ben LaurieMerge branch 'heartbeat-test' of git://github.com/mblan...
2014-05-22 Mike BlandFix heartbeat_test for -DOPENSSL_NO_HEARTBEATS
2014-05-20 Dr. Stephen HensonFor portability use BUF_strndup instead of strndup.
2014-05-20 Dr. Stephen HensonAdding padding extension to trace code.
2014-05-20 Dr. Stephen HensonFix bug in signature algorithm copy.
2014-05-19 Ben LaurieMerge branch 'mbland-heartbeat-test'
2014-05-19 Ben LaurieFixup for ancient compilers.
2014-05-19 Mike BlandZero-initialize heartbeat test write buffer
2014-05-19 Mike BlandMore through error checks in set_up
2014-05-19 Ben LaurieMake it build/run.
2014-05-19 Mike BlandUnit/regression test for TLS heartbeats.
2014-05-12 Kurt RoeckxCheck sk_SSL_CIPHER_num() after assigning sk.
2014-05-12 Serguei E. LeontievReplace manual ASN1 decoder with ASN1_get_object
2014-05-11 Matt CaswellFixed NULL pointer dereference. See PR#3321
2014-05-11 Günther NoackAvoid out-of-bounds write in SSL_get_shared_ciphers
2014-05-11 Matt CaswellMove length check earlier to ensure we don't go beyond...
2014-05-11 Tim Hudsonsafety check to ensure we dont send out beyond the...
2014-05-07 Tim Hudsonfix coverity issue 966597 - error line is not always...
2014-04-30 Matt CaswellFixed spelling error in error message. Fix supplied...
2014-04-25 Geoff Thorpemake depend
2014-04-23 Ben LaurieFix use after free.
2014-04-21 Kaspar BrandFix SSL_CTX_get{first,next}_certificate.
2014-04-07 Dr. Stephen HensonAdd heartbeat extension bounds check.
2014-04-05 Dr. Stephen HensonSet TLS padding extension value.
2014-04-05 Dr. Stephen HensonFor more than 160 bits of security disable SHA1 HMAC
2014-03-28 Dr. Stephen HensonSet security level in cipher string.
2014-03-28 Dr. Stephen HensonSet security level to zero is ssltest
2014-03-28 Dr. Stephen HensonSecurity framework.
2014-03-28 Dr. Stephen HensonCheck return value of ssl3_output_cert_chain
2014-03-28 Dr. Stephen HensonAllow return of supported ciphers.
2014-03-28 Dr. Stephen HensonAuto DH support.
2014-03-27 Dr. Stephen HensonFix memory leak with client auth.
2014-03-27 Dr. Stephen HensonAdd -no_resumption_on_reneg to SSL_CONF.
2014-03-27 Dr. Stephen HensonUpdate chain building function.
2014-03-24 Emilia KasperAllow duplicate certs in ssl_build_cert_chain
2014-03-18 Piotr SikoraRetry callback only after ClientHello received.
2014-03-10 Dr. Stephen Hensontypo
2014-03-10 Dr. Stephen HensonSimplify ssl_add_cert_chain logic.
2014-03-06 Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2014-03-01 Dr. Stephen HensonAdd function to free compression methods.
2014-02-26 Dr. Stephen HensonFix for WIN32 builds with KRB5
2014-02-25 Andy Polyakovssl/t1_enc.c: check EVP_MD_CTX_copy return value.
2014-02-25 Dr. Stephen HensonDon't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.
2014-02-23 Dr. Stephen HensonOnly set current certificate to valid values.
2014-02-23 Dr. Stephen HensonNew chain building flags.
2014-02-21 Dr. Stephen HensonOption to set current cert to server certificate.
2014-02-20 Dr. Stephen Hensonfix WIN32 warnings
2014-02-20 Dr. Stephen Hensonmake depend
2014-02-20 Dr. Stephen HensonMove CT viewer extension code to crypto/x509v3
2014-02-19 Dr. Stephen Hensonmake depend
2014-02-19 Ben LaurieMake i2r_sctlist static.
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19 Rob StradlingMove the SCT List extension parser into libssl.
2014-02-16 Dr. Stephen HensonRestore SSL_OP_MSIE_SSLV2_RSA_PADDING
2014-02-14 Rob StradlingShow the contents of the RFC6962 Signed Certificate...
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-13 Dr. Stephen Hensonfix error discrepancy
2014-02-06 Dr. Stephen HensonReturn previous compression methods when setting them.
2014-02-05 Dr. Stephen HensonOops, get selection logic right.
2014-02-05 Ben LaurieFix warnings.
2014-02-05 Scott DeboyDon't break out of the custom extension callback loop...
2014-02-05 Ben LaurieFix whitespace, new-style comments.
2014-02-05 Scott DeboyRe-add alert variables removed during rebase
2014-02-05 Scott DeboyUpdating DTCP authorization type to expected value
2014-02-05 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-05 Dr. Stephen HensonReturn per-certificate chain if extra chain is NULL.
2014-02-05 Andy Polyakovssl/s3_pkt.c: move multi-block processing to ssl3_write...
2014-02-05 Andy Polyakovs3_pkt.c: move ssl3_release_write_buffer to ssl3_write_...
2014-02-02 Dr. Stephen HensonNew ctrl to set current certificate.
2014-01-28 Dr. Stephen HensonCheck i before r[i].
2014-01-27 Dr. Stephen HensonNew function to set compression methods so they can...
2014-01-26 Dr. Stephen HensonSupport retries in certificate callback
2014-01-16 Dr. Stephen HensonAdd new function SSL_CTX_get_ssl_method().
2014-01-16 Kaspar BrandOmit initial status request callback check.
2014-01-09 Daniel Kahn Gillmorupdate remaining documentation to move from EDH to DHE
2014-01-09 Daniel Kahn GillmorReplace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES...
next