Age | Commit message (Expand) | Author |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | Remove a leading whitespace. | Jim Razmus II |
2014-05-04 | Add missing SEE ALSO section header. | Jim Razmus II |
2014-05-04 | Improve line wrapping for lines exceeding 80 chars. | Jim Razmus II |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | Factor out the code to set the expiry, renewal and rebinding times for | Kenneth R Westerback |
2014-05-04 | delete useless test code | Theo de Raadt |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-05-04 | remove some hh and h format specifiers | Stefan Fritsch |
2014-05-04 | i give up. reuse problem is unfixable. dlg says puppet crashes. | Ted Unangst |
2014-05-04 | format string fix for bus_space_tag_t | Stefan Fritsch |
2014-05-04 | change type of handle var to u_int16_t | Stefan Fritsch |
2014-05-04 | Enable the assembler code for BN, which was lost quite some time ago. | Miod Vallat |
2014-05-04 | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | Miod Vallat |
2014-04-13 | Import OpenSSL 1.0.1g | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2004-04-07 | import openssl-0.9.7d | Markus Friedl |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-05-04 | Create a new default RSA engine instead of patching the existing one | Reyk Floeter |
2014-05-04 | Make use of usbd_xfer_isread() instead of rerolling it everywhere. | Martin Pieuchot |
2014-05-04 | Get rid of EHCI_NULL. No functional change. | Martin Pieuchot |
2014-05-04 | Revert previous. Insufficient discussion. Introduces | Kenneth R Westerback |
2014-05-04 | Fix bogus error check; spotted by clang. | Mark Kettenis |
2014-05-04 | Make answering 'none' to the installer question "IPv6 address?" result | Kenneth R Westerback |
2014-05-04 | Remove the Z flag from the list of malloc options as it | Loganaden Velvindron |
2014-05-04 | With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, | Reyk Floeter |
2014-05-04 | With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, | Reyk Floeter |
2014-05-04 | tweak previous; | Jason McIntyre |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo de Raadt |
2014-05-03 | If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING) | Philip Guenther |
2014-05-03 | Fix whitespace fail in previous commit | Philip Guenther |
2014-05-03 | Move the u-area allocation and pmap-magic logic to its own function | Philip Guenther |
2014-05-03 | Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code | Miod Vallat |
2014-05-03 | typos | Miod Vallat |
2014-05-03 | Add tests for with and without compression, with and without privsep. | Darren Tucker |
2014-05-03 | Correctly enable Montgomery code. | Miod Vallat |
2014-05-03 | unbreak compression, by re-init-ing the compression code in the | Markus Friedl |
2014-05-03 | now that 5.5 has been released with compatibility for 2b hashes, | Ted Unangst |
2014-05-03 | Update the base64 regress test and enable a test that would previously | Joel Sing |
2014-05-03 | Add checks for invalid base64 encoded data, specifically relating to the | Joel Sing |
2014-05-03 | 1. Drop support for no minor. This variant doesn't exist anymore. | Ted Unangst |
2014-05-03 | It is definitly not the correct spelling. | Joel Sing |
2014-05-03 | KNF. | Joel Sing |
2014-05-03 | Annotate wide character routines so they get protected by Wbounded. | Martynas Venckus |