summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-05Repair BIO_socket_nbio operation.Joel Sing
2014-05-05During the great e_os.h nukathon we stopped pulling in <sys/filio.h> viaJoel Sing
2014-05-05the caller of ikev2_msg_retransmit_response already frees the sa; ok mikebMarkus Friedl
2014-05-05don't leak on pid mismatch; ok mikebMarkus Friedl
2014-05-05Kill memory debug calls that are now noops. While here, nuke an #if 0 andJoel Sing
2014-05-05OpenBSD has_SC_CLK_TCK.Joel Sing
2014-05-05validate the attribute length, too; from hshoexer; ok mikebMarkus Friedl
2014-05-05convert select to poll. from peter maloneTed Unangst
2014-05-05"new file systemsize is" -> "new filesystem size is".Kenneth R Westerback
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolsTed Unangst
2014-05-05A couple of malloc()+memset(0) -> calloc.Kenneth R Westerback
2014-05-05Plug a memory leak related to HID descriptor parsing.Martin Pieuchot
2014-05-05Tweak comment on struct _partitionv0. It's no longer the partitionKenneth R Westerback
2014-05-05Replacing test files from previous commit to the right directory. There is noAndre de Oliveira
2014-05-05Use a custom ifa_rtrequest function for point-to-point interfacesMartin Pieuchot
2014-05-05Add two more regression tests to relayd, these cover "digest" and "file"Andre de Oliveira
2014-05-05remove dead code: calling ether_attach which sets if_type to IFT_ETHER,Henning Brauer
2014-05-05change surprisingly consistent mispelling of length ("lenght")Bret Lambert
2014-05-05Zap extra whitespace.Loganaden Velvindron
2014-05-05Delete duplicated "mppe" entry in keywords[].YASUOKA Masahiko
2014-05-05Enable assembler code for DES. Assembler code for BN is commented out as itMiod Vallat
2014-05-05Redirecting stderr to /dev/null suppresses all errors. Instead useAlexander Bluhm
2014-05-04Improve line wrapping for lines exceeding 80 chars.Jim Razmus II
2014-05-04Add missing SEE ALSO section header.Jim Razmus II
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