Simon Tatham a5bcf3d384 Pad RSA signature blobs if they're made with SHA-2. il y a 4 mois
..
CMakeLists.txt c193fe9848 Switch to RFC 6979 for DSA nonce generation. il y a 7 mois
aes-common.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aes-neon.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aes-ni.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aes-select.c 58fc33a155 Add missing flags to AES selector vtables. il y a 11 mois
aes-sw.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aes.h c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aesgcm-clmul.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aesgcm-common.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aesgcm-footer.h 06d7c3916a Fix typo in comment. il y a 1 an
aesgcm-neon.c 2222cd104d AES-GCM NEON: cope with missing vaddq_p128. il y a 2 ans
aesgcm-ref-poly.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aesgcm-select.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aesgcm-sw.c c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
aesgcm.h c1a2114b28 Implement AES-GCM using the @openssh.com protocol IDs. il y a 2 ans
arcfour.c 840043f06e Add 'next_message' methods to cipher and MAC vtables. il y a 2 ans
argon2.c 4ecb40a60d Fix a batch of typos in comments and docs. il y a 2 ans
bcrypt.c 9a84a89c32 Add a batch of missing 'static's. il y a 2 ans
blake2.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
blowfish.c 840043f06e Add 'next_message' methods to cipher and MAC vtables. il y a 2 ans
blowfish.h 5935c68288 Update source file names in comments and docs. il y a 2 ans
chacha20-poly1305.c 25ef6a233a Remove a stray FIXME, added in 840043f06e. il y a 2 ans
crc32.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
des.c 840043f06e Add 'next_message' methods to cipher and MAC vtables. il y a 2 ans
diffie-hellman.c 258a36be31 Change priority of new Diffie-Hellman groups. il y a 2 ans
dsa.c c193fe9848 Switch to RFC 6979 for DSA nonce generation. il y a 7 mois
ecc-arithmetic.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
ecc-ssh.c f0f058ccb4 Merge 0.81 branch. il y a 6 mois
ecc.h 42120dd1c5 testcrypt: adjust some function parameter names. il y a 3 ans
hash_simple.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
hmac.c dea3ddca05 Add an extra HMAC constructor function. il y a 7 mois
mac.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
mac_simple.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
md5.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
mpint.c d5af33da53 Utility function mp_resize. il y a 2 ans
mpint_i.h 5935c68288 Update source file names in comments and docs. il y a 2 ans
ntru.c 8cf372d4a2 NTRU: remove a pointless failure check. il y a 1 an
ntru.h faf1601a55 Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex. il y a 2 ans
openssh-certs.c 68db3d195d Use correct date in cert check error. il y a 2 ans
prng.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
pubkey-pem.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
pubkey-ppk.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
pubkey-ssh1.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
rfc6979.c c193fe9848 Switch to RFC 6979 for DSA nonce generation. il y a 7 mois
rsa.c a5bcf3d384 Pad RSA signature blobs if they're made with SHA-2. il y a 4 mois
sha1-common.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha1-neon.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha1-ni.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha1-select.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha1-sw.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha1.h fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha256-common.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha256-neon.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha256-ni.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha256-select.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha256-sw.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha256.h fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha3.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans
sha512-common.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha512-neon.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha512-select.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha512-sw.c fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
sha512.h fca13a17b1 Break up crypto modules containing HW acceleration. il y a 3 ans
xdmauth.c 5b30e6f7a6 Move crypto into its own subdirectory. il y a 3 ans