summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-04Sort and group functions.jsing5-250/+226
2016-09-04Expand IMPLEMENT_PEM macros.jsing1-2/+29
2016-09-04Expand IMPLEMENT_PEM macros.jsing4-30/+545
2016-09-04Make the key sizes and offsets arrays const, ok tedunicm1-2/+2
2016-09-04Less S390.jsing12-4596/+2
2016-09-04Bump TLS_API for addition of callbacks.jsing1-2/+2
2016-09-04Less IA64.jsing10-6846/+1
2016-09-04Less vax.jsing4-617/+1
2016-09-04Maintain consistency with function naming.jsing2-8/+8
2016-09-04Sort headers and use the installed tls.h, rather than the local one.jsing1-5/+5
2016-09-04$OpenBSD$ tagjsing1-1/+1
2016-09-04New sentence, new line. Also wrap at 80 chars.jsing1-3/+7
2016-09-04include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references)bcook1-2/+2
2016-09-04Add callback-based interface to libtls.bcook10-37/+371
2016-09-04include <sys/cdefs.h> for portablebcook1-1/+3
2016-09-04State that libtls functions apply to both clients and servers, unlessjsing1-47/+16
2016-09-04Add ISRG Root X1, the letsencrypt CA root. This is now included in its ownsthen1-1/+55
2016-09-04only regen pkg-config files when required; ok jaspernatano2-8/+10
2016-09-04test wcrtomb(3)schwarze2-0/+93
2016-09-04Options that take a time argument....take an argumentguenther1-2/+3
2016-09-03test mbrtowc(3) in conjunction with mbsinit(3)schwarze2-0/+93
2016-09-03squash some possibly-used-uninitialized warningsbcook1-3/+3
2016-09-03switch to a constant-time gather procedure for amd64 mont5 asmbcook1-199/+314
2016-09-03import new BN tests from OpenSSLbcook2-167/+434
2016-09-03add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.bcook1-16/+55
2016-09-03BN_mod_exp_mont_consttime: check for zero modulus.bcook1-9/+33
2016-09-03remove unneeded reach-around includebcook1-2/+2
2016-09-03add iOS support for getentropybcook1-1/+12
2016-09-03deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()bcook2-7/+23
2016-09-03BN_mod_exp_mont_consttime: check for zero modulus.bcook1-4/+5
2016-09-03Avoid undefined-behavior right-shifting by a word-size # of bits.bcook1-3/+2
2016-09-03shorten s_time; help/ok bcookjmc1-91/+22
2016-09-03Make tree build againbeck6-12/+482
2016-09-03remove unused variablebeck1-2/+1
2016-09-03Fix some very unnecessary convoultion.beck1-16/+6
2016-09-03crank minor for API addiiton of x509_email, etc. functionsbeck2-2/+2
2016-09-03Bring in functions used by stunnel and exim from BoringSSL - this bringsbeck2-2/+452
2016-09-03Remove the libcrypto/crypto directorybeck41-6330/+0
2016-09-03Remove the libssl/ssl directorybeck2-54/+0
2016-09-03Remove the libssl/src directorybeck1190-386114/+0
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.bluhm1-2/+3
2016-09-02shorten s_server;jmc1-134/+72
2016-09-02Fix build of regress after source movesbeck1-2/+2
2016-09-02Make this regress build againbeck2-4/+4
2016-09-01Less lock contention by using more pools for mult-threaded programs.otto2-94/+190
2016-09-01black magic for sparc page size can gotedu1-4/+2
2016-09-01shorten s_client;jmc1-142/+50
2016-08-31Crank minor due to API additionbeck1-1/+1
2016-08-31We don't need any VMS access tricks.deraadt1-27/+4
2016-08-30Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt3-4/+15