aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Allow config of dh_min_bits < 2048Tom Yu2-3/+5
2013-06-04Ignore missing Q in dh_paramsTom Yu1-4/+4
2013-02-22Fix various result checksNickolai Zeldovich1-1/+1
2013-02-22PKINIT null pointer deref [CVE-2013-1415]Xi Wang1-2/+1
2013-01-11Handle PKINIT DH replies with no certsGreg Hudson1-1/+8
2013-01-02PKINIT (draft9) null ptr deref [CVE-2012-1016]Nalin Dahyabhai1-3/+4
2012-01-09Pull up r25621 from trunkTom Yu1-4/+9
2011-12-05pull up r25486 from trunkTom Yu2-38/+2
2011-12-05pull up r25483 and r25484 from trunkTom Yu1-61/+52
2011-12-05pull up r25473 from trunkTom Yu1-12/+1
2011-11-07pull up r25445 from trunkTom Yu1-3/+3
2011-10-17Make reindentTom Yu4-329/+338
2011-10-15Hide gak_fct interface and arguments in clpreauthGreg Hudson3-51/+13
2011-10-15Make kdcpreauth edata method respond via callbackGreg Hudson3-17/+30
2011-10-13Add PKINIT NSS supportGreg Hudson5-5/+5323
2011-10-06Ditch fast_factor.h since it contains only stubsGreg Hudson3-13/+5
2011-10-06Use type-safe callbacks in preauth interfaceGreg Hudson5-107/+50
2011-10-05Remove edata code in sample preauth pluginsGreg Hudson2-44/+3
2011-10-05From: Sam Hartman <hartmans@debian.org>Sam Hartman1-0/+2
2011-10-05Add tests to pkinit_kdf_test to test SHA-256/AES and SHA-512/DES3Sam Hartman1-14/+113
2011-10-05Make alg agility KDF work properly when the hash length differs from the key ...Sam Hartman1-4/+10
2011-10-05Clean up unused constantsSam Hartman1-3/+0
2011-10-05Make pkinit fall back to octetstring2key() if there are not matching KDFsSam Hartman1-7/+5
2011-10-05Treat the client's list of supported KDFs as an unordered listSam Hartman1-4/+5
2011-10-05Make KDF work when length of random data differs from length of hashSam Hartman1-16/+9
2011-10-05Use an opaque handle in the kdcpreauth callbackGreg Hudson7-123/+60
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson5-97/+38
2011-10-03Make kdcpreauth verify respond via callbackGreg Hudson4-63/+76
2011-09-26Update dependenciesEzra Peisach1-5/+25
2011-09-26Move static function prototypes from header to individual file so headerEzra Peisach2-132/+133
2011-09-26Remove variables set but not usedEzra Peisach3-7/+2
2011-09-26Remove the correct execuatble and object file on make cleanEzra Peisach1-1/+1
2011-09-23Recast encrypted challenge as linked built-insGreg Hudson4-458/+0
2011-09-21fix pkinit warningsSam Hartman2-7/+7
2011-09-21Fix typo in pkinit_kdf_test error messageSam Hartman1-1/+1
2011-09-21Add newlines to end of status messagesSam Hartman1-2/+2
2011-09-21If the client offers the alg agility KDF, use itSam Hartman5-15/+152
2011-09-21Reordered pkinit_server_return_padata(), so that the alg-agilitySam Hartman1-8/+20
2011-09-20Fix Openssl 1.0 function capitalization in pkinitSam Hartman1-2/+2
2011-09-19Make pkinit_kdf_test.c compileGreg Hudson1-1/+1
2011-09-19Formatting fixesGreg Hudson7-44/+37
2011-09-19reindentSam Hartman3-71/+71
2011-09-19Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman3-47/+28
2011-09-19Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman1-1/+3
2011-09-19* Extend auth_packSam Hartman1-0/+9
2011-09-19Refactor to use oid instead of algorithm_id in KDF interfaceSam Hartman3-12/+16
2011-09-19pkinit_crypto_openssl: fix signed vs unsigned comparisonSam Hartman1-0/+1
2011-09-19 implementation of new function and test program for pkinit agility.Sam Hartman5-3/+475
2011-09-19In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman1-4/+4
2011-09-19pkinit: client: Use SignedData for anonymousSam Hartman3-207/+234