summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-21document the default value of the ControlPersist option; ok dtucker@ djm@Christian Weisgerber
2020-01-21In -C mode, the public key is optional since it can be deduced fromTheo Buehler
2020-01-21Correct legacy fallback for TLSv1.3 client.Joel Sing
2020-01-21Report sent or received errors (normally not both at the same time).Claudio Jeker
2020-01-21Update get_errstr() to report errors like log_notification() in bgpd.Claudio Jeker
2020-01-21Add last_rcvd_errcode and last_rcvd_suberr to the peer_stats so thatClaudio Jeker
2020-01-21Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code.Theo Buehler
2020-01-21Add some additional cease error subcodes as defined by iana.Claudio Jeker
2020-01-21Set --enable-openssl-hash to use digests from libcrypto insteadTheo Buehler
2020-01-21don't #ifdef out the KRL code when compiling without libcryptoDamien Miller
2020-01-21Remove redundant ASN1_INTEGER_set call in PKCS7_set_typeKinichiro Inoguchi
2020-01-21libisc has a global variable called "isc_bind9" that indicates the program-fa...Theo de Raadt
2020-01-21Get rid of isccfg/log.c by pulling in the tiny bits needed intoFlorian Obser
2020-01-21pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared;Damien Miller
2020-01-21Enable mmhub power gating on picasso. Matches linux 4.20.Jonathan Gray
2020-01-21remove entry for esp(4);Jason McIntyre
2020-01-21check access(ssh-sk-helper, X_OK) to provide friendly error messageDamien Miller
2020-01-21use an underscore for -p's argument, rather than hyphen: matches SYNOPSISJason McIntyre
2020-01-21remove trailing whitespace;Jason McIntyre
2020-01-21remove -m from usage();Jason McIntyre
2020-01-21Fix support for additional I2C busses in piixpm(4) for older SB800 SMBusClaudio Jeker
2020-01-21Fix a commentClaudio Jeker
2020-01-21Document sntrup4591761x25519-sha512@tinyssh.org. Patch fromDarren Tucker
2020-01-21fix ssh-keygen not displaying authenticator touch prompt;Damien Miller
2020-01-21a little more verbosity in sign_and_send_pubkey() debug messagesDamien Miller
2020-01-21Provide SSL_R_UNKNOWN.Joel Sing
2020-01-21Fix tls_handshake() usage which was added without checking return valuesBob Beck
2020-01-21Clear and free the tls13_ctx that hangs off an SSL *s fromTheo Buehler
2020-01-21Add alert processing in tls client code, by adding alert to theBob Beck
2020-01-21Whitespace fixes. No code change.Mike Larkin
2020-01-21Remove some prototypes under #ifdef HIBERNATE that we don't use anymore.Mike Larkin
2020-01-21Whitespace/style fixes. No code change.Mike Larkin
2020-01-21remove unfinished macppc esp driver.Ted Unangst
2020-01-21remove a few disabled drivers that don't compile and seem unlikely toTed Unangst
2020-01-21Add the beginnings of an nvmem "framework".Mark Kettenis
2020-01-21sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-01-21remove top-level files no longer relevantTheo de Raadt
2020-01-20match on Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2020-01-20floppy is a bit tight right now, evict fxp temporarily until anotherTheo de Raadt
2020-01-20regenJonathan Gray
2020-01-20add ids for Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2020-01-20Add const to struct vops.Claudio Jeker
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2020-01-20Remove the tls_close warnx in acme-client. Currently it very often reportsStuart Henderson
2020-01-20Add alerts to the tls 1.3 record layer and handshake layerBob Beck
2020-01-20Move warning about DHO_STATIC_ROUTES (option 33) to debug.Kenneth R Westerback
2020-01-20We no longer support "memory usage" debugging.Florian Obser
2020-01-20We can not share a cache between validating and resolving strategies.Florian Obser
2020-01-20With the custom memory allocator gone ondestroy is unused.Florian Obser