summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/pkinit
Commit message (Expand)AuthorAgeFilesLines
* Simplify pkinit_server_verify_padata slightlyGreg Hudson2012-07-051-7/+2
* Simplify and fix pkinit_as_req_create cleanupGreg Hudson2012-07-051-11/+5
* Fix minor memory leaks in PKINIT codeGreg Hudson2012-07-051-0/+2
* Fix PKINIT verify_kdc_eku trace loggingGreg Hudson2012-07-051-1/+1
* Clean up const usage for supported_kdf_alg_idsBen Kaduk2012-07-032-2/+2
* Handle PKINIT DH replies with no certsGreg Hudson2012-06-221-1/+8
* First pass at PKINIT client trace logsGreg Hudson2012-05-084-25/+156
* Improve traced error messages from PKINIT clientGreg Hudson2012-05-082-2/+9
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-118-156/+9
* Make dh_key_info encoder and decoder symmetricGreg Hudson2012-01-092-56/+7
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-081-3/+0
* Remove some unneeded accessor fieldsGreg Hudson2012-01-072-13/+0
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-214-17/+0
* Stop using krb5_octet_dataGreg Hudson2011-12-219-130/+157
* ticket: newSam Hartman2011-11-232-38/+2
* Clean up client-side preauth error data handlingGreg Hudson2011-11-211-61/+52
* Fix warnings and version check for NSS pkinitGreg Hudson2011-11-071-3/+3
* Get rid of fake-installGreg Hudson2011-11-041-1/+1
* Make reindentTom Yu2011-10-174-329/+338
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-151-8/+6
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-151-5/+9
* Add PKINIT NSS supportGreg Hudson2011-10-135-5/+5323
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-063-13/+5
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-062-36/+17
* From: Sam Hartman <hartmans@debian.org>Sam Hartman2011-10-051-0/+2
* Add tests to pkinit_kdf_test to test SHA-256/AES and SHA-512/DES3Sam Hartman2011-10-051-14/+113
* Make alg agility KDF work properly when the hash length differs from the key ...Sam Hartman2011-10-051-4/+10
* Clean up unused constantsSam Hartman2011-10-051-3/+0
* Make pkinit fall back to octetstring2key() if there are not matching KDFsSam Hartman2011-10-051-7/+5
* Treat the client's list of supported KDFs as an unordered listSam Hartman2011-10-051-4/+5
* Make KDF work when length of random data differs from length of hashSam Hartman2011-10-051-16/+9
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-053-25/+21
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-045-97/+38
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-031-24/+22
* Update dependenciesEzra Peisach2011-09-261-5/+25
* Move static function prototypes from header to individual file so headerEzra Peisach2011-09-262-132/+133
* Remove variables set but not usedEzra Peisach2011-09-263-7/+2
* Remove the correct execuatble and object file on make cleanEzra Peisach2011-09-261-1/+1
* fix pkinit warningsSam Hartman2011-09-212-7/+7
* Fix typo in pkinit_kdf_test error messageSam Hartman2011-09-211-1/+1
* Add newlines to end of status messagesSam Hartman2011-09-211-2/+2
* If the client offers the alg agility KDF, use itSam Hartman2011-09-215-15/+152
* Reordered pkinit_server_return_padata(), so that the alg-agilitySam Hartman2011-09-211-8/+20
* Fix Openssl 1.0 function capitalization in pkinitSam Hartman2011-09-201-2/+2
* Make pkinit_kdf_test.c compileGreg Hudson2011-09-191-1/+1
* Formatting fixesGreg Hudson2011-09-197-44/+37
* reindentSam Hartman2011-09-193-71/+71
* Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman2011-09-193-47/+28
* Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman2011-09-191-1/+3
* * Extend auth_packSam Hartman2011-09-191-0/+9