summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up and improve openssl(1) errstr:jsing2015-04-141-21/+28
* Convert openssl(1) errstr to new option handling.jsing2015-04-131-6/+34
* Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days.doug2015-04-124-88/+4
* Send OPENSSL_issetugid() straight to hell, no final cigarette.deraadt2015-04-117-34/+6
* Remove all getenv() calls, especially those wrapped by issetugid().deraadt2015-04-1113-115/+30
* Put back a goto end that was unintentionally removed.jsing2015-04-111-1/+2
* Convert openssl(1) pkeyparam to new option handling.jsing2015-04-111-61/+74
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-073-2/+81
* bludgeon DES support out of crypt. long live the bcrypt.tedu2015-04-062-761/+9
* improve realloc. when expanding a region, actually use the free page cachetedu2015-04-061-7/+16
* readdir() is thread-safe when DIR handles aren't shared, so delete the lock.guenther2015-04-062-6/+2
* comma fix;jmc2015-04-031-3/+3
* Handle the case where multiple calls to SSL_shutdown() are required tojsing2015-04-022-8/+14
* Correct man page title.jsing2015-04-021-2/+2
* Document the fact that the tls_accept_*() functions can returnjsing2015-04-021-7/+11
* Bump libtls minor due to API addition.jsing2015-03-311-1/+1
* Provide a tls_accept_fds() function, which allows a TLS connection to bejsing2015-03-314-9/+39
* Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled atjsing2015-03-314-44/+4
* Store errors that occur during a tls_accept_socket() call on the contextjsing2015-03-314-11/+12
* add initial AIX getentropy/arc4random files. Thanks to Michael Felt.bcook2015-03-304-0/+1002
* Factor out the init_buf initialisation code, rather than duplicating itjsing2015-03-2716-206/+112
* BUF_MEM_free() has its own explicit NULL check.jsing2015-03-272-18/+12
* The code in socks.c writes multiple times in a row to a socket. If thetobias2015-03-261-3/+6
* Fix error message in case of write failure.tobias2015-03-261-3/+3
* Check for short writes in fdpass(). Clean up while at it.tobias2015-03-261-4/+3
* Sync camel case of "ProxyUseFdpass" with ssh_config(5).tobias2015-03-261-3/+3
* Make rcmdsh(3) not fail if it is passed a non resolvable hostname.halex2015-03-233-20/+16
* differentiate between a failed read, returning -1, and encounteringhalex2015-03-221-2/+4
* sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked includebcook2015-03-222-4/+2
* Since Windows needs BIO_sock_init() before you can call any networkingbcook2015-03-222-12/+7
* unmute rcmd hostname lookup failurehalex2015-03-221-3/+2
* free the server certificate in tls_connect_fds(); fixes a memory leak withsthen2015-03-211-1/+2
* Fix indentation that incorrectly implies a different control flow.doug2015-03-216-16/+22
* Fix a memory leak in an error path.doug2015-03-202-2/+6
* zap #if 0'd code that's been dead since '96halex2015-03-191-7/+0
* Fix several crash causing defects from OpenSSL.tedu2015-03-1924-126/+324
* In the neverending saga of enabling and disabling assembler code for shamiod2015-03-182-10/+2
* Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.doug2015-03-152-4/+8
* fix for regression test for strtol(). it failed (the wrong kind ofphessler2015-03-151-2/+2
* remove incorrect statement. the standard *does* require calloc to checktedu2015-03-141-7/+2
* delay EVP_MD_CTX_init so we don't forget to clean it up.tedu2015-03-112-6/+8
* Reject DH keys sent by a server if they are considered too small; inspiredmiod2015-03-083-40/+28
* Do not use sha512-parisc for now, as it is subtly bugged - passes the shamiod2015-03-052-2/+6
* subtraction is not comparison. the difference of two longs is not goodtedu2015-03-051-1/+1
* Update comment to match code; Caspar Schutijserlibressl-v2.1.4millert2015-03-021-2/+2
* Fix a minor information leak that was introduced in t1_lib.c r1.71, wherebyjsing2015-03-022-4/+4
* use correct formatter (int, because of type promotion after operations)bcook2015-03-021-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-7/+7
* Prefix function parameter names with underscores in tls.h, since this makesjsing2015-02-261-42/+44
* No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.millert2015-02-251-1/+1