summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01delete old lint ARGSUSED commentsguenther1-2/+1
2015-11-01KNF; from Rob Piercederaadt1-3/+3
2015-10-30print unsigned ints with %u, not %d. Reported by Pascal Cuoq.miod1-2/+2
2015-10-30Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.miod1-8/+8
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod4-2/+6
2015-10-25Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1doug1-2/+2
2015-10-25Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther1-1/+5
2015-10-25Hide __atexit and __atexit_register_cleanup()guenther3-4/+12
2015-10-25Sort the obsolete flags.doug2-12/+12
2015-10-25Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.doug2-10/+8
2015-10-25Remove last vestige of SSL_OP_NO_SSLv3 support.doug2-8/+2
2015-10-25Simplify ssl23_get_client_hello error handling.doug2-52/+52
2015-10-25Missing initializer; spotted by coverity.miod1-2/+2
2015-10-25The only thing that was translated into multiple languages in OpenBSDbluhm1-23/+1
2015-10-25Use sigaction() instead of signal() to avoid pulling in unnecessaryguenther1-3/+5
2015-10-25Use dprintf() instead of fprintf() in the signal handlerguenther1-3/+4
2015-10-23Cast ctype functions' arguments to unsigned char.mmcc1-5/+5
2015-10-23Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theclaudio3-88/+73
2015-10-23Add ifnameindex to te libc regress testsclaudio1-3/+3
2015-10-23Initial pledge of netcat - unfortunately flawed because fiddling the rtableidbeck1-1/+27
2015-10-23Use waitpid() instead of wait() to avoid returning early from another childguenther1-2/+3
2015-10-23Loop the waitpid() on EINTR, and save and restore the disposition ofguenther1-9/+12
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2-9/+9
2015-10-22Cast ctype function arguments to unsigned char.mmcc1-2/+2
2015-10-22Add a regress test for if_indextoname() and if_nametoindex()claudio2-0/+42
2015-10-22Another change that is needed to restore the previous behaviour ofjsing2-10/+6
2015-10-22Restore previous behaviour and allowjsing2-4/+14
2015-10-22Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLjsing1-1/+19
2015-10-22Fix case where we wanted to test ASN1_TIME_set_string() but were testingjsing2-6/+6
2015-10-22Add a regress for libc handling of SIGTHRguenther2-0/+71
2015-10-21Reject too small bits value in BN_generate_prime_ex(), so that it does not riskmiod6-8/+44
2015-10-21In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codejsing2-126/+2
2015-10-20Lob a style(9) grenade in here.jsing6-344/+370
2015-10-19free rbio before wbiobeck2-14/+14
2015-10-19Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck15-1220/+698
2015-10-19Change regress to not believe legacy times are validbeck1-65/+4
2015-10-18Need <string.h> for memset()guenther1-1/+2
2015-10-17Exit if a pledge call fails in non-interactive mode.doug45-89/+179
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