| Commit message (Expand) | Author | Files | Lines |
2016-09-04 | Bump TLS_API for addition of callbacks. | jsing | 1 | -2/+2 |
2016-09-04 | Less IA64. | jsing | 10 | -6846/+1 |
2016-09-04 | Less vax. | jsing | 4 | -617/+1 |
2016-09-04 | Maintain consistency with function naming. | jsing | 2 | -8/+8 |
2016-09-04 | Sort headers and use the installed tls.h, rather than the local one. | jsing | 1 | -5/+5 |
2016-09-04 | $OpenBSD$ tag | jsing | 1 | -1/+1 |
2016-09-04 | New sentence, new line. Also wrap at 80 chars. | jsing | 1 | -3/+7 |
2016-09-04 | include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references) | bcook | 1 | -2/+2 |
2016-09-04 | Add callback-based interface to libtls. | bcook | 10 | -37/+371 |
2016-09-04 | include <sys/cdefs.h> for portable | bcook | 1 | -1/+3 |
2016-09-04 | State that libtls functions apply to both clients and servers, unless | jsing | 1 | -47/+16 |
2016-09-04 | Add ISRG Root X1, the letsencrypt CA root. This is now included in its own | sthen | 1 | -1/+55 |
2016-09-04 | only regen pkg-config files when required; ok jasper | natano | 2 | -8/+10 |
2016-09-04 | test wcrtomb(3) | schwarze | 2 | -0/+93 |
2016-09-04 | Options that take a time argument....take an argument | guenther | 1 | -2/+3 |
2016-09-03 | test mbrtowc(3) in conjunction with mbsinit(3) | schwarze | 2 | -0/+93 |
2016-09-03 | squash some possibly-used-uninitialized warnings | bcook | 1 | -3/+3 |
2016-09-03 | switch to a constant-time gather procedure for amd64 mont5 asm | bcook | 1 | -199/+314 |
2016-09-03 | import new BN tests from OpenSSL | bcook | 2 | -167/+434 |
2016-09-03 | add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF. | bcook | 1 | -16/+55 |
2016-09-03 | BN_mod_exp_mont_consttime: check for zero modulus. | bcook | 1 | -9/+33 |
2016-09-03 | remove unneeded reach-around include | bcook | 1 | -2/+2 |
2016-09-03 | add iOS support for getentropy | bcook | 1 | -1/+12 |
2016-09-03 | deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() | bcook | 2 | -7/+23 |
2016-09-03 | BN_mod_exp_mont_consttime: check for zero modulus. | bcook | 1 | -4/+5 |
2016-09-03 | Avoid undefined-behavior right-shifting by a word-size # of bits. | bcook | 1 | -3/+2 |
2016-09-03 | shorten s_time; help/ok bcook | jmc | 1 | -91/+22 |
2016-09-03 | Make tree build again | beck | 6 | -12/+482 |
2016-09-03 | remove unused variable | beck | 1 | -2/+1 |
2016-09-03 | Fix some very unnecessary convoultion. | beck | 1 | -16/+6 |
2016-09-03 | crank minor for API addiiton of x509_email, etc. functions | beck | 2 | -2/+2 |
2016-09-03 | Bring in functions used by stunnel and exim from BoringSSL - this brings | beck | 2 | -2/+452 |
2016-09-03 | Remove the libcrypto/crypto directory | beck | 41 | -6330/+0 |
2016-09-03 | Remove the libssl/ssl directory | beck | 2 | -54/+0 |
2016-09-03 | Remove the libssl/src directory | beck | 1190 | -386114/+0 |
2016-09-02 | Print SKIPPED if a regress test cannot be executed for some reason. | bluhm | 1 | -2/+3 |
2016-09-02 | shorten s_server; | jmc | 1 | -134/+72 |
2016-09-02 | Fix build of regress after source moves | beck | 1 | -2/+2 |
2016-09-02 | Make this regress build again | beck | 2 | -4/+4 |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | otto | 2 | -94/+190 |
2016-09-01 | black magic for sparc page size can go | tedu | 1 | -4/+2 |
2016-09-01 | shorten s_client; | jmc | 1 | -142/+50 |
2016-08-31 | Crank minor due to API addition | beck | 1 | -1/+1 |
2016-08-31 | We don't need any VMS access tricks. | deraadt | 1 | -27/+4 |
2016-08-30 | Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t | deraadt | 3 | -4/+15 |
2016-08-30 | buf[][] with strange use all over the place is ridiculous, especially | deraadt | 1 | -15/+14 |
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 |