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