Jonathan Turner 9 лет назад
Родитель
Сommit
f9739b826d
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -1,9 +1,16 @@
 # gokrb5
 
-This is work in progress and does not yet work...
+This is work in progress and does not yet fully work...
 
 [![GoDoc](https://godoc.org/github.com/jcmturner/gokrb5?status.svg)](https://godoc.org/github.com/jcmturner/gokrb5)
 
+## Implemented Encryption & Checksum Types
+The currently implemented encrytion types are:
+| Implementation | Encryption ID | Checksum ID |
+|-------|-------------|------------|
+| aes128-cts-hmac-sha1-96 | 17 | 15 |
+| aes256-cts-hmac-sha1-96 | 18 | 16 |
+
 ## Usage
 ### Configuration
 The gokrb5 libraries use the same krb5.conf configuration file format as MIT Kerberos, described [here](https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html).