summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* securID code fixesSam Hartman2010-10-193-18/+35
* Add additional NRL copyrightSam Hartman2010-10-051-0/+13
* Copyright statements, whitespace, and other code formattingGreg Hudson2010-10-023-666/+772
* Add empty src/plugins/preauth/securid_sam2/deps to allow build to work againTom Yu2010-10-011-0/+0
* Initial securid2 support.Sam Hartman2010-10-015-0/+1005
* In the PKINIT OpenSSL crypto code, use a signed int to hold the resultGreg Hudson2010-09-151-3/+3
* In the PKINIT OpenSSL code, ensure that appropriate cerficiate fieldsGreg Hudson2010-09-151-0/+2
* Use correct CRL stack macros in pkinit OpenSSL code. Patch from OlafGreg Hudson2010-09-151-3/+3
* Make dependGreg Hudson2010-09-082-8/+10
* X509_verify_cert can return without setting cert_ctx.current_cert. IfGreg Hudson2010-09-081-2/+5
* In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson2010-06-141-2/+18
* Adjust the PKINIT DH debugging code:Greg Hudson2010-06-141-7/+8
* make dependGreg Hudson2010-06-072-13/+14
* Straighten the if-ladder in encrypted challenge's process_preauth,Greg Hudson2010-03-251-7/+6
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Update export list for 2007 plugin interface changeKen Raeburn2010-02-201-2/+2
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11