Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support connectionless signing and sealing. | Simo Sorce | 2013-10-18 | 1 | -0/+14 |
| | | | | | In connectionless mode (GSS_C_DATAGRAM_FLAG on) sealing keys ust be rotated for each message. | ||||
* | Add integrity and confidentiality functions | Simo Sorce | 2013-08-19 | 1 | -0/+54 |
| | |||||
* | Basic implementation of accept_sec_context | Simo Sorce | 2013-08-18 | 1 | -4/+28 |
| | | | | For now works only for satndalone server with access to a password file. | ||||
* | Fix message type check | Simo Sorce | 2013-07-28 | 1 | -0/+4 |
| | |||||
* | Add NTLM Crypto support functions for NTLMv1 | Simo Sorce | 2013-07-18 | 1 | -1/+77 |
| | |||||
* | Implement credential handling | Simo Sorce | 2013-07-18 | 1 | -0/+1 |
| | |||||
* | NTLM Crypto functions | Simo Sorce | 2013-07-18 | 1 | -27/+139 |
| | | | | Adds crypto function helpers needed by NTLM authentication | ||||
* | Initial NTLM message parsing library | Simo Sorce | 2013-07-16 | 1 | -0/+334 |
Implements functions to encode/decode NTLMSSP packets |