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