summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-153-51/+13
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-153-17/+30
* 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-065-107/+50
* Remove edata code in sample preauth pluginsGreg Hudson2011-10-052-44/+3
* 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-057-123/+60
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-0411-105/+54
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-034-63/+76
* 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
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-458/+0
* 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
* Refactor to use oid instead of algorithm_id in KDF interfaceSam Hartman2011-09-193-12/+16
* pkinit_crypto_openssl: fix signed vs unsigned comparisonSam Hartman2011-09-191-0/+1
* implementation of new function and test program for pkinit agility.Sam Hartman2011-09-195-3/+475
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-191-4/+4
* pkinit: client: Use SignedData for anonymousSam Hartman2011-09-193-207/+234
* Fix pkinit warningsSam Hartman2011-09-193-5/+5
* Support pkinit: SignedData with no signers (KDC)Sam Hartman2011-09-192-187/+209
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn2011-09-056-9/+11
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Change output type of pkinit_init_kdc_req_context so as not to requireKen Raeburn2011-09-051-3/+3
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-045-59/+61
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-043-12/+0
* Clean up some ldap #define'sZhanna Tsitkov2011-08-105-11/+7
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-3/+0
* make dependEzra Peisach2011-07-011-20/+26
* Get static linking working again, mostlyGreg Hudson2011-06-282-4/+2