| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Repair BUF_strdup() breakage. | jsing | 2014-10-16 | 2 | -4/+6 |
* | 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 |
* | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | jsing | 2014-10-13 | 1 | -9/+2 |
* | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | jsing | 2014-10-13 | 1 | -29/+16 |
* | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | jsing | 2014-10-13 | 2 | -3/+146 |
* | The return value on success of fcntl(F_SETFL) is not actually specified, | bcook | 2014-10-13 | 2 | -6/+6 |
* | prefer C99 array initialization syntax. | bcook | 2014-10-13 | 5 | -10/+10 |
* | Use O_NONBLOCK over FIONBIO. | bcook | 2014-10-13 | 4 | -15/+23 |
* | 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 |
* | fix an indentation that makes me upset | 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 |
* | Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS(); | miod | 2014-10-05 | 2 | -34/+38 |
* | In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push | miod | 2014-10-05 | 2 | -6/+16 |
* | Memory leak upon error in set_dist_point_name(). | miod | 2014-10-05 | 2 | -2/+4 |