|
|
@@ -3,4 +3,12 @@
|
|
|
This is work in progress and does not yet work...
|
|
|
|
|
|
# References
|
|
|
-* https://www.ietf.org/rfc/rfc4120.txt
|
|
|
+## RFCs
|
|
|
+* RFC 4120 The Kerberos Network Authentication Service (V5)
|
|
|
+[text](https://www.ietf.org/rfc/rfc4120.txt) [html](https://tools.ietf.org/html/rfc4120)
|
|
|
+* RFC 3961 Encryption and Checksum Specifications for Kerberos 5
|
|
|
+[text](https://www.ietf.org/rfc/rfc3961.txt) [html](https://tools.ietf.org/html/rfc3961)
|
|
|
+* RFC 3962 Advanced Encryption Standard (AES) Encryption for Kerberos 5
|
|
|
+[text](https://www.ietf.org/rfc/rfc3962.txt) [html](https://tools.ietf.org/html/rfc3962)
|
|
|
+## Useful Links
|
|
|
+* https://leanpub.com/gocrypto/read#leanpub-auto-aes-cbc
|