| Commit message (Expand) | Author | Files | Lines |
2015-11-02 | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 5 | -5/+5 |
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 7 | -41/+298 |
2015-11-01 | delete old lint ARGSUSED comments | guenther | 1 | -2/+1 |
2015-11-01 | KNF; from Rob Pierce | deraadt | 1 | -3/+3 |
2015-10-30 | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | miod | 1 | -2/+2 |
2015-10-30 | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | miod | 1 | -8/+8 |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 4 | -2/+6 |
2015-10-25 | Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1 | doug | 1 | -2/+2 |
2015-10-25 | Move the _atfork_list definition to atexit.c so that the fork syscall stub | guenther | 1 | -1/+5 |
2015-10-25 | Hide __atexit and __atexit_register_cleanup() | guenther | 3 | -4/+12 |
2015-10-25 | Sort the obsolete flags. | doug | 2 | -12/+12 |
2015-10-25 | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | doug | 2 | -10/+8 |
2015-10-25 | Remove last vestige of SSL_OP_NO_SSLv3 support. | doug | 2 | -8/+2 |
2015-10-25 | Simplify ssl23_get_client_hello error handling. | doug | 2 | -52/+52 |
2015-10-25 | Missing initializer; spotted by coverity. | miod | 1 | -2/+2 |
2015-10-25 | The only thing that was translated into multiple languages in OpenBSD | bluhm | 1 | -23/+1 |
2015-10-25 | Use sigaction() instead of signal() to avoid pulling in unnecessary | guenther | 1 | -3/+5 |
2015-10-25 | Use dprintf() instead of fprintf() in the signal handler | guenther | 1 | -3/+4 |
2015-10-23 | Cast ctype functions' arguments to unsigned char. | mmcc | 1 | -5/+5 |
2015-10-23 | Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the | claudio | 3 | -88/+73 |
2015-10-23 | Add ifnameindex to te libc regress tests | claudio | 1 | -3/+3 |
2015-10-23 | Initial pledge of netcat - unfortunately flawed because fiddling the rtableid | beck | 1 | -1/+27 |
2015-10-23 | Use waitpid() instead of wait() to avoid returning early from another child | guenther | 1 | -2/+3 |
2015-10-23 | Loop the waitpid() on EINTR, and save and restore the disposition of | guenther | 1 | -9/+12 |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | guenther | 2 | -9/+9 |
2015-10-22 | Cast ctype function arguments to unsigned char. | mmcc | 1 | -2/+2 |
2015-10-22 | Add a regress test for if_indextoname() and if_nametoindex() | claudio | 2 | -0/+42 |
2015-10-22 | Another change that is needed to restore the previous behaviour of | jsing | 2 | -10/+6 |
2015-10-22 | Restore previous behaviour and allow | jsing | 2 | -4/+14 |
2015-10-22 | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | jsing | 1 | -1/+19 |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | jsing | 2 | -6/+6 |
2015-10-22 | Add a regress for libc handling of SIGTHR | guenther | 2 | -0/+71 |
2015-10-21 | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | miod | 6 | -8/+44 |
2015-10-21 | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code | jsing | 2 | -126/+2 |
2015-10-20 | Lob a style(9) grenade in here. | jsing | 6 | -344/+370 |
2015-10-19 | free rbio before wbio | beck | 2 | -14/+14 |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | beck | 15 | -1220/+698 |
2015-10-19 | Change regress to not believe legacy times are valid | beck | 1 | -65/+4 |
2015-10-18 | Need <string.h> for memset() | guenther | 1 | -1/+2 |
2015-10-17 | Exit if a pledge call fails in non-interactive mode. | doug | 45 | -89/+179 |
2015-10-17 | add "tty" for several subcommands of openssl | semarie | 24 | -48/+48 |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | jsing | 6 | -16/+6 |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | jsing | 6 | -22/+68 |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | jsing | 6 | -16/+10 |
2015-10-16 | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | beck | 2 | -14/+16 |
2015-10-16 | Put tls_config_verify_client_optional() in the right place. | jsing | 1 | -6/+6 |
2015-10-16 | Fix tpyo. | jsing | 1 | -3/+3 |
2015-10-16 | Implement real "flock" request and add it to userland programs that | millert | 1 | -2/+2 |
2015-10-16 | actually include the prerequisite dependency for BIO instead of doing nastyness | beck | 2 | -10/+4 |
2015-10-14 | better fix for overrun reported by Qualys Security. | tedu | 2 | -8/+2 |