summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-07Revert previous - it introduces problems with a common privsep use case.jsing3-72/+35
2016-07-07add ca cert error check and make the path configurablebcook1-1/+9
2016-07-07call BN_init on temporaries to avoid use-before-set warningsbcook6-6/+28
2016-07-06J/j is a three valued option, document and fix code to actuall support thatotto1-3/+5
2016-07-06Check that the given ciphers string is syntactically valid and results injsing1-1/+17
2016-07-06Remove manual file loading (now that libtls does this for us) and adjustjsing1-24/+16
2016-07-06Always load CA, key and certificate files at the time the configurationjsing3-35/+72
2016-07-06Correctly handle an EOF that occurs prior to the TLS handshake completing.jsing1-3/+6
2016-07-05remove extra assignment of s from 1.11, fix regression testbcook1-2/+1
2016-07-05remove unneeded duplicate call - spotted by jsing@beck2-6/+2
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook8-26/+111
2016-07-05Add several fixes from OpenSSL to make OCSP work with intermediatebeck2-20/+48
2016-07-05make less awful.. test against cloudflare toobeck2-9/+19
2016-07-04Add a nasty little ocsp regress test in the hope pedants will make it better.beck3-1/+140
2016-07-02do not uppercase "hop limit";jmc1-4/+4
2016-07-01Simplify IP proto-specific sockopt error handling.bcook1-34/+26
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...bcook14-14/+28
2016-06-30Tighten behavior of _rs_allocate on Windows.bcook2-8/+14
2016-06-30bump to 2.4.2bcook2-6/+6
2016-06-30adapt S option: add C, rm F (not relevant with 0 cache and disablesotto1-3/+3
2016-06-30Remove flags for disabling constant-time operations.bcook18-424/+207
2016-06-28Add -M and -m options to specify the outgoing and incoming minimum TTLjca2-9/+52
2016-06-28Back out previous; otto saw a potential race that could lead to atb1-32/+23
2016-06-28If an error path if close() is called, save errno so that original errorderaadt1-5/+13
2016-06-27Be more careful initializing and tracking socket s through main, this isderaadt1-7/+6
2016-06-27defer munmap to after unlocking malloc. this can (unfortunately) be antedu1-23/+32
2016-06-27whitespacederaadt1-2/+2
2016-06-26increase the minimum for auto rounds to 6. that was the previous low boundtedu1-2/+2
2016-06-25Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP usesbeck2-4/+4
2016-06-25Fix the ocsp code to actually check for errors when comparing time valuesbeck2-14/+62
2016-06-21Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.bcook6-176/+92
2016-06-21Fix a bug loading the default certificate path locations.bcook1-9/+7
2016-06-06Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.libressl-v2.4.1tedu2-4/+4
2016-06-06Correct a problem that prevents the DSA signing algorithm from runningbeck2-8/+12
2016-06-06LibreSSL 2.4.1bcook2-6/+6
2016-06-02Fix typo; the period should be outside the parens. From Michael McConvillemillert1-3/+3
2016-06-02Let netcat support the use of service names instead of port numbers.beck2-18/+34
2016-05-30Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0bcook1-4/+4
2016-05-30deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.beck8-24/+40
2016-05-30The icdb magic number doesn't need to be visible to static linksguenther1-2/+2
2016-05-29Remove dead support for changing BDB hash algorithm and cache of alternativesguenther1-5/+4
2016-05-29Nuke sigret.cbeck2-198/+0
2016-05-29We don't have sigreturn anymorebeck1-2/+2
2016-05-29Prefer AF_* over PF_* and 'address family' over 'protocol family'guenther1-9/+9
2016-05-28Fix pledge violation with -P s used and we need to supply a passwordbeck1-3/+12
2016-05-28Fix nc -verbose mode when used on a unix domain socket.beck1-5/+11
2016-05-28rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).millert2-9/+9
2016-05-28Use getaddrinfo() instead of the non-standard gethostbyname2().millert1-5/+14
2016-05-27Rename some of the internal error setting functions to more closely followjsing3-14/+48
2016-05-27Avoid leaking ca_mem when freeing a tls_config.jsing1-1/+2