summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2014-12-29don't leak timing info about padding errors by generating a fake keyTed Unangst
2014-12-16Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofMiod Vallat
2014-12-15Add error handling for EVP_DigestInit_ex().Doug Hogan
2014-12-14unconditionally align SSL payloadsBrent Cook
2014-12-14Convert all of the straight forward client handshake handling code to useJoel Sing
2014-12-14Provide functions for starting, finishing and writing SSL handshakeJoel Sing
2014-12-14Remove trailing whitespace.Joel Sing
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefJoel Sing
2014-12-14unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currentlyJoel Sing
2014-12-10ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnJoel Sing
2014-12-10Remove support for GOST R 34.10-94 signature authentication, along withJoel Sing
2014-12-10libssl major++Joel Sing
2014-12-10Add support for ALPN.Joel Sing
2014-12-10add stdint.h to ssl.h.Brent Cook
2014-12-08Use platform-defined method of printing a pointer.Brent Cook
2014-12-07Make GOST compile with a strict C compiler - in this case incrementing aJoel Sing
2014-12-07Correctly output the result in STREEBOG512_Final() when running on a big-endianMiod Vallat
2014-12-07Make sure to load absolute symbol address with `dla' instead of `la' whenMiod Vallat
2014-12-07Remove OPENSSL_FIPSCANISTER mentions.Miod Vallat
2014-12-07Remove get_optional_pkey_id() - it is a hack that existed due to GOSTJoel Sing
2012-10-13import OpenSSL-1.0.1cDamien Miller
2014-12-06fix manual names that clash with other manualsIngo Schwarze
2014-12-06Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.Doug Hogan
2014-12-06Remove now bogus comment that got missed in the GOST commit.Joel Sing
2014-12-06Fix some horrible style(9) violations...Joel Sing
2014-12-06Remove client handling of RSA in ServerKeyExchange messages, along withJoel Sing
2014-12-06Use appropriate internal types for EC curves and formats, rather thanJoel Sing
2014-12-06Ensure that the client specified EC curve list length is a multiple of two.Joel Sing
2014-12-06Fix two cases where it is possible to read one or two bytes past the end ofJoel Sing
2014-12-04add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)Ingo Schwarze
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-03We're not supporting 16-bit Windows, remove cast.Brent Cook
2014-12-03handle the (impossible) situation of a size_t - 1 buffer fromTheo de Raadt
2014-12-03Spotted another opportunity to use reallocarray().Theo de Raadt
2014-12-02Add brainpool curves to eccurves_default[], accidentally missing from 1.32;Miod Vallat
2014-12-02add some openbsd tags, and a first pass at cleanup;Jason McIntyre
2014-11-30Remove non-portable use of .Pf that doesn't work with groff;Ingo Schwarze
2014-11-27Ensure that sess_cert is not NULL at the start ofJoel Sing
2014-11-27Avoid a double-free in an error path.Joel Sing
2014-11-27Avoid a NULL dereference in the DTLS client that can be triggered by aJoel Sing
2014-11-26remove superflous gettimeofday wrapper.Brent Cook
2014-11-26memset like a normal human.Brent Cook
2014-11-26normalize set/getsockopt usage.Brent Cook
2014-11-26Linux has had IP_MTU since 2005, don't force it.Brent Cook
2014-11-22Fix incorrect escape.Anthony J. Bentley
2014-11-21MPE support, begone. ok teduTheo de Raadt
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-19include camellia.h using the public include pathBrent Cook
2014-11-19Fix a memory leak with pkey in client key exchangeDoug Hogan
2014-11-18Argh, another bug introduced in r1.3; Dmitry Eremin-SolenikovMiod Vallat