| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Refactor to use oid instead of algorithm_id in KDF interface | Sam Hartman | 2011-09-19 | 3 | -12/+16 |
| * | pkinit_crypto_openssl: fix signed vs unsigned comparison | Sam Hartman | 2011-09-19 | 1 | -0/+1 |
| * | implementation of new function and test program for pkinit agility. | Sam Hartman | 2011-09-19 | 5 | -3/+475 |
| * | In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() to | Sam Hartman | 2011-09-19 | 1 | -4/+4 |
| * | pkinit: client: Use SignedData for anonymous | Sam Hartman | 2011-09-19 | 3 | -207/+234 |
| * | Fix pkinit warnings | Sam Hartman | 2011-09-19 | 3 | -5/+5 |
| * | Support pkinit: SignedData with no signers (KDC) | Sam Hartman | 2011-09-19 | 2 | -187/+209 |
| * | Silence various "may be used uninitialized" warnings from GCC caused | Ken Raeburn | 2011-09-05 | 1 | -1/+1 |
| * | Change output type of pkinit_init_kdc_req_context so as not to require | Ken Raeburn | 2011-09-05 | 1 | -3/+3 |
| * | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 1 | -1/+1 |
| * | make depend | Ezra Peisach | 2011-07-01 | 1 | -20/+26 |
| * | Convert preauth_plugin.h to new plugin framework | Greg Hudson | 2011-06-17 | 3 | -123/+129 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 4 | -18/+24 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -1/+1 |
| * | Make depend | Greg Hudson | 2011-02-25 | 1 | -9/+8 |
| * | When building PKINIT against OpenSSL 1.0 or later, use the CMS APIs for | Greg Hudson | 2011-01-26 | 1 | -46/+93 |
| * | SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others) | Greg Hudson | 2010-11-30 | 1 | -10/+1 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | In the PKINIT OpenSSL crypto code, use a signed int to hold the result | Greg Hudson | 2010-09-15 | 1 | -3/+3 |
| * | In the PKINIT OpenSSL code, ensure that appropriate cerficiate fields | Greg Hudson | 2010-09-15 | 1 | -0/+2 |
| * | Use correct CRL stack macros in pkinit OpenSSL code. Patch from Olaf | Greg Hudson | 2010-09-15 | 1 | -3/+3 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -6/+7 |
| * | X509_verify_cert can return without setting cert_ctx.current_cert. If | Greg Hudson | 2010-09-08 | 1 | -2/+5 |
| * | In PKINIT, notice if DH_compute_key() returns a value less than the | Greg Hudson | 2010-06-14 | 1 | -2/+18 |
| * | Adjust the PKINIT DH debugging code: | Greg Hudson | 2010-06-14 | 1 | -7/+8 |
| * | make depend | Greg Hudson | 2010-06-07 | 1 | -9/+10 |
| * | Other changes in this ticket guarantee that the padata argument to | Sam Hartman | 2010-01-04 | 1 | -1/+1 |
| * | NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9, | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
| * | Remove an inoperable error check in return_pkinit_kx | Greg Hudson | 2009-12-29 | 1 | -2/+0 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 5 | -68/+90 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 6 | -190/+354 |
| * | Mark and reindent the pkinit plugin code, except for the header files | Greg Hudson | 2009-11-25 | 8 | -4813/+4815 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -39/+38 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 7 | -103/+102 |
| * | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 1 | -2/+2 |
| * | In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P... | Zhanna Tsitkov | 2009-10-08 | 1 | -1/+5 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -4/+8 |
| * | Minor code cleanups in pkinit plugin, mostly around malloc/free | Greg Hudson | 2009-08-18 | 7 | -262/+166 |
| * | Check for null characters in pkinit cert fields | Greg Hudson | 2009-08-10 | 1 | -0/+7 |
| * | Narrow the contract of pkinit_client_profile by passing in the realm | Greg Hudson | 2009-08-10 | 1 | -13/+14 |
| * | In pkinit_clnt.c, make private functions static. There and in | Greg Hudson | 2009-08-10 | 2 | -118/+10 |
| * | Convert all uses of strtok() in libraries to strtok_r() for thread | Greg Hudson | 2009-08-10 | 1 | -5/+5 |
| * | Remove pkinit_identity_process_option, which wasn't doing anything | Greg Hudson | 2009-08-10 | 2 | -84/+19 |
| * | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 3 | -3/+11 |
| * | Temporarily disable FAST PKINIT for 1.7 release | Greg Hudson | 2009-05-25 | 2 | -0/+35 |
| * | make depend | Sam Hartman | 2009-03-31 | 1 | -30/+11 |
| * | Revert r21880 which included k5-int.h in several pkinit source files. | Greg Hudson | 2009-03-24 | 4 | -3/+20 |
| * | make depend | Sam Hartman | 2009-03-16 | 1 | -10/+29 |
| * | Include k5-int.h in several pkinit source files, in order to define | Greg Hudson | 2009-02-04 | 3 | -1/+3 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 4 | -28/+28 |