- 02bb076 upstream: Initial infrastructure for U2F/FIDO support by djm@openbsd.org · 5 years ago
- 57ecc10 upstream: Protocol documentation for U2F/FIDO keys in OpenSSH by djm@openbsd.org · 5 years ago
- f4fdcd2 Missing unit test files by Damien Miller · 5 years ago
- 1bcd116 Add implementation of localtime_r. by Darren Tucker · 5 years ago
- 2046ed1 upstream: Signal handler cleanup: remove leftover support for by dtucker@openbsd.org · 5 years ago
- 70fc9a6 upstream: fixes from lucas; by jmc@openbsd.org · 5 years ago
- 702368a upstream: Import regenerated moduli file. by dtucker@openbsd.org · 5 years ago
- 5fe81da Fix ifdefs to not mask needed bits. by Darren Tucker · 5 years ago
- 7694e9d Only use RLIMIT_NOFILE if it's defined. by Darren Tucker · 5 years ago
- d561b0b Make sure we have struct statfs before using. by Darren Tucker · 5 years ago
- 2912596 Define UINT32_MAX if needed. by Darren Tucker · 5 years ago
- 7169e31 Move utimensat definition into timespec section. by Darren Tucker · 5 years ago
- 850ec17 Wrap OpenSSL bits in WITH_OPENSSL. by Darren Tucker · 5 years ago
- 6fc7e1c Wrap poll.h includes in HAVE_POLL_H. by Darren Tucker · 5 years ago
- 9239a18 Add a function call stackprotector tests. by Darren Tucker · 5 years ago
- b970539 Import regenerated moduli file. by Darren Tucker · 5 years ago
- 76ed219 upstream: potential NULL dereference for revoked hostkeys; reported by djm@openbsd.org · 5 years ago
- 6500c3b upstream: free buf before return; reported by krishnaiah bommu by djm@openbsd.org · 5 years ago
- d7d116b upstream: memleak in error path; spotted by oss-fuzz, ok markus@ by djm@openbsd.org · 5 years ago
- 9b9e3ca Re-add SA_RESTART to mysignal. by Darren Tucker · 5 years ago
- 0bd312a Fix ifdef typo for declaration of memmem. by Darren Tucker · 5 years ago
- 01ce1cd Update README.md by Abhishek Arya · 5 years ago
- 1ba130a add a fuzzer for private key parsing by Damien Miller · 5 years ago
- cdf1d0a prepare for 8.1 release by Damien Miller · 5 years ago
- 3b4e56d upstream: openssh-8.1 by djm@openbsd.org · 5 years ago
- 29e0ecd upstream: fix an unreachable integer overflow similar to the XMSS by djm@openbsd.org · 5 years ago
- a546b17 upstream: fix integer overflow in XMSS private key parsing. by djm@openbsd.org · 5 years ago
- c2cc254 upstream: Correct type for end-of-list sentinel; fixes initializer by dtucker@openbsd.org · 5 years ago
- e827aed upstream: reversed test yielded incorrect debug message by djm@openbsd.org · 5 years ago
- 8ca491d depend by Damien Miller · 5 years ago
- 86a0323 Make MAKE_CLONE no-op macro more correct. by Darren Tucker · 5 years ago
- cfc1897 wrap stdint.h include in HAVE_STDINT_H by Damien Miller · 5 years ago
- 13b3369 avoid "return (value)" in void-declared function by Damien Miller · 5 years ago
- 0c7f8d2 Make DEF_WEAK more likely to be correct. by Darren Tucker · 5 years ago
- b1e79ea upstream: Instead of running sed over the whole log to remove CRs, by dtucker@openbsd.org · 5 years ago
- 8dc7d6b Enable specific ioctl call for EP11 crypto card (s390) by Eduardo Barretto · 8 years ago
- 07f2c7f upstream: fix memory leak in error path; bz#3074 patch from by djm@openbsd.org · 5 years ago
- b7fbc75 upstream: space by djm@openbsd.org · 5 years ago
- 643ab68 upstream: more sshsig regress tests: check key revocation, the by djm@openbsd.org · 5 years ago
- 714031a upstream: Check for gmtime failure in moduli generation. Based on by dtucker@openbsd.org · 5 years ago
- 6918974 upstream: use a more common options order in SYNOPSIS and sync by jmc@openbsd.org · 5 years ago
- feff96b upstream: thinko in previous; spotted by Mantas by djm@openbsd.org · 5 years ago
- b5a89ee upstream: make signature format match PROTOCO by djm@openbsd.org · 5 years ago
- dc6f81e upstream: ban empty namespace strings for s by djm@openbsd.org · 5 years ago
- fa5bd81 Put ssherr.h back as it's actually needed. by Darren Tucker · 5 years ago
- 3ef92a6 Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child. by Lonnie Abelbeck · 5 years ago
- edd1d3a remove duplicate #includes by Damien Miller · 5 years ago
- 13c508d typo in comment by Damien Miller · 5 years ago
- d0c3ac4 upstream: remove some duplicate #includes by djm@openbsd.org · 5 years ago
- 0846827 upstream: revert unconditional forced login implemented in r1.41 of by djm@openbsd.org · 5 years ago
- 6c91d42 upstream: group and sort single letter options; ok deraadt by jmc@openbsd.org · 5 years ago
- 3b44bf3 upstream: fix the DH-GEX text in -a; because this required a comma, by jmc@openbsd.org · 5 years ago
- 3e53ef2 upstream: identity_file[] should be PATH_MAX, not the arbitrary by deraadt@openbsd.org · 5 years ago
- 90d4b25 upstream: new sentence, new line; by jmc@openbsd.org · 5 years ago
- fbec7db Include stdio.h for snprintf. by Darren Tucker · 5 years ago
- 0a403bf Add SKIP_LTESTS for skipping specific tests. by Darren Tucker · 5 years ago
- 4d59f7a upstream: Test for empty result in expected bits. Remove CRs from log by dtucker@openbsd.org · 5 years ago
- 7c817d1 Re-enable dhgex test. by Darren Tucker · 5 years ago
- c1e0a32 Add more ToS bits, currently only used by netcat. by Darren Tucker · 5 years ago
- 5a273a3 Privsep is now required. by Darren Tucker · 5 years ago
- 8aa2aa3 upstream: Allow testing signature syntax and validity without verifying by djm@openbsd.org · 5 years ago
- 7047d5a upstream: clarify that IdentitiesOnly also applies to the default by djm@openbsd.org · 5 years ago
- b36ee3f upstream: Plug mem leaks on error paths, based in part on github by dtucker@openbsd.org · 5 years ago
- 2aefdf1 upstream: whitespace by djm@openbsd.org · 5 years ago
- fbe24b1 upstream: allow %n to be expanded in ProxyCommand strings by djm@openbsd.org · 5 years ago
- 2ce1d11 upstream: clarify that ConnectTimeout applies both to the TCP by djm@openbsd.org · 5 years ago
- df78011 upstream: Fix potential truncation warning. ok deraadt. by dtucker@openbsd.org · 5 years ago
- ec0e624 memleak of buffer in sshpam_query by Damien Miller · 5 years ago
- c17e463 explicitly test set[ug]id() return values by Damien Miller · 5 years ago
- 91a2135 upstream: Allow prepending a list of algorithms to the default set by naddy@openbsd.org · 5 years ago
- c8bdd2d upstream: key conversion should fail for !openssl builds, not fall by djm@openbsd.org · 5 years ago
- 823f6c3 upstream: typo in previous by djm@openbsd.org · 5 years ago
- 6a710d3 needs time.h for --without-openssl by Damien Miller · 5 years ago
- f61f29a make unittests pass for no-openssl case by Damien Miller · 5 years ago
- 105e1c9 upstream: avoid compiling certain files that deeply depend on by djm@openbsd.org · 5 years ago
- 670104b upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@ by djm@openbsd.org · 5 years ago
- be02d7c upstream: lots of things were relying on libcrypto headers to by djm@openbsd.org · 5 years ago
- d05aaaa upstream: remove leakmalloc reference; we used this early when by djm@openbsd.org · 5 years ago
- 1268f0b upstream: Check for RSA support before using it for the user key, by dtucker@openbsd.org · 5 years ago
- fd7a2de Provide explicit path to configure-check. by Darren Tucker · 5 years ago
- 00865c2 upstream: better error code for bad arguments; inspired by by djm@openbsd.org · 5 years ago
- afdf27f revert config.h/config.h.in freshness checks by Damien Miller · 5 years ago
- a97609e extend autoconf freshness test by Damien Miller · 5 years ago
- 182297c check that configure/config.h is up to date by Damien Miller · 5 years ago
- 7d6034b upstream: if a PKCS#11 token returns no keys then try to login and by djm@openbsd.org · 5 years ago
- 76f09bd upstream: sprinkle in some explicit errors here, otherwise the by djm@openbsd.org · 5 years ago
- 0ea3324 upstream: only send ext_info for KEX_INITIAL; bz#2929 ok dtucker by djm@openbsd.org · 5 years ago
- f23d91f upstream: macro fix; ok djm by jmc@openbsd.org · 5 years ago
- 8b57337 update fuzzing makefile to more recent clang by Damien Miller · 5 years ago
- ae631ad fuzzer for sshsig allowed_signers option parsing by Damien Miller · 5 years ago
- 69159af upstream: memleak on error path; found by libfuzzer by djm@openbsd.org · 5 years ago
- bab6feb upstream: expose allowed_signers options parsing code in header for by djm@openbsd.org · 5 years ago
- 4f9d75f upstream: Call comma-separated lists as such to clarify semantics. by naddy@openbsd.org · 5 years ago
- db1e6f6 upstream: tweak previous; by jmc@openbsd.org · 5 years ago
- 0f44e59 upstream: repair typo and editing mishap by naddy@openbsd.org · 5 years ago
- f4846df Fuzzer harness for sshsig by Damien Miller · 5 years ago
- b08a6bc oops; missed including the actual file by Damien Miller · 5 years ago
- 1a72c0d portability fixes for sshsig by Damien Miller · 5 years ago
- 6d6427d upstream: regress test for sshsig; feedback and ok markus@ by djm@openbsd.org · 5 years ago
- 59650f0 upstream: only add plain keys to prevent any certs laying around by djm@openbsd.org · 5 years ago