summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx
2016-03-22Move declaration of i into blocks where it is used.Ben Laurie
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Fix no-sockMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Ensure that memory allocated for the ticket is freedMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09Remove DES cipher aliasKurt Roeckx
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx