summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Pull in <stdio.h> for NULLguenther2016-08-271-1/+2
* Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachderaadt2016-08-261-86/+87
* Pull in <time.h> for clock_gettime()guenther2016-08-261-1/+2
* shorten the pkeyutl text;jmc2016-08-251-83/+40
* shorten the pkeyparam text;jmc2016-08-241-23/+8
* shorten the pkey text;jmc2016-08-241-73/+25
* shorten pkcs12;jmc2016-08-231-187/+42
* Various clean up and reorganisation of the connection info handling code.jsing2016-08-223-69/+97
* Stick with the usual 'if NULL return NULL' idiom.jsing2016-08-221-10/+10
* Bump TLS_API due to the addition of server side SNI functions.jsing2016-08-221-2/+2
* Bump libtls minor due to the addition of symbols.jsing2016-08-221-1/+1
* Provide an API that enables server side SNI support - add the ability tojsing2016-08-225-6/+107
* Create contexts for server side SNI - these include the additional SSL_CTXjsing2016-08-223-3/+174
* shorten the pkcs8 text;jmc2016-08-221-179/+63
* Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.deraadt2016-08-221-4/+1
* shorten pkcs7 text;jmc2016-08-201-58/+37
* shorten the passwd text; ok jsingjmc2016-08-201-48/+14
* shorten the ocsp text; ok beckjmc2016-08-191-199/+71
* Split out the TLS server SSL_CTX allocation and configuration code, sojsing2016-08-181-19/+37
* Rework parts of the libtls man page for clarity. Split out the connectionjsing2016-08-181-45/+35
* shorten the nseq text;jmc2016-08-181-41/+17
* wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@otto2016-08-171-61/+22
* shorten genrsa; ok jsingjmc2016-08-161-42/+18
* The tls_conninfo serial is also unused.jsing2016-08-151-2/+1
* Group conninfo fields by connection and peer cert based information,jsing2016-08-151-5/+6
* 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