summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-06Implement a rolling hash of the ClientHello message, Enforce RFC 8446Bob Beck
2020-06-05Implement cpu_rnd_messybits() as a read of the virtual counter xoredChristian Weisgerber
2020-06-05Allow userland access to the virtual counter.Mark Kettenis
2020-06-05Remove redundant codedenis
2020-06-05Add a custom copy handler for AES key wrapTheo Buehler
2020-06-05Use IANA allocated GOST ClientCertificateTypes.Joel Sing
2020-06-05Stop sending GOST R 34.10-94 as a CertificateType.Joel Sing
2020-06-05Handle GOST in ssl_cert_dup().Joel Sing
2020-06-05Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.Joel Sing
2020-06-05Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.Joel Sing
2020-06-05Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.Joel Sing
2020-06-05Add a few more errors to help debugging.Joel Sing
2020-06-05Add support for additional GOST curves.Joel Sing
2020-06-05Remove remaining error *_str_functs[]Joel Sing
2020-06-05syncTheo de Raadt
2020-06-05Apply some style(9).Joel Sing
2020-06-05One error file per directory is plenty.Joel Sing
2020-06-05Add default proposals for AES-GCM ciphers in IKE and ESP.tobhe
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-06-05Change how panes are resized so that the code is clearer and if the paneNicholas Marriott
2020-06-05Do not take the address of a potentially unaligned member.Nicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asOtto Moerbeek
2020-06-05Now that we mostly only search visible text, the rate limit on repeatingNicholas Marriott
2020-06-05Add support for pausing a pane when the output buffered for a controlNicholas Marriott
2020-06-05unbreak "sshd -ddd" - close of config passing fd happened too early.Damien Miller
2020-06-05tweak previous;Jason McIntyre
2020-06-05make sshbuf_putb(b, NULL) a no-opDamien Miller
2020-06-05make sshbuf_dump() args constDamien Miller
2020-06-05wrap long lineDamien Miller
2020-06-05Correct historical comment: provos@ modified OpenSSH to work with SSLeayDarren Tucker
2020-06-05spell if_rxr_livelocked properlyDavid Gwynne
2020-06-05add a small manpage for ifiq functions that drivers care about.David Gwynne
2020-06-05HID parser could overflow if a malicious device (potentially USB) providedJonathan Gray
2020-06-04HID parser could overflow if a malicious device (potentially USB) providedTheo de Raadt
2020-06-04Set max atomic size for PowerPC.gkoehler
2020-06-04Reset wrapped flag when clearing or moving lines, GitHub issue 2215.Nicholas Marriott
2020-06-04Search marks outside the visible text are not useful, so there is noNicholas Marriott
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnIngo Schwarze
2020-06-04Recognise Cortex-A78.Mark Kettenis
2020-06-04Some improvements to performance of searching:Nicholas Marriott
2020-06-04minor polishing:Ingo Schwarze
2020-06-04add missing forward declaration of struct procanton
2020-06-04Align tls13_server_select_certificate() withTheo Buehler
2020-06-04Improve client certificate selection for TLSv1.3Theo Buehler
2020-06-04mention that TLS_method(3) also supports TLSv1.3;Ingo Schwarze
2020-06-04syncTheo de Raadt
2020-06-04A } can go on the same line as a command.Nicholas Marriott
2020-06-04Collapse the x509v3 directory into x509.Joel Sing