summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-17add "tty" for several subcommands of opensslsemarie24-48/+48
2015-10-16Remove pointless externs - the structs are declared in the same files ajsing6-16/+6
2015-10-16Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing6-22/+68
2015-10-16Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing6-16/+10
2015-10-16Fix use of pointer value after BIO_free, and remove senseless NULL checks.beck2-14/+16
2015-10-16Put tls_config_verify_client_optional() in the right place.jsing1-6/+6
2015-10-16Fix tpyo.jsing1-3/+3
2015-10-16Implement real "flock" request and add it to userland programs thatmillert1-2/+2
2015-10-16actually include the prerequisite dependency for BIO instead of doing nastynessbeck2-10/+4
2015-10-14better fix for overrun reported by Qualys Security.tedu2-8/+2
2015-10-14Bail out early if we have no buf_lenbeck2-2/+10
2015-10-14fix a memory leak reported by Qualys Security.tedu2-6/+8
2015-10-14Ensure we don't write a 0 byte past end of the buffer in the error case.beck2-6/+6
2015-10-14tweak previous (two details i apparently missed)schwarze1-4/+6
2015-10-14Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.reyk4-1/+285
2015-10-13In rev 1.15 the sizeof argument was fixed in a strlcat() call butmillert1-2/+2
2015-10-13Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.jsing2-10/+10
2015-10-13Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anjsing6-10/+40
2015-10-13Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros tojsing2-38/+38
2015-10-13Single byte read/write tests.jsing1-0/+67
2015-10-13Add test coverage for peer certificate info and connection info.jsing2-6/+231
2015-10-13Make regress work again post hackathon tls_handshake/tls_read/tls_writejsing1-7/+42
2015-10-13Group d2i/i2d function prototypes by type and add missing externs for thejsing2-14/+24
2015-10-12unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; thatguenther4-40/+4
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther1-8/+3
2015-10-10Initial support for pledges in openssl(1) commands.doug47-46/+281
2015-10-10normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt1-2/+2
2015-10-09fix a gotcha in the connect refactoring, that could result in droppingderaadt1-1/+5
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-08If getaddrinfo() succeeds, then don't try look ups with other flags, evenguenther1-41/+39
2015-10-08trailing whitespace;jmc1-6/+6
2015-10-08Rip the guts out of another gibbering horror of a time comparison function, andbeck4-74/+48
2015-10-08revert previous accidental commitbeck4-46/+72
2015-10-08Spelling in commentbeck6-78/+50
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...beck6-9/+98
2015-10-07Allow us to get cipher and version even if there is not a peer certificate.beck2-15/+21
2015-10-07include <sys/time.h> for gettimeofday(2)bcook2-2/+4
2015-10-07tame "stdio inet rpath cpath wpath proc" seems to be sufficient forderaadt1-1/+7
2015-10-06prefer limits.h over sys/limits.hbcook2-6/+6
2015-10-06these do not use ioctl.hderaadt2-4/+2
2015-10-05Make sure dot is not set after tz - fixes incorrect handling, which allowsjsing2-4/+4
2015-10-05Wrap <resolv.h> so that internal calls go directguenther3-5/+11
2015-10-04Apply some style(9), tweak a few things for readability and add somejsing2-72/+80
2015-10-04wrap __ivaliduser_sa() so the internal call is direct (at least until weguenther1-0/+2
2015-10-04recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther2-2/+4
2015-10-03SSL_new(): fix ref counting and memory leak in error path.doug2-16/+6
2015-10-03BIO_get_fd() could return fd 0; fix error condition. Found atderaadt1-2/+2
2015-10-02avoid sys/param.h, by using PATH_MAXderaadt1-1/+1
2015-10-02Add another invalid time, which is currently accepted.jsing1-1/+4
2015-10-02Flense the greasy black guts of unreadble string parsing code out of three areasbeck15-543/+666