summaryrefslogtreecommitdiffstats
path: root/src/ntlm_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix length check of nt_responsefix32bitSimo Sorce2015-03-191-3/+1
* Formal adjustment of ntlmv1_signSimo Sorce2014-08-071-2/+2
* Add helper to compute extended security challengeSimo Sorce2014-08-071-14/+24
* Add functions to verify NTLMv1 responsesSimo Sorce2014-08-071-0/+42
* Let caller decide whether to (un)seal or notSimo Sorce2014-08-071-8/+0
* Fix order of signature vs payloadSimo Sorce2014-08-071-5/+1
* Internalize extended security and datagram statusSimo Sorce2014-08-061-65/+130
* Introduce ntlm_signseal_stateSimo Sorce2014-08-061-53/+70
* Use a macro to define the ntlm signature sizeSimo Sorce2014-08-061-10/+14
* Fix sealing key regen with shorter keysSimo Sorce2014-08-061-2/+2
* Fix unsealing without extended session securitySimo Sorce2014-08-061-7/+8
* Add function to verify Channel Binding TokenSimo Sorce2014-05-041-0/+17
* Add function to calculate channel bindings hashSimo Sorce2014-05-041-0/+27
* Return target_info from ntlm_decode_auth_msgSimo Sorce2014-05-041-29/+0
* Add function to verify MICsSimo Sorce2014-05-041-0/+38
* Add function to calculate MICSimo Sorce2014-05-041-0/+25
* Remove unnecessary assignmentsSimo Sorce2014-05-041-4/+3
* Remove redundant definitionSimo Sorce2014-05-041-17/+4
* Add support for NTLMv1 Signing and SealingSimo Sorce2013-10-231-18/+69
* Support connectionless signing and sealing.Simo Sorce2013-10-181-0/+29
* Fix generation of signing keys and add testsSimo Sorce2013-10-181-1/+1
* Fix handling of NULL domainSimo Sorce2013-10-171-10/+5
* Add integrity and confidentiality functionsSimo Sorce2013-08-191-0/+125
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-11/+73
* Add NTLM Crypto support functions for NTLMv1Simo Sorce2013-07-181-1/+151
* Implement credential handlingSimo Sorce2013-07-181-1/+1
* NTLM Crypto functionsSimo Sorce2013-07-181-0/+409