summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-14Convert openssl(1) s_time to new option handling.jsing1-201/+178
2015-04-14Clean up and improve openssl(1) errstr:jsing1-21/+28
2015-04-13Convert openssl(1) errstr to new option handling.jsing1-6/+34
2015-04-12Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days.doug4-88/+4
2015-04-11Send OPENSSL_issetugid() straight to hell, no final cigarette.deraadt7-34/+6
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().deraadt13-115/+30
2015-04-11Put back a goto end that was unintentionally removed.jsing1-1/+2
2015-04-11Convert openssl(1) pkeyparam to new option handling.jsing1-61/+74
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther3-2/+81
2015-04-06bludgeon DES support out of crypt. long live the bcrypt.tedu2-761/+9
2015-04-06improve realloc. when expanding a region, actually use the free page cachetedu1-7/+16
2015-04-06readdir() is thread-safe when DIR handles aren't shared, so delete the lock.guenther2-6/+2
2015-04-03comma fix;jmc1-3/+3
2015-04-02Handle the case where multiple calls to SSL_shutdown() are required tojsing2-8/+14
2015-04-02Correct man page title.jsing1-2/+2
2015-04-02Document the fact that the tls_accept_*() functions can returnjsing1-7/+11
2015-03-31Bump libtls minor due to API addition.jsing1-1/+1
2015-03-31Provide a tls_accept_fds() function, which allows a TLS connection to bejsing4-9/+39
2015-03-31Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled atjsing4-44/+4
2015-03-31Store errors that occur during a tls_accept_socket() call on the contextjsing4-11/+12
2015-03-30add initial AIX getentropy/arc4random files. Thanks to Michael Felt.bcook4-0/+1002
2015-03-27Factor out the init_buf initialisation code, rather than duplicating itjsing16-206/+112
2015-03-27BUF_MEM_free() has its own explicit NULL check.jsing2-18/+12
2015-03-26The code in socks.c writes multiple times in a row to a socket. If thetobias1-3/+6
2015-03-26Fix error message in case of write failure.tobias1-3/+3
2015-03-26Check for short writes in fdpass(). Clean up while at it.tobias1-4/+3
2015-03-26Sync camel case of "ProxyUseFdpass" with ssh_config(5).tobias1-3/+3
2015-03-23Make rcmdsh(3) not fail if it is passed a non resolvable hostname.halex3-20/+16
2015-03-22differentiate between a failed read, returning -1, and encounteringhalex1-2/+4
2015-03-22sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked includebcook2-4/+2
2015-03-22Since Windows needs BIO_sock_init() before you can call any networkingbcook2-12/+7
2015-03-22unmute rcmd hostname lookup failurehalex1-3/+2
2015-03-21free the server certificate in tls_connect_fds(); fixes a memory leak withsthen1-1/+2
2015-03-21Fix indentation that incorrectly implies a different control flow.doug6-16/+22
2015-03-20Fix a memory leak in an error path.doug2-2/+6
2015-03-19zap #if 0'd code that's been dead since '96halex1-7/+0
2015-03-19Fix several crash causing defects from OpenSSL.tedu24-126/+324
2015-03-18In the neverending saga of enabling and disabling assembler code for shamiod2-10/+2
2015-03-15Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.doug2-4/+8
2015-03-15fix for regression test for strtol(). it failed (the wrong kind ofphessler1-2/+2
2015-03-14remove incorrect statement. the standard *does* require calloc to checktedu1-7/+2
2015-03-11delay EVP_MD_CTX_init so we don't forget to clean it up.tedu2-6/+8
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredmiod3-40/+28
2015-03-05Do not use sha512-parisc for now, as it is subtly bugged - passes the shamiod2-2/+6
2015-03-05subtraction is not comparison. the difference of two longs is not goodtedu1-1/+1
2015-03-02Update comment to match code; Caspar Schutijserlibressl-v2.1.4millert1-2/+2
2015-03-02Fix a minor information leak that was introduced in t1_lib.c r1.71, wherebyjsing2-4/+4
2015-03-02use correct formatter (int, because of type promotion after operations)bcook1-2/+2
2015-02-28Reduce usage of predefined strings in manpages.bentley1-7/+7
2015-02-26Prefix function parameter names with underscores in tls.h, since this makesjsing1-42/+44