| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly pass in an SSL_CTX * to the functions that operate on one, | jsing | 2016-08-15 | 4 | -37/+38 |
* | add a bit of spacing to previous, to keep the notes about deprecated | jmc | 2016-08-15 | 2 | -4/+6 |
* | Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). | guenther | 2016-08-14 | 12 | -228/+36 |
* | shorten genpkey; ok guenther | jmc | 2016-08-14 | 1 | -78/+23 |
* | shorten gendsa; | jmc | 2016-08-13 | 1 | -20/+12 |
* | Avoid leaking memory if tls_config_set_alpn() is called multiple times | jsing | 2016-08-13 | 1 | -4/+5 |
* | Let libtls load the CA, certificate and key files for nc(1), now that it | jsing | 2016-08-13 | 1 | -22/+15 |
* | Load CA, certificate and key files into memory when the appropriate | jsing | 2016-08-13 | 3 | -44/+98 |
* | Bump libtls minor due to symbol additions. | jsing | 2016-08-12 | 1 | -1/+1 |
* | Add ALPN support to libtls. | jsing | 2016-08-12 | 7 | -16/+168 |
* | trim errstr, and zap gendh (deprecated) entirely; | jmc | 2016-08-12 | 1 | -26/+1 |
* | shorten openssl enc, with help from jsing; | jmc | 2016-08-12 | 1 | -201/+39 |
* | shorten ecparam; | jmc | 2016-08-10 | 1 | -102/+50 |
* | trim the ec text; | jmc | 2016-08-09 | 1 | -92/+39 |
* | trim the dsaparam section; ok guenther | jmc | 2016-08-08 | 1 | -56/+36 |
* | Update the link for the getentropy(2) manual to man.openbsd.org/ | tb | 2016-08-07 | 16 | -32/+32 |
* | Do not *printf %s NULL | deraadt | 2016-08-05 | 2 | -4/+6 |
* | Obvious minor fixes: | schwarze | 2016-08-05 | 2 | -36/+57 |
* | shorten the openssl dsa text; | jmc | 2016-08-05 | 1 | -69/+35 |
* | Make RES_OPTIONS point directly to resolv.conf(5) instead of going through | martijn | 2016-08-05 | 1 | -3/+3 |
* | shorten the openssl dhparam text; | jmc | 2016-08-03 | 1 | -84/+32 |
* | Revert previous since it adds new symbols. | jsing | 2016-08-02 | 8 | -170/+16 |
* | Bump TLS_API for addition of ALPN support. | jsing | 2016-08-01 | 1 | -2/+2 |
* | Add ALPN support to libtls. | jsing | 2016-08-01 | 7 | -15/+168 |
* | shorten the openssl dgst text; in particular, do not try to | jmc | 2016-08-01 | 1 | -53/+24 |
* | bump for LibreSSL 2.5.x | bcook | 2016-07-31 | 2 | -6/+6 |
* | use the style from the man page examples for getaddrinfo, which makes a | halex | 2016-07-30 | 1 | -21/+19 |
* | remove HISTORY: it was a nonsense; | jmc | 2016-07-28 | 1 | -25/+1 |
* | some text cutting, after feedback from jsing; | jmc | 2016-07-28 | 1 | -12/+12 |
* | rework crl2pkcs7; with help from jsing | jmc | 2016-07-23 | 1 | -57/+18 |
* | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | jmc | 2016-07-21 | 1 | -17/+12 |
* | rename NOTES to COMMON SYNTAX (explains itself better); rework the | jmc | 2016-07-21 | 1 | -43/+44 |
* | strip back openssl crl somewhat: remove the examples | jmc | 2016-07-21 | 1 | -41/+21 |
* | strip back openssl ciphers: | jmc | 2016-07-20 | 1 | -106/+60 |
* | strip back openssl ca: in particular remove some excessively wordy sections, | jmc | 2016-07-19 | 1 | -337/+120 |
* | don't mix code and decls, ok tedu@ | bcook | 2016-07-18 | 2 | -4/+6 |
* | use memset to initialize the union | bcook | 2016-07-17 | 2 | -4/+8 |
* | remove unused OPENSSL_NO_OBJECT case | bcook | 2016-07-17 | 2 | -28/+2 |
* | Initialize buffers before use, noted by Kinichiro Inoguchi. | bcook | 2016-07-17 | 2 | -14/+14 |
* | strip back asn1parse; ok beck jsing | jmc | 2016-07-17 | 1 | -108/+27 |
* | Clean up OCSP_check_validity() a bit more. | beck | 2016-07-16 | 2 | -22/+20 |
* | since we no longer pull source directly from openssl, the time is | jmc | 2016-07-16 | 1 | -427/+57 |
* | Limit the support of the "backward compatible" ssl2 handshake to only be | beck | 2016-07-16 | 2 | -2/+18 |
* | Adjust existing tls_config_set_cipher() callers for TLS cipher group | jsing | 2016-07-13 | 1 | -2/+2 |
* | Split the existing TLS cipher suite groups into four: | jsing | 2016-07-13 | 3 | -11/+22 |
* | Fix usage() output and getopt sorting | guenther | 2016-07-13 | 1 | -6/+6 |
* | zero the read buffer after copying data to user so it doesn't linger. | tedu | 2016-07-10 | 2 | -2/+4 |
* | Revert previous since the libtls change has been reverted. | jsing | 2016-07-07 | 1 | -16/+24 |
* | Revert previous - it introduces problems with a common privsep use case. | jsing | 2016-07-07 | 3 | -72/+35 |
* | add ca cert error check and make the path configurable | bcook | 2016-07-07 | 1 | -1/+9 |