summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth
Commit message (Expand)AuthorAgeFilesLines
...
* 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-045-97/+38
* 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
* 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-043-57/+59
* make dependEzra Peisach2011-07-011-20/+26
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-1711-328/+389
* Mark up strings for translationGreg Hudson2011-06-104-18/+24
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-095-17/+15
* Make dependGreg Hudson2011-02-252-13/+11
* When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs forGreg Hudson2011-01-261-46/+93
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-10/+1
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-285-5/+5
* WhitespaceGreg Hudson2010-10-243-68/+57
* SecurID build supportSam Hartman2010-10-192-2/+19
* securID error handling fixSam Hartman2010-10-192-29/+29