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