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