| Commit message (Expand) | Author | Files | Lines |
2016-08-30 | Fix 32-bit time handling, using time_t and make it work on systems | deraadt | 2 | -24/+25 |
2016-08-30 | shorten rsautl; | jmc | 1 | -152/+13 |
2016-08-28 | shorten the rsa text; of note, i've also reduced the description | jmc | 1 | -278/+44 |
2016-08-28 | Don't call lstat() before readlink() just to see if it's a symlink, | guenther | 1 | -14/+17 |
2016-08-27 | shorten the req text; | jmc | 1 | -452/+189 |
2016-08-27 | Enable ALPN regress now that it passes. | jsing | 1 | -4/+2 |
2016-08-27 | Be more strict when parsing TLS extensions. | jsing | 2 | -34/+74 |
2016-08-27 | Pull in <stdio.h> for NULL | guenther | 1 | -1/+2 |
2016-08-26 | Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each | deraadt | 1 | -86/+87 |
2016-08-26 | Pull in <time.h> for clock_gettime() | guenther | 1 | -1/+2 |
2016-08-25 | shorten the pkeyutl text; | jmc | 1 | -83/+40 |
2016-08-24 | shorten the pkeyparam text; | jmc | 1 | -23/+8 |
2016-08-24 | shorten the pkey text; | jmc | 1 | -73/+25 |
2016-08-23 | shorten pkcs12; | jmc | 1 | -187/+42 |
2016-08-22 | Various clean up and reorganisation of the connection info handling code. | jsing | 3 | -69/+97 |
2016-08-22 | Stick with the usual 'if NULL return NULL' idiom. | jsing | 1 | -10/+10 |
2016-08-22 | Bump TLS_API due to the addition of server side SNI functions. | jsing | 1 | -2/+2 |
2016-08-22 | Bump libtls minor due to the addition of symbols. | jsing | 1 | -1/+1 |
2016-08-22 | Provide an API that enables server side SNI support - add the ability to | jsing | 5 | -6/+107 |
2016-08-22 | Create contexts for server side SNI - these include the additional SSL_CTX | jsing | 3 | -3/+174 |
2016-08-22 | shorten the pkcs8 text; | jmc | 1 | -179/+63 |
2016-08-22 | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | deraadt | 1 | -4/+1 |
2016-08-20 | shorten pkcs7 text; | jmc | 1 | -58/+37 |
2016-08-20 | shorten the passwd text; ok jsing | jmc | 1 | -48/+14 |
2016-08-19 | shorten the ocsp text; ok beck | jmc | 1 | -199/+71 |
2016-08-18 | Split out the TLS server SSL_CTX allocation and configuration code, so | jsing | 1 | -19/+37 |
2016-08-18 | Rework parts of the libtls man page for clarity. Split out the connection | jsing | 1 | -45/+35 |
2016-08-18 | shorten the nseq text; | jmc | 1 | -41/+17 |
2016-08-17 | wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ | otto | 1 | -61/+22 |
2016-08-16 | shorten genrsa; ok jsing | jmc | 1 | -42/+18 |
2016-08-15 | The tls_conninfo serial is also unused. | jsing | 1 | -2/+1 |
2016-08-15 | Group conninfo fields by connection and peer cert based information, | jsing | 1 | -5/+6 |
2016-08-15 | Fix some style(9) issues. | jsing | 1 | -3/+6 |
2016-08-15 | Explicitly pass in an SSL_CTX * to the functions that operate on one, | jsing | 4 | -37/+38 |
2016-08-15 | add a bit of spacing to previous, to keep the notes about deprecated | jmc | 2 | -4/+6 |
2016-08-14 | Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). | guenther | 12 | -228/+36 |
2016-08-14 | shorten genpkey; ok guenther | jmc | 1 | -78/+23 |
2016-08-13 | shorten gendsa; | jmc | 1 | -20/+12 |
2016-08-13 | Avoid leaking memory if tls_config_set_alpn() is called multiple times | jsing | 1 | -4/+5 |
2016-08-13 | Let libtls load the CA, certificate and key files for nc(1), now that it | jsing | 1 | -22/+15 |
2016-08-13 | Load CA, certificate and key files into memory when the appropriate | jsing | 3 | -44/+98 |
2016-08-12 | Bump libtls minor due to symbol additions. | jsing | 1 | -1/+1 |
2016-08-12 | Add ALPN support to libtls. | jsing | 7 | -16/+168 |
2016-08-12 | trim errstr, and zap gendh (deprecated) entirely; | jmc | 1 | -26/+1 |
2016-08-12 | shorten openssl enc, with help from jsing; | jmc | 1 | -201/+39 |
2016-08-10 | shorten ecparam; | jmc | 1 | -102/+50 |
2016-08-09 | trim the ec text; | jmc | 1 | -92/+39 |
2016-08-08 | trim the dsaparam section; ok guenther | jmc | 1 | -56/+36 |
2016-08-07 | Update the link for the getentropy(2) manual to man.openbsd.org/ | tb | 16 | -32/+32 |
2016-08-05 | Do not *printf %s NULL | deraadt | 2 | -4/+6 |