summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-14Cast pointers to uintptr_t to avoid potential signedness errors.dtucker3-7/+24
2016-10-140xd0 -> 0xdb; ok deraadt@ millert@ tedu@otto1-3/+3
2016-10-12optimize canary code a bit by storing offset of sizes table instead ofotto1-5/+7
2016-10-08make clear the length printed is the requested lengthotto1-3/+3
2016-10-07grammar fix previous;jmc1-2/+2
2016-10-07document "chunk canary corrupted" errorotto1-2/+7
2016-10-07stray tabotto1-2/+2
2016-10-07Beter implementation of chunk canaries: store size in chunk meta dataotto1-61/+63
2016-10-06typonaddy1-3/+3
2016-10-05Fix some broken .Xr links, loosely based on a diffschwarze1-13/+12
2016-10-03use the same type for buf as the return type in tls_load_filebcook1-2/+3
2016-10-02Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()guenther1-5/+11
2016-10-02Detect zero-length encrypted session data early, instead of when malloc(0)guenther1-2/+2
2016-10-02In X509_cmp_time(), pass asn1_time_parse() the tag of the field beingguenther1-2/+3
2016-09-23Append to CLEANFILES instead of replacing it, so libcrypto.pc isnatano1-2/+2
2016-09-22trim STANDARDS; ok jsinglibressl-v2.5.0jmc1-13/+1
2016-09-22some minor cleanup;jmc1-47/+17
2016-09-22shorten x509;jmc1-755/+414
2016-09-22Improve on code from the previous commit.jsing1-7/+5
2016-09-22Avoid unbounded memory growth, which can be triggered by a clientjsing1-9/+20
2016-09-22Check for packet with truncated DTLS cookie.guenther1-12/+17
2016-09-22Improve ticket validity checking when tlsext_ticket_key_cb() callbackguenther1-4/+25
2016-09-22revert documentation update for the clearning behavior we already revertedbcook1-5/+1
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsguenther6-20/+19
2016-09-20shorten version;jmc1-17/+4
2016-09-20shorten the verify error list;jmc1-42/+41
2016-09-20Avoid selecting weak digests for (EC)DH when using SNI.bcook1-3/+12
2016-09-19put the spkac section in the right place;jmc1-60/+60
2016-09-19shorten verify;jmc1-154/+96
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source mo...bcook2-6/+6
2016-09-18move page junking tp unmap(), right before we stick the region in the cache;otto1-6/+6
2016-09-17remove comment about CMS; ok jsingderaadt1-3/+2
2016-09-15add some Xr for acme-client(1);jmc1-1/+2
2016-09-15some spkac shortening; ok beckjmc1-68/+13
2016-09-15shorten ts;jmc1-283/+63
2016-09-14Set callbacks on the right tls ctx on accept.bcook1-2/+2
2016-09-14Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.bcook1-1/+2
2016-09-14Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.bcook1-3/+21
2016-09-14Generate pkg-config files at build time like everything else. Thisnatano2-4/+6
2016-09-13add a little more typing to the first callback argument.tedu2-7/+7
2016-09-12shorten speed;jmc1-48/+14
2016-09-11Files in /etc/ssl belong to root. ok deraadtnatano1-4/+4
2016-09-09missing space after commatb1-2/+2
2016-09-09back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinalbcook1-4/+1
2016-09-08shorten smime;jmc1-344/+83
2016-09-05remove a cms leftoverderaadt1-2/+1
2016-09-05remove CMS manuals; beck@ agress with the general ideaschwarze23-2347/+1
2016-09-05Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.schwarze1-2/+2
2016-09-04shorten sess_id;jmc1-84/+44
2016-09-04fix Dt;jmc1-2/+2