summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-13Use ECDH_size() and do some other clean up.Joel Sing
2015-09-13syncTheo de Raadt
2015-09-13Only check for key truncation if no KDF function is being used.Joel Sing
2015-09-13remove e_os2.h includesBrent Cook
2015-09-13intr_barrier(9) for macppc and socppc.Mark Kettenis
2015-09-13Get the default loopback interface pointer just after doing a routeMartin Pieuchot
2015-09-13Wrap long lines.Joel Sing
2015-09-13only print the "IPv6 autoconf" line if there are interfaces to configureStuart Henderson
2015-09-13style(9) grenade.Joel Sing
2015-09-13Move /etc/ssl/cert.pem from base to etc. Previously this was updated everyStuart Henderson
2015-09-13When adding keys to the agent, don't ignore the comment of keys for which thetim
2015-09-13Don't leak conninfo - spotted by marko kreen.Bob Beck
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulNicholas Marriott
2015-09-13- FOO=bar; export FOO -> export FOO=barRobert Peichaer
2015-09-13Rename readgptlabel() to spoofgptlabel() because that's what weKenneth R Westerback
2015-09-13Stop generating private keys in a network buffer.Joel Sing
2015-09-13The number of rounds is just two digits in the salt. We've alreadyTodd C. Miller
2015-09-13Factor out setup_up / destroy_ui functions.Brent Cook
2015-09-13Use ECDH_size() instead of rolling our own.Joel Sing
2015-09-13document extra algorithms available with openssl speed commandBrent Cook
2015-09-13Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enableJoel Sing
2015-09-13Locators are long now.Miod Vallat
2015-09-13Needs <sys/systm.h> before <sys/syscall_mi.h> now.Miod Vallat
2015-09-13authdes_create() was never implementedPhilip Guenther
2015-09-13intr_barrier(9) for i386.Mark Kettenis
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with aJoel Sing
2015-09-13Wrap <grp.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-13intr_barrier(9)Mark Kettenis
2015-09-13Nuke openssl/e_os2.h, since nothing should be using it.Joel Sing
2015-09-13Provide ECDH_size().Joel Sing
2015-09-13Wrap <termios.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-13Check ECDH output buffer length and avoid truncation.Joel Sing
2015-09-13Introduce intr_barrier(4), an interface that guarantees that an interruptMark Kettenis
2015-09-13Introduce intr_barrier(4), an interface that guarantees that an interruptMark Kettenis
2015-09-13Wrap <ttyent.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-13Wrap <utime.h> to make utime() a weak symbolPhilip Guenther
2015-09-13Adjust printf for the fact that device locators are now long.Mark Kettenis
2015-09-13Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols notPhilip Guenther
2015-09-13Wrap <uuid.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13Wrap <vis.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13<sys/systm.h> must be before <sys/syscall_mi.h> now.Miod Vallat
2015-09-13syncTheo de Raadt
2015-09-13Introduce sched_barrier(9), an interface that acts as a scheduler barrier inMark Kettenis
2015-09-13Add Certplus CA root certificate:Stuart Henderson
2015-09-13match a few if_media uint64_t conversions; ok miodTheo de Raadt
2015-09-13display negotiated TLS version and cipher suite in verbose mode.Bob Beck
2015-09-13Lob a style(9) grenade in here.Joel Sing
2015-09-13Set woken flag when flushing so that the channel is freed, while hereNicholas Marriott
2015-09-13Mechanical minor bump to follow libcrypto.Miod Vallat
2015-09-13queue revarps to softnet so we can defer processing to a context withDavid Gwynne