summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/pkinit/pkinit_srv.c
Commit message (Expand)AuthorAgeFilesLines
* Use constant-time comparisons for checksumsGreg Hudson2013-10-031-3/+3
* Split pkinit_identity_initialize into two phasesNalin Dahyabhai2013-07-171-1/+6
* Remove some apparently-accidental debug whitespaceNalin Dahyabhai2013-05-081-2/+2
* Use macro for IANA assigned PA-AS-CHECKSUM numberZhanna Tsitkov2013-04-181-3/+4
* Allow config of dh_min_bits < 2048Tom Yu2013-04-121-3/+4
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-2/+2
* PKINIT (draft9) null ptr deref [CVE-2012-1016]Nalin Dahyabhai2012-12-141-2/+3
* Use config storage for client identity selectionNalin Dahyabhai2012-10-171-1/+2
* Simplify pkinit_server_verify_padata slightlyGreg Hudson2012-07-051-7/+2
* Stop using krb5_octet_dataGreg Hudson2011-12-211-25/+38
* ticket: newSam Hartman2011-11-231-33/+1
* Make reindentTom Yu2011-10-171-1/+1
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-151-5/+9
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-061-3/+0
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-061-14/+9
* 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
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-051-13/+9
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-6/+6
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-031-24/+22
* Remove variables set but not usedEzra Peisach2011-09-261-3/+0
* If the client offers the alg agility KDF, use itSam Hartman2011-09-211-7/+91
* Reordered pkinit_server_return_padata(), so that the alg-agilitySam Hartman2011-09-211-8/+20
* Support pkinit: SignedData with no signers (KDC)Sam Hartman2011-09-191-1/+1
* 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
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-48/+60
* Mark up strings for translationGreg Hudson2011-06-101-7/+11
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-10/+1
* Other changes in this ticket guarantee that the padata argument toSam Hartman2010-01-041-1/+1
* Remove an inoperable error check in return_pkinit_kxGreg Hudson2009-12-291-2/+0
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-21/+25
* Anonymous support for KerberosSam Hartman2009-12-281-82/+107
* Mark and reindent the pkinit plugin code, except for the header filesGreg Hudson2009-11-251-754/+757
* make mark-cstyleTom Yu2009-10-311-22/+22
* Minor code cleanups in pkinit plugin, mostly around malloc/freeGreg Hudson2009-08-181-21/+12
* In pkinit_clnt.c, make private functions static. There and inGreg Hudson2009-08-101-46/+0
* Restore limited support for static linkingGreg Hudson2009-06-081-1/+5
* Temporarily disable FAST PKINIT for 1.7 releaseGreg Hudson2009-05-251-0/+23
* Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson2009-03-241-1/+0
* Include k5-int.h in several pkinit source files, in order to defineGreg Hudson2009-02-041-0/+1
* Use macros for config parametersZhanna Tsitkov2009-02-041-11/+11
* Add PKINIT supportKevin Coffman2007-08-011-0/+1399