summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.miod2015-11-084-4/+7
* inet(4), not inet(3);jmc2015-11-081-3/+3
* Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;miod2015-11-062-4/+4
* Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2015-11-052-10/+10
* Mention ROTL() is always invoked with a proper shift value, due to the way themiod2015-11-052-2/+4
* bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.bcook2015-11-032-6/+6
* Fix typo in comment of previous commit: "that that".reyk2015-11-022-6/+6
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-025-5/+5
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-027-41/+298
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* KNF; from Rob Piercederaadt2015-11-011-3/+3
* print unsigned ints with %u, not %d. Reported by Pascal Cuoq.miod2015-10-301-2/+2
* Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.miod2015-10-301-8/+8
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-304-2/+6
* Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1doug2015-10-251-2/+2
* Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther2015-10-251-1/+5
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-253-4/+12
* Sort the obsolete flags.doug2015-10-252-12/+12
* Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.doug2015-10-252-10/+8
* Remove last vestige of SSL_OP_NO_SSLv3 support.doug2015-10-252-8/+2
* Simplify ssl23_get_client_hello error handling.doug2015-10-252-52/+52
* Missing initializer; spotted by coverity.miod2015-10-251-2/+2
* The only thing that was translated into multiple languages in OpenBSDbluhm2015-10-251-23/+1
* Use sigaction() instead of signal() to avoid pulling in unnecessaryguenther2015-10-251-3/+5
* Use dprintf() instead of fprintf() in the signal handlerguenther2015-10-251-3/+4
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-231-5/+5
* Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theclaudio2015-10-233-88/+73
* Add ifnameindex to te libc regress testsclaudio2015-10-231-3/+3
* Initial pledge of netcat - unfortunately flawed because fiddling the rtableidbeck2015-10-231-1/+27
* Use waitpid() instead of wait() to avoid returning early from another childguenther2015-10-231-2/+3
* Loop the waitpid() on EINTR, and save and restore the disposition ofguenther2015-10-231-9/+12
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-232-9/+9
* Cast ctype function arguments to unsigned char.mmcc2015-10-221-2/+2
* Add a regress test for if_indextoname() and if_nametoindex()claudio2015-10-222-0/+42
* Another change that is needed to restore the previous behaviour ofjsing2015-10-222-10/+6
* Restore previous behaviour and allowjsing2015-10-222-4/+14
* Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLjsing2015-10-221-1/+19
* Fix case where we wanted to test ASN1_TIME_set_string() but were testingjsing2015-10-222-6/+6
* Add a regress for libc handling of SIGTHRguenther2015-10-222-0/+71
* Reject too small bits value in BN_generate_prime_ex(), so that it does not riskmiod2015-10-216-8/+44
* In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codejsing2015-10-212-126/+2
* Lob a style(9) grenade in here.jsing2015-10-206-344/+370
* free rbio before wbiobeck2015-10-192-14/+14
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-1915-1220/+698
* Change regress to not believe legacy times are validbeck2015-10-191-65/+4
* Need <string.h> for memset()guenther2015-10-181-1/+2
* Exit if a pledge call fails in non-interactive mode.doug2015-10-1745-89/+179
* add "tty" for several subcommands of opensslsemarie2015-10-1724-48/+48
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-166-16/+6
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-166-22/+68