| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | don't leak timing info about padding errors by generating a fake key |  tedu | 2014-12-29 | 1 | -5/+10 |
* | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of |  miod | 2014-12-16 | 2 | -2/+164 |
* | Add error handling for EVP_DigestInit_ex(). |  doug | 2014-12-15 | 8 | -33/+58 |
* | unconditionally align SSL payloads |  bcook | 2014-12-14 | 3 | -39/+18 |
* | Convert all of the straight forward client handshake handling code to use |  jsing | 2014-12-14 | 3 | -106/+67 |
* | Provide functions for starting, finishing and writing SSL handshake |  jsing | 2014-12-14 | 3 | -4/+60 |
* | Remove trailing whitespace. |  jsing | 2014-12-14 | 30 | -283/+283 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef |  jsing | 2014-12-14 | 6 | -65/+6 |
* | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently |  jsing | 2014-12-14 | 1 | -23/+1 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn |  jsing | 2014-12-10 | 9 | -22/+61 |
* | Remove support for GOST R 34.10-94 signature authentication, along with |  jsing | 2014-12-10 | 9 | -77/+15 |
* | Add support for ALPN. |  jsing | 2014-12-10 | 5 | -8/+297 |
* | add stdint.h to ssl.h. |  bcook | 2014-12-10 | 1 | -1/+3 |
* | Use platform-defined method of printing a pointer. |  bcook | 2014-12-08 | 1 | -2/+2 |
* | Make GOST compile with a strict C compiler - in this case incrementing a |  jsing | 2014-12-07 | 3 | -10/+12 |
* | Correctly output the result in STREEBOG512_Final() when running on a big-endian |  miod | 2014-12-07 | 1 | -5/+28 |
* | Make sure to load absolute symbol address with `dla' instead of `la' when |  miod | 2014-12-07 | 2 | -5/+17 |
* | Remove OPENSSL_FIPSCANISTER mentions. |  miod | 2014-12-07 | 4 | -17/+1 |
* | Remove get_optional_pkey_id() - it is a hack that existed due to GOST |  jsing | 2014-12-07 | 1 | -46/+8 |
* | fix manual names that clash with other manuals |  schwarze | 2014-12-06 | 2 | -2/+2 |
* | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. |  doug | 2014-12-06 | 2 | -17/+21 |
* | Remove now bogus comment that got missed in the GOST commit. |  jsing | 2014-12-06 | 1 | -5/+2 |
* | Fix some horrible style(9) violations... |  jsing | 2014-12-06 | 1 | -63/+63 |
* | Remove client handling of RSA in ServerKeyExchange messages, along with |  jsing | 2014-12-06 | 4 | -99/+26 |
* | Use appropriate internal types for EC curves and formats, rather than |  jsing | 2014-12-06 | 3 | -111/+124 |
* | Ensure that the client specified EC curve list length is a multiple of two. |  jsing | 2014-12-06 | 1 | -2/+3 |
* | Fix two cases where it is possible to read one or two bytes past the end of |  jsing | 2014-12-06 | 1 | -3/+15 |
* | add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5) |  schwarze | 2014-12-04 | 1 | -5/+5 |
* | Move Windows OS-specific functions to make porting easier. |  bcook | 2014-12-03 | 2 | -24/+89 |
* | We're not supporting 16-bit Windows, remove cast. |  bcook | 2014-12-03 | 1 | -3/+2 |
* | handle the (impossible) situation of a size_t - 1 buffer from |  deraadt | 2014-12-03 | 1 | -2/+2 |
* | Spotted another opportunity to use reallocarray(). |  deraadt | 2014-12-03 | 1 | -2/+2 |
* | Add brainpool curves to eccurves_default[], accidentally missing from 1.32; |  miod | 2014-12-02 | 1 | -2/+5 |
* | add some openbsd tags, and a first pass at cleanup; |  jmc | 2014-12-02 | 83 | -105/+354 |
* | Remove non-portable use of .Pf that doesn't work with groff; |  schwarze | 2014-11-30 | 1 | -8/+4 |
* | Ensure that sess_cert is not NULL at the start of |  jsing | 2014-11-27 | 1 | -25/+9 |
* | Avoid a double-free in an error path. |  jsing | 2014-11-27 | 1 | -2/+1 |
* | Avoid a NULL dereference in the DTLS client that can be triggered by a |  jsing | 2014-11-27 | 1 | -1/+9 |
* | remove superflous gettimeofday wrapper. |  bcook | 2014-11-26 | 1 | -9/+2 |
* | memset like a normal human. |  bcook | 2014-11-26 | 1 | -10/+10 |
* | normalize set/getsockopt usage. |  bcook | 2014-11-26 | 3 | -45/+27 |
* | Linux has had IP_MTU since 2005, don't force it. |  bcook | 2014-11-26 | 1 | -8/+4 |
* | Fix incorrect escape. |  bentley | 2014-11-22 | 1 | -2/+2 |
* | MPE support, begone. ok tedu |  deraadt | 2014-11-21 | 1 | -2/+2 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-19 | 1 | -3/+1 |
* | include camellia.h using the public include path |  bcook | 2014-11-19 | 1 | -2/+2 |
* | Fix a memory leak with pkey in client key exchange |  doug | 2014-11-19 | 1 | -1/+2 |
* | Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikov |  miod | 2014-11-18 | 1 | -2/+2 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. |  miod | 2014-11-18 | 12 | -72/+296 |
* | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia |  miod | 2014-11-18 | 1 | -1/+0 |