| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump TLS_API for addition of callbacks. | jsing | 2016-09-04 | 1 | -2/+2 |
* | Less IA64. | jsing | 2016-09-04 | 10 | -6846/+1 |
* | Less vax. | jsing | 2016-09-04 | 4 | -617/+1 |
* | Maintain consistency with function naming. | jsing | 2016-09-04 | 2 | -8/+8 |
* | Sort headers and use the installed tls.h, rather than the local one. | jsing | 2016-09-04 | 1 | -5/+5 |
* | $OpenBSD$ tag | jsing | 2016-09-04 | 1 | -1/+1 |
* | New sentence, new line. Also wrap at 80 chars. | jsing | 2016-09-04 | 1 | -3/+7 |
* | include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references) | bcook | 2016-09-04 | 1 | -2/+2 |
* | Add callback-based interface to libtls. | bcook | 2016-09-04 | 10 | -37/+371 |
* | include <sys/cdefs.h> for portable | bcook | 2016-09-04 | 1 | -1/+3 |
* | State that libtls functions apply to both clients and servers, unless | jsing | 2016-09-04 | 1 | -47/+16 |
* | Add ISRG Root X1, the letsencrypt CA root. This is now included in its own | sthen | 2016-09-04 | 1 | -1/+55 |
* | only regen pkg-config files when required; ok jasper | natano | 2016-09-04 | 2 | -8/+10 |
* | switch to a constant-time gather procedure for amd64 mont5 asm | bcook | 2016-09-03 | 1 | -199/+314 |
* | add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF. | bcook | 2016-09-03 | 1 | -16/+55 |
* | BN_mod_exp_mont_consttime: check for zero modulus. | bcook | 2016-09-03 | 1 | -9/+33 |
* | add iOS support for getentropy | bcook | 2016-09-03 | 1 | -1/+12 |
* | deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() | bcook | 2016-09-03 | 2 | -7/+23 |
* | BN_mod_exp_mont_consttime: check for zero modulus. | bcook | 2016-09-03 | 1 | -4/+5 |
* | Avoid undefined-behavior right-shifting by a word-size # of bits. | bcook | 2016-09-03 | 1 | -3/+2 |
* | Make tree build again | beck | 2016-09-03 | 6 | -12/+482 |
* | remove unused variable | beck | 2016-09-03 | 1 | -2/+1 |
* | Fix some very unnecessary convoultion. | beck | 2016-09-03 | 1 | -16/+6 |
* | crank minor for API addiiton of x509_email, etc. functions | beck | 2016-09-03 | 2 | -2/+2 |
* | Bring in functions used by stunnel and exim from BoringSSL - this brings | beck | 2016-09-03 | 2 | -2/+452 |
* | Remove the libcrypto/crypto directory | beck | 2016-09-03 | 41 | -6330/+0 |
* | Remove the libssl/ssl directory | beck | 2016-09-03 | 2 | -54/+0 |
* | Remove the libssl/src directory | beck | 2016-09-03 | 1190 | -386114/+0 |
* | Less lock contention by using more pools for mult-threaded programs. | otto | 2016-09-01 | 2 | -94/+190 |
* | black magic for sparc page size can go | tedu | 2016-09-01 | 1 | -4/+2 |
* | Crank minor due to API addition | beck | 2016-08-31 | 1 | -1/+1 |
* | Don't call lstat() before readlink() just to see if it's a symlink, | guenther | 2016-08-28 | 1 | -14/+17 |
* | Be more strict when parsing TLS extensions. | jsing | 2016-08-27 | 2 | -34/+74 |
* | Pull in <time.h> for clock_gettime() | guenther | 2016-08-26 | 1 | -1/+2 |
* | Various clean up and reorganisation of the connection info handling code. | jsing | 2016-08-22 | 3 | -69/+97 |
* | Stick with the usual 'if NULL return NULL' idiom. | jsing | 2016-08-22 | 1 | -10/+10 |
* | Bump TLS_API due to the addition of server side SNI functions. | jsing | 2016-08-22 | 1 | -2/+2 |
* | Bump libtls minor due to the addition of symbols. | jsing | 2016-08-22 | 1 | -1/+1 |
* | Provide an API that enables server side SNI support - add the ability to | jsing | 2016-08-22 | 5 | -6/+107 |
* | Create contexts for server side SNI - these include the additional SSL_CTX | jsing | 2016-08-22 | 3 | -3/+174 |
* | Split out the TLS server SSL_CTX allocation and configuration code, so | jsing | 2016-08-18 | 1 | -19/+37 |
* | Rework parts of the libtls man page for clarity. Split out the connection | jsing | 2016-08-18 | 1 | -45/+35 |
* | wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ | otto | 2016-08-17 | 1 | -61/+22 |
* | The tls_conninfo serial is also unused. | jsing | 2016-08-15 | 1 | -2/+1 |
* | Group conninfo fields by connection and peer cert based information, | jsing | 2016-08-15 | 1 | -5/+6 |
* | Fix some style(9) issues. | jsing | 2016-08-15 | 1 | -3/+6 |
* | 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 |
* | Avoid leaking memory if tls_config_set_alpn() is called multiple times | jsing | 2016-08-13 | 1 | -4/+5 |