summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-05-02Remove confusing comment.TJ Saunders
2016-05-02Issue #719:TJ Saunders
2016-05-02ssl/record/rec_layer_s3.c: fix typo from previous commit.Andy Polyakov
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-29Client side CKE processing can double free on errorMatt Caswell
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-28Fix an error code spelling.FdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-28Don't leak memory on error path in dane_ctx_enable()Matt Caswell
2016-04-27Fix no-gost no-srp no-ec no-dh.Ben Laurie
2016-04-27Fix enable-ssl-trace no-nextprotoneg.Ben Laurie
2016-04-27split_send_fragment should always be less than or equal to max_send_fragmentMatt Caswell
2016-04-27Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-04-22make updateViktor Dukhovni
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-22Don't set peer_tmp until we have finished constructing itMatt Caswell
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-18Rename some lowercase API'sRich Salz
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Add SSL_SESSION_get0_hostname()Lyon Chen
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
2016-04-11Remove an unused functionMatt Caswell
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-09Make DH opaqueMatt Caswell
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-07make updateViktor Dukhovni
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin
2016-04-06Fix no-ocspMatt Caswell
2016-04-05New SSL test frameworkEmilia Kasper
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04Revert "Fix an error code spelling."Rich Salz
2016-04-04Fix an error code spelling.FdaSilvaYY
2016-04-04various spelling fixesFdaSilvaYY
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-03-31Use return "" not set a var and return.Rich Salz
2016-03-31RT4458: Fix #ifndef line for GOSTPauli
2016-03-29Make BIO opaqueMatt Caswell
2016-03-27Resolve DTLS cookie and version before session resumption.David Benjamin