Age | Commit message (Expand) | Author |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-14 | TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual | Todd C. Miller |
2015-03-14 | Do not reference tzfile.h since that is an internal header. | Todd C. Miller |
2015-03-14 | remove incorrect statement. the standard *does* require calloc to check | Ted Unangst |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | delete useless comment about Open Group | Theo de Raadt |
2015-03-12 | _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v... | Jason McIntyre |
2015-03-12 | Fix typo: nemb -> nmemb | Lawrence Teo |
2015-03-11 | document HW_PERFPOLICY; ok tedu | Jason McIntyre |
2015-03-11 | delay EVP_MD_CTX_init so we don't forget to clean it up. | Ted Unangst |
2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired | Miod Vallat |
2015-03-05 | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | Miod Vallat |
2015-03-05 | Revert; committed by accident without approval from deraadt@ at release | Lawrence Teo |
2015-03-05 | Fix typo, from Ryan May. | Lawrence Teo |
2015-03-03 | sort sections; | Jason McIntyre |
2015-03-03 | Fix variable name typo in IDIOMS. | Kent R. Spillner |
2015-03-02 | Update comment to match code; Caspar Schutijser | Todd C. Miller |
2015-03-02 | Document that POLLPRI and POLLRDBAND are set for out-of-band socket | Todd C. Miller |
2015-03-02 | Document out-of-band data on a socket as an example of an exceptional | Todd C. Miller |
2015-03-02 | Document when closefrom() was added to OpenBSD. OK bcook@ | Todd C. Miller |
2015-03-02 | Note that closefrom is an extension. | Brent Cook |
2015-03-02 | gethostbyname(3) would fail when more than 16 addrs/aliases were returned. | Bryan Steele |
2015-03-02 | Fix a minor information leak that was introduced in t1_lib.c r1.71, whereby | Joel Sing |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | Todd C. Miller |
2015-02-26 | Prefix function parameter names with underscores in tls.h, since this makes | Joel Sing |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2015-02-25 | Fix CVE-2015-0205: Do not accept client authentication with Diffie-Hellman | Brent Cook |
2015-02-24 | we don't let strtonum errors bleed through now. | Ted Unangst |
2015-02-24 | Set errno to EINVAL, instead of letting ERANGE escape out. | Ted Unangst |
2015-02-23 | Convert a table unsupported by mandoc to a columnated list. | Anthony J. Bentley |
2015-02-23 | fourth batch of perlpod(1) to mdoc(7) conversion | Ingo Schwarze |
2015-02-22 | Bump libcrypto and libssl majors, due to various recent churn. | Joel Sing |
2015-02-22 | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | Joel Sing |
2015-02-22 | There is not much point constructing an SSL_CIPHER, then calling | Joel Sing |
2015-02-22 | Remove IMPLEMENT_STACK_OF noops. | Joel Sing |
2015-02-22 | Bump libtls major due to symbol removal. | Joel Sing |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Check return values when setting dheparams and ecdhecurve for the default | Joel Sing |
2015-02-22 | In the interests of being secure by default, make the default TLS ciphers | Joel Sing |
2015-02-21 | explain how tls_accept_socket works. | Ted Unangst |
2015-02-21 | tls_config_set_protocols is really void. Greg Martin. | Ted Unangst |
2015-02-21 | fill out docs a bit more, notably the read/write again behaviors. | Ted Unangst |
2015-02-21 | update siphash manpages to reflect change in return type spelling. | Ted Unangst |
2015-02-20 | Use standard spelling for types, and rename local variable from "free". | Ted Unangst |
2015-02-19 | If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument, | Joel Sing |
2015-02-17 | Memory leak in error path. Coverity CID 78822. | Miod Vallat |
2015-02-16 | Amend documentation for AI_ADDRCONFIG | Jeremie Courreges-Anglas |
2015-02-16 | sprinkle braces around multi line statements | Ted Unangst |