summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* shorten verify;jmc2016-09-191-154/+96
* Update ld search path for libssl/libcrypto, fixes cross-build after source mo...bcook2016-09-192-6/+6
* move page junking tp unmap(), right before we stick the region in the cache;otto2016-09-181-6/+6
* remove comment about CMS; ok jsingderaadt2016-09-171-3/+2
* add some Xr for acme-client(1);jmc2016-09-151-1/+2
* some spkac shortening; ok beckjmc2016-09-151-68/+13
* shorten ts;jmc2016-09-151-283/+63
* Set callbacks on the right tls ctx on accept.bcook2016-09-141-2/+2
* Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.bcook2016-09-141-1/+2
* Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.bcook2016-09-141-3/+21
* Generate pkg-config files at build time like everything else. Thisnatano2016-09-142-4/+6
* add a little more typing to the first callback argument.tedu2016-09-132-7/+7
* shorten speed;jmc2016-09-121-48/+14
* Files in /etc/ssl belong to root. ok deraadtnatano2016-09-111-4/+4
* missing space after commatb2016-09-091-2/+2
* back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinalbcook2016-09-091-4/+1
* shorten smime;jmc2016-09-081-344/+83
* remove a cms leftoverderaadt2016-09-051-2/+1
* remove CMS manuals; beck@ agress with the general ideaschwarze2016-09-0523-2347/+1
* Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.schwarze2016-09-051-2/+2
* shorten sess_id;jmc2016-09-041-84/+44
* fix Dt;jmc2016-09-041-2/+2
* Nuke one more cms tendrilbeck2016-09-041-4/+1
* bye bye cms. send it to the atticbeck2016-09-042-1144/+2
* Remove cms.jsing2016-09-041-8/+1
* Remove cms.jsing2016-09-0415-7541/+0
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-045-69/+293
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-042-7/+27
* Set errno more consistently, and fix a warning, ok tedunicm2016-09-041-21/+29
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-041-33/+133
* minor tweaks;jmc2016-09-041-7/+7
* rmtedu2016-09-041-68/+0
* oops, name file after main functiontedu2016-09-041-0/+68
* it doesn't say anything yet, but start adding a man pagetedu2016-09-041-0/+68
* Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL.jsing2016-09-041-2/+4
* Sort and group functions.jsing2016-09-045-250/+226
* Expand IMPLEMENT_PEM macros.jsing2016-09-041-2/+29
* Expand IMPLEMENT_PEM macros.jsing2016-09-044-30/+545
* Make the key sizes and offsets arrays const, ok tedunicm2016-09-041-2/+2
* Less S390.jsing2016-09-0412-4596/+2
* Bump TLS_API for addition of callbacks.jsing2016-09-041-2/+2
* Less IA64.jsing2016-09-0410-6846/+1
* Less vax.jsing2016-09-044-617/+1
* 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