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