index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test for compiler feature needed for ML-KEM
Damien Miller
2024-09-09
5
-1
/
+25
*
upstream: test mlkem768x25519-sha256
djm@openbsd.org
2024-09-09
2
-2
/
+5
*
upstream: pull post-quantum ML-KEM/x25519 key exchange out from
djm@openbsd.org
2024-09-09
10
-40
/
+9
*
upstream: make parsing user@host consistently look for the last '@' in
djm@openbsd.org
2024-09-06
2
-6
/
+6
*
upstream: be more strict in parsing key type names. Only allow
djm@openbsd.org
2024-09-04
4
-13
/
+28
*
upstream: fix RCSID in output
djm@openbsd.org
2024-09-04
1
-2
/
+2
*
upstream: envrionment -> environment;
jmc@openbsd.org
2024-09-04
1
-2
/
+2
*
add basic fuzzers for our import of sntrup761
Damien Miller
2024-09-04
6
-16
/
+265
*
upstream: regression test for Include variable expansion
djm@openbsd.org
2024-09-03
1
-2
/
+24
*
upstream: allow the "Include" directive to expand the same set of
djm@openbsd.org
2024-09-03
2
-47
/
+95
*
upstream: missing ifdef
djm@openbsd.org
2024-09-02
1
-2
/
+4
*
upstream: Add experimental support for hybrid post-quantum key exchange
djm@openbsd.org
2024-09-02
16
-12
/
+12812
*
Don't skip audit before exitting cleanup_exit
Antonio Larrosa
2024-08-28
1
-3
/
+3
*
upstream: fix test: -F is the argument to specify a non-default
djm@openbsd.org
2024-08-28
1
-3
/
+3
*
upstream: As defined in the RFC, the SSH protocol has negotiable
deraadt@openbsd.org
2024-08-27
5
-15
/
+10
*
upstream: sntrup761x25519-sha512 now has an IANA codepoint assigned, so
djm@openbsd.org
2024-08-23
5
-10
/
+16
*
Move rekey test into valgrind-2.
Darren Tucker
2024-08-22
2
-7
/
+2
*
upstream: Use aes128-ctr for MAC tests since default has implicit MAC.
dtucker@openbsd.org
2024-08-22
1
-8
/
+19
*
fix incorrect default for PasswordAuthentication
Damien Miller
2024-08-22
1
-1
/
+1
*
upstream: Some awks won't match on the \r so delete it instead. Fixes
dtucker@openbsd.org
2024-08-21
1
-3
/
+3
*
upstream: Import regenerated moduli.
dtucker@openbsd.org
2024-08-21
1
-468
/
+411
*
upstream: Use curve25519-sha256 kex where possible.
dtucker@openbsd.org
2024-08-21
1
-2
/
+13
*
upstream: Send only as much data as needed to trigger rekeying. Speeds
dtucker@openbsd.org
2024-08-21
1
-14
/
+23
*
simplify sshkey_prekey_alloc(); always use mmap
Damien Miller
2024-08-21
1
-17
/
+10
*
upstream: Merge AEAD test into main test loop.
dtucker@openbsd.org
2024-08-20
1
-12
/
+10
*
upstream: Set a default RekeyLimit of 256k.
dtucker@openbsd.org
2024-08-20
1
-3
/
+4
*
upstream: Add Compression=no to default ssh_config.
dtucker@openbsd.org
2024-08-20
1
-7
/
+9
*
upstream: Remove duplicate curve25519-sha256 kex.
dtucker@openbsd.org
2024-08-20
1
-4
/
+10
*
upstream: Unnest rekey param parsing test and use ssh not sshd.
dtucker@openbsd.org
2024-08-20
1
-12
/
+12
*
upstream: actually use the length parameter that was passed in rather
djm@openbsd.org
2024-08-20
1
-4
/
+4
*
private key coredump protection for Linux/FreeBSD
Damien Miller
2024-08-20
1
-0
/
+18
*
upstream: place shielded keys (i.e. keys at rest in RAM) into memory
djm@openbsd.org
2024-08-20
1
-6
/
+26
*
upstream: mention that ed25519 is the default key type generated and
djm@openbsd.org
2024-08-17
1
-4
/
+4
*
upstream: fix minor memory leak in Subsystem option parsing; from
djm@openbsd.org
2024-08-17
1
-1
/
+2
*
upstream: fix swapping of source and destination addresses in some sshd
djm@openbsd.org
2024-08-17
1
-2
/
+2
*
Add compat functions for EVP_Digest{Sign,Verify}.
Darren Tucker
2024-08-17
4
-0
/
+40
*
make sure that usage & man page match
Philip Hands
2024-08-17
2
-8
/
+11
*
update copyright notices
Philip Hands
2024-08-17
2
-2
/
+2
*
restore optionality of -i's argument
Philip Hands
2024-08-17
2
-2
/
+18
*
avoid exploring .ssh/id*.pub subdirectories
Philip Hands
2024-08-17
1
-1
/
+1
*
ensure that we're always told the source of keys
Philip Hands
2024-08-17
1
-1
/
+2
*
add $HOME to ERROR if one cannot write to ~/.ssh
Philip Hands
2024-08-17
1
-1
/
+1
*
assert that SCRATCH_DIR is a writable directory
Philip Hands
2024-08-17
1
-0
/
+11
*
quote to avoid potential for word splitting
Philip Hands
2024-08-17
1
-6
/
+6
*
ensure ERROR output goes to STDERR
Philip Hands
2024-08-17
1
-4
/
+4
*
avoid extra space when no arg given to -i option
Philip Hands
2024-08-17
1
-1
/
+1
*
put the -i before -[pP] (matching man pages)
Philip Hands
2024-08-17
1
-1
/
+1
*
Minor space issue fixed
Shreyas Mahangade
2024-08-17
1
-1
/
+1
*
Show identity file in 'ssh' command
Shreyas Mahangade
2024-08-17
1
-1
/
+1
*
more OPENSSL_HAS_ECC
Damien Miller
2024-08-16
1
-0
/
+6
[prev]
[next]