summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some style(9) issues.jsing2016-08-151-3/+6
* Explicitly pass in an SSL_CTX * to the functions that operate on one,jsing2016-08-154-37/+38
* add a bit of spacing to previous, to keep the notes about deprecatedjmc2016-08-152-4/+6
* Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther2016-08-1412-228/+36
* shorten genpkey; ok guentherjmc2016-08-141-78/+23
* shorten gendsa;jmc2016-08-131-20/+12
* Avoid leaking memory if tls_config_set_alpn() is called multiple timesjsing2016-08-131-4/+5
* Let libtls load the CA, certificate and key files for nc(1), now that itjsing2016-08-131-22/+15
* Load CA, certificate and key files into memory when the appropriatejsing2016-08-133-44/+98
* Bump libtls minor due to symbol additions.jsing2016-08-121-1/+1
* Add ALPN support to libtls.jsing2016-08-127-16/+168
* trim errstr, and zap gendh (deprecated) entirely;jmc2016-08-121-26/+1
* shorten openssl enc, with help from jsing;jmc2016-08-121-201/+39
* shorten ecparam;jmc2016-08-101-102/+50
* trim the ec text;jmc2016-08-091-92/+39
* trim the dsaparam section; ok guentherjmc2016-08-081-56/+36
* Update the link for the getentropy(2) manual to man.openbsd.org/tb2016-08-0716-32/+32
* Do not *printf %s NULLderaadt2016-08-052-4/+6
* Obvious minor fixes:schwarze2016-08-052-36/+57
* shorten the openssl dsa text;jmc2016-08-051-69/+35
* Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughmartijn2016-08-051-3/+3
* shorten the openssl dhparam text;jmc2016-08-031-84/+32
* Revert previous since it adds new symbols.jsing2016-08-028-170/+16
* Bump TLS_API for addition of ALPN support.jsing2016-08-011-2/+2
* Add ALPN support to libtls.jsing2016-08-017-15/+168
* shorten the openssl dgst text; in particular, do not try tojmc2016-08-011-53/+24
* bump for LibreSSL 2.5.xbcook2016-07-312-6/+6
* use the style from the man page examples for getaddrinfo, which makes ahalex2016-07-301-21/+19
* remove HISTORY: it was a nonsense;jmc2016-07-281-25/+1
* some text cutting, after feedback from jsing;jmc2016-07-281-12/+12
* rework crl2pkcs7; with help from jsingjmc2016-07-231-57/+18
* rework DESCRIPTION a little: no-command seems clearer than no-XXX;jmc2016-07-211-17/+12
* rename NOTES to COMMON SYNTAX (explains itself better); rework thejmc2016-07-211-43/+44
* strip back openssl crl somewhat: remove the examplesjmc2016-07-211-41/+21
* strip back openssl ciphers:jmc2016-07-201-106/+60
* strip back openssl ca: in particular remove some excessively wordy sections,jmc2016-07-191-337/+120
* don't mix code and decls, ok tedu@bcook2016-07-182-4/+6
* use memset to initialize the unionbcook2016-07-172-4/+8
* remove unused OPENSSL_NO_OBJECT casebcook2016-07-172-28/+2
* Initialize buffers before use, noted by Kinichiro Inoguchi.bcook2016-07-172-14/+14
* strip back asn1parse; ok beck jsingjmc2016-07-171-108/+27
* Clean up OCSP_check_validity() a bit more.beck2016-07-162-22/+20
* since we no longer pull source directly from openssl, the time isjmc2016-07-161-427/+57
* Limit the support of the "backward compatible" ssl2 handshake to only bebeck2016-07-162-2/+18
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* Split the existing TLS cipher suite groups into four:jsing2016-07-133-11/+22
* Fix usage() output and getopt sortingguenther2016-07-131-6/+6
* zero the read buffer after copying data to user so it doesn't linger.tedu2016-07-102-2/+4
* Revert previous since the libtls change has been reverted.jsing2016-07-071-16/+24
* Revert previous - it introduces problems with a common privsep use case.jsing2016-07-073-72/+35