[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-06-14 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r439844394 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseGCMCipher.java ## @@ -0,0 +1,104 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-24 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r429651878 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseGCMCipher.java ## @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-22 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r429383126 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseGCMCipher.java ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-22 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r429330029 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseGCMCipher.java ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-22 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r429326530 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseGCMCipher.java ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-21 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r429037330 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BuiltinCiphers.java ## @@ -46,39 +46,48 @@ * @author

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-21 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r428808221 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseAEADCipher.java ## @@ -0,0 +1,94 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-20 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r428103603 ## File path: sshd-common/src/main/java/org/apache/sshd/common/cipher/BaseGCMCipher.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software

[GitHub] [mina-sshd] lgoldstein commented on a change in pull request #132: [SSHD-506] Add support for RFC 5647

2020-05-18 Thread GitBox
lgoldstein commented on a change in pull request #132: URL: https://github.com/apache/mina-sshd/pull/132#discussion_r426765217 ## File path: sshd-core/src/main/java/org/apache/sshd/common/session/helpers/AbstractSession.java ## @@ -1249,6 +1260,20 @@ protected Buffer