| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid writing in second person in malloc.3 | doug | 2014-10-22 | 1 | -13/+12 |
| * | List extensions in the STANDARDS section, replacing some text below CAVEATS. | schwarze | 2014-10-20 | 1 | -33/+30 |
| * | digests: *_LONG_LOG2 is not used, stop talking about it. | bcook | 2014-10-20 | 14 | -56/+22 |
| * | SSL: Fix memory leak in d2i_SSL_SESSION. | bcook | 2014-10-20 | 2 | -2/+4 |
| * | make RETURN VALUES more concise | schwarze | 2014-10-19 | 1 | -77/+28 |
| * | Revamp malloc.3 by reordering the sections and rewriting parts. | doug | 2014-10-19 | 1 | -185/+417 |
| * | Revert last commit due to changed semantics found by make release. | doug | 2014-10-19 | 1 | -10/+10 |
| * | Better POSIX compliance in realpath(3). | doug | 2014-10-18 | 1 | -10/+10 |
| * | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 62 | -128/+62 |
| * | Sort/group includes. | jsing | 2014-10-18 | 2 | -50/+52 |
| * | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 34 | -130/+76 |
| * | Typical malloc() with size multiplication to reallocarray(). | doug | 2014-10-18 | 3 | -12/+12 |
| * | use .fn here too. from Jean-Philippe Ouellet | tedu | 2014-10-16 | 1 | -3/+3 |
| * | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | beck | 2014-10-16 | 8 | -16/+24 |
| * | Fuck it. No SSLv3; not now, not ever. The API of the future will only | tedu | 2014-10-15 | 3 | -8/+4 |
| * | basic formatting fixes; | jmc | 2014-10-15 | 1 | -4/+3 |
| * | Disable SSLv3 by default. | jsing | 2014-10-15 | 2 | -2/+8 |
| * | Clear protocol options before optionally setting them. | jsing | 2014-10-15 | 1 | -1/+6 |
| * | Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - this | jsing | 2014-10-15 | 1 | -2/+2 |
| * | Only require an EC public key in tls1_set_ec_id(), if we need to provide | jsing | 2014-10-15 | 2 | -8/+8 |
| * | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | jsing | 2014-10-15 | 4 | -8/+32 |
| * | seems like a good time to make the ressl default TLSv1 only. | tedu | 2014-10-14 | 2 | -6/+5 |
| * | Bump libressl version string to 2.1. | bcook | 2014-10-14 | 2 | -4/+4 |
| * | remove unused variable | chl | 2014-10-13 | 1 | -3/+1 |
| * | The return value on success of fcntl(F_SETFL) is not actually specified, | bcook | 2014-10-13 | 2 | -6/+6 |
| * | Use O_NONBLOCK over FIONBIO. | bcook | 2014-10-13 | 2 | -4/+16 |
| * | Remove useless comments in DES_is_weak_key(). Do we really care that this | miod | 2014-10-12 | 2 | -28/+20 |
| * | Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1, | miod | 2014-10-12 | 2 | -4/+4 |
| * | Convert libssl manpages from pod to mdoc(7). | bentley | 2014-10-12 | 249 | -7737/+19938 |
| * | include header needed by older linux kernels | bcook | 2014-10-11 | 2 | -2/+4 |
| * | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, | schwarze | 2014-10-11 | 1 | -4/+11 |
| * | Userland reallocarray() audit. | doug | 2014-10-11 | 1 | -3/+3 |
| * | Userland reallocarray() audit. | doug | 2014-10-11 | 1 | -3/+3 |
| * | replace select with equiv poll usage. | dlg | 2014-10-10 | 1 | -17/+12 |
| * | add an API version number. ok jsing | tedu | 2014-10-09 | 1 | -1/+3 |
| * | history | tedu | 2014-10-08 | 1 | -4/+10 |
| * | use preferred license form. can't trust that doug guy with anything... | tedu | 2014-10-08 | 1 | -20/+11 |
| * | mlinks, and prune some functions from man page i'm not ready for yet. | tedu | 2014-10-08 | 2 | -14/+33 |
| * | more better | tedu | 2014-10-08 | 1 | -3/+6 |
| * | reluctantly rename man page after a function | tedu | 2014-10-08 | 1 | -1/+1 |
| * | whack a few stray .Pp macros | schwarze | 2014-10-08 | 1 | -4/+1 |
| * | add a few more functions. | tedu | 2014-10-08 | 1 | -5/+17 |
| * | rough sketch of ressl documentation | tedu | 2014-10-08 | 1 | -0/+318 |
| * | using reallocarray() gives us multiplicative integer overflow checking | deraadt | 2014-10-08 | 1 | -3/+3 |
| * | obvious malloc -> reallocarray, for mult int oflow | deraadt | 2014-10-08 | 1 | -2/+2 |
| * | Use strdup() instead of malloc() + memcpy(). | miod | 2014-10-07 | 2 | -16/+6 |
| * | EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don't | miod | 2014-10-07 | 2 | -16/+4 |
| * | When verifying whether an IP address is in the commonName of a | jca | 2014-10-06 | 1 | -1/+15 |
| * | If we have to match against a wildcard in a cert, verify that it contains | jca | 2014-10-06 | 1 | -3/+23 |
| * | The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global | miod | 2014-10-05 | 2 | -54/+58 |