summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Maintain consistency with function naming.jsing2016-09-042-8/+8
* Sort headers and use the installed tls.h, rather than the local one.jsing2016-09-041-5/+5
* $OpenBSD$ tagjsing2016-09-041-1/+1
* New sentence, new line. Also wrap at 80 chars.jsing2016-09-041-3/+7
* include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references)bcook2016-09-041-2/+2
* Add callback-based interface to libtls.bcook2016-09-0410-37/+371
* include <sys/cdefs.h> for portablebcook2016-09-041-1/+3
* State that libtls functions apply to both clients and servers, unlessjsing2016-09-041-47/+16
* Add ISRG Root X1, the letsencrypt CA root. This is now included in its ownsthen2016-09-041-1/+55
* only regen pkg-config files when required; ok jaspernatano2016-09-042-8/+10
* test wcrtomb(3)schwarze2016-09-042-0/+93
* Options that take a time argument....take an argumentguenther2016-09-041-2/+3
* test mbrtowc(3) in conjunction with mbsinit(3)schwarze2016-09-032-0/+93
* squash some possibly-used-uninitialized warningsbcook2016-09-031-3/+3
* switch to a constant-time gather procedure for amd64 mont5 asmbcook2016-09-031-199/+314
* import new BN tests from OpenSSLbcook2016-09-032-167/+434
* add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.bcook2016-09-031-16/+55
* BN_mod_exp_mont_consttime: check for zero modulus.bcook2016-09-031-9/+33
* remove unneeded reach-around includebcook2016-09-031-2/+2
* add iOS support for getentropybcook2016-09-031-1/+12
* deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()bcook2016-09-032-7/+23
* BN_mod_exp_mont_consttime: check for zero modulus.bcook2016-09-031-4/+5
* Avoid undefined-behavior right-shifting by a word-size # of bits.bcook2016-09-031-3/+2
* shorten s_time; help/ok bcookjmc2016-09-031-91/+22
* Make tree build againbeck2016-09-036-12/+482
* remove unused variablebeck2016-09-031-2/+1
* Fix some very unnecessary convoultion.beck2016-09-031-16/+6
* crank minor for API addiiton of x509_email, etc. functionsbeck2016-09-032-2/+2
* Bring in functions used by stunnel and exim from BoringSSL - this bringsbeck2016-09-032-2/+452
* Remove the libcrypto/crypto directorybeck2016-09-0341-6330/+0
* Remove the libssl/ssl directorybeck2016-09-032-54/+0
* Remove the libssl/src directorybeck2016-09-031190-386114/+0
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-2/+3
* shorten s_server;jmc2016-09-021-134/+72
* Fix build of regress after source movesbeck2016-09-021-2/+2
* Make this regress build againbeck2016-09-022-4/+4
* Less lock contention by using more pools for mult-threaded programs.otto2016-09-012-94/+190
* black magic for sparc page size can gotedu2016-09-011-4/+2
* shorten s_client;jmc2016-09-011-142/+50
* Crank minor due to API additionbeck2016-08-311-1/+1
* We don't need any VMS access tricks.deraadt2016-08-311-27/+4
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-303-4/+15
* buf[][] with strange use all over the place is ridiculous, especiallyderaadt2016-08-301-15/+14
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-302-24/+25
* shorten rsautl;jmc2016-08-301-152/+13
* shorten the rsa text; of note, i've also reduced the descriptionjmc2016-08-281-278/+44
* Don't call lstat() before readlink() just to see if it's a symlink,guenther2016-08-281-14/+17
* shorten the req text;jmc2016-08-271-452/+189
* Enable ALPN regress now that it passes.jsing2016-08-271-4/+2
* Be more strict when parsing TLS extensions.jsing2016-08-272-34/+74