Simon Tatham 8fb45f4617 kex-hybrid: fix a small memory leak on failure. 2 týždňov pred
..
CMakeLists.txt 98200d1bfe Arm: turn on PSTATE.DIT if available and needed. 2 mesiacov pred
aes-common.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aes-neon.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aes-ni.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aes-select.c 58fc33a155 Add missing flags to AES selector vtables. 1 rok pred
aes-sw.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aes.h c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aesgcm-clmul.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aesgcm-common.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aesgcm-footer.h 06d7c3916a Fix typo in comment. 1 rok pred
aesgcm-neon.c 2222cd104d AES-GCM NEON: cope with missing vaddq_p128. 2 rokov pred
aesgcm-ref-poly.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aesgcm-select.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aesgcm-sw.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
aesgcm.h c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. 2 rokov pred
arcfour.c 840043f06e Add 'next_message' methods to cipher and MAC vtables. 2 rokov pred
argon2.c 4ecb40a60d Fix a batch of typos in comments and docs. 3 rokov pred
bcrypt.c 9a84a89c32 Add a batch of missing 'static's. 2 rokov pred
blake2.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
blowfish.c 840043f06e Add 'next_message' methods to cipher and MAC vtables. 2 rokov pred
blowfish.h 5935c68288 Update source file names in comments and docs. 3 rokov pred
chacha20-poly1305.c 25ef6a233a Remove a stray FIXME, added in 840043f06e. 2 rokov pred
crc32.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
des.c 840043f06e Add 'next_message' methods to cipher and MAC vtables. 2 rokov pred
diffie-hellman.c 258a36be31 Change priority of new Diffie-Hellman groups. 2 rokov pred
dsa.c c193fe9848 Switch to RFC 6979 for DSA nonce generation. 10 mesiacov pred
ecc-arithmetic.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
ecc-ssh.c a3f22a2cf9 Use the new 'HYBRID' names for the hybrid KEX packets. 2 mesiacov pred
ecc.h 42120dd1c5 testcrypt: adjust some function parameter names. 3 rokov pred
enable_dit.c 98200d1bfe Arm: turn on PSTATE.DIT if available and needed. 2 mesiacov pred
hash_simple.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
hmac.c dea3ddca05 Add an extra HMAC constructor function. 10 mesiacov pred
kex-hybrid.c 8fb45f4617 kex-hybrid: fix a small memory leak on failure. 2 týždňov pred
mac.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
mac_simple.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
md5.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
mlkem.c e98615f0ba New post-quantum kex: ML-KEM, and three hybrids of it. 2 mesiacov pred
mlkem.h e98615f0ba New post-quantum kex: ML-KEM, and three hybrids of it. 2 mesiacov pred
mpint.c d5af33da53 Utility function mp_resize. 2 rokov pred
mpint_i.h 5935c68288 Update source file names in comments and docs. 3 rokov pred
ntru.c f08da2b638 Separate NTRU Prime from the hybridisation layer. 2 mesiacov pred
ntru.h faf1601a55 Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex. 2 rokov pred
openssh-certs.c 68db3d195d Use correct date in cert check error. 2 rokov pred
prng.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
pubkey-pem.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
pubkey-ppk.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
pubkey-ssh1.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred
rfc6979.c c193fe9848 Switch to RFC 6979 for DSA nonce generation. 10 mesiacov pred
rsa.c a5bcf3d384 Pad RSA signature blobs if they're made with SHA-2. 7 mesiacov pred
sha1-common.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha1-neon.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha1-ni.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha1-select.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha1-sw.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha1.h fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha256-common.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha256-neon.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha256-ni.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha256-select.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha256-sw.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha256.h fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha3.c 16629d3bbc Add more variants of SHAKE. 2 mesiacov pred
sha512-common.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha512-neon.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha512-select.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha512-sw.c fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
sha512.h fca13a17b1 Break up crypto modules containing HW acceleration. 3 rokov pred
smallmoduli.h fcdc804b4f Move some NTRU helper routines into a header file. 2 mesiacov pred
xdmauth.c 5b30e6f7a6 Move crypto into its own subdirectory. 3 rokov pred