aboutsummaryrefslogtreecommitdiff
path: root/src/tests/asn.1
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-4/+0
2013-03-29Fix typo in ktest_make_sample_auth_packGreg Hudson1-1/+1
2013-03-24make dependGreg Hudson1-23/+17
2013-01-10make dependGreg Hudson1-1/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-11/+11
2012-09-06Add asn1c test vectors for alg-agility typesGreg Hudson4-2/+404
2012-08-23Add ASN.1 support for OTPGreg Hudson13-26/+1834
2012-07-03Remove unused variableBen Kaduk1-2/+0
2012-06-25Restore some spaces in trvalTom Yu4-790/+790
2012-06-22Eliminate trailing whitespace in trval outputGreg Hudson5-1254/+1259
2012-03-08Properly decode etype-info2 with no saltGreg Hudson1-0/+40
2012-03-08Simplify some ASN.1 array encoder testsGreg Hudson3-67/+19
2012-03-08Remove unused arg from encode_run in ASN.1 testsGreg Hudson1-93/+91
2012-03-02Add test cases for Windows RODC kvno compatibilityTom Yu4-0/+26
2012-02-12Convert utility functions to new decoderGreg Hudson1-4/+14
2012-02-11Data-driven ASN.1 decoderGreg Hudson2-4/+2
2012-02-11Minimize draft9 PKINIT code by removing dead codeGreg Hudson6-139/+1
2012-02-11Add ASN.1 decoder test for krb5_pa_pac_reqGreg Hudson1-0/+30
2012-02-07Fix uninitialized variable warning in trval.cGreg Hudson1-1/+1
2012-01-13Add PKINIT decoder testsGreg Hudson4-0/+475
2012-01-10Fix an allocation size bug in ASN.1 testsGreg Hudson1-6/+3
2012-01-08Remove unneeded kdcRealm field in PKINIT structureGreg Hudson1-2/+0
2012-01-08Fix PKINIT serverDHNonce encodingGreg Hudson2-3/+2
2012-01-07Remove some unneeded accessor fieldsGreg Hudson1-2/+2
2012-01-07Remove some unused structures and encodersGreg Hudson9-260/+0
2012-01-07Remove SAM encoders and structuresGreg Hudson9-330/+0
2012-01-06Add missing test cases for ASN.1 typesGreg Hudson9-3/+441
2012-01-06Add test cases for PKINIT ASN.1 encodersGreg Hudson7-15/+748
2012-01-06Simplify and reformat ASN.1 test codeGreg Hudson9-1754/+1191
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson12-3/+252
2011-02-25Make dependGreg Hudson1-23/+23
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2010-09-08Make dependGreg Hudson1-18/+18
2010-06-07make dependGreg Hudson1-29/+35
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson9-0/+143
2010-01-10(memory leak)Ezra Peisach1-2/+0
2009-11-30Mark and reindent tests, with some exclusionsTom Yu9-1507/+1515
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-59/+57
2009-11-14Constrained delegation without PAC supportGreg Hudson9-0/+220
2009-10-31make mark-cstyleTom Yu7-199/+198
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-27/+28
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson9-2/+94
2009-09-16Remove krb5_decode_leak test program on "make clean"Greg Hudson1-1/+1
2009-09-13Implement s4u extensionsGreg Hudson9-2/+93
2009-04-07CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu1-0/+16
2009-02-13In krb5_decode_leak.c, work around the oddity thatGreg Hudson1-2/+16
2009-02-11Add a new test harness to facilitate memory leak detection in theGreg Hudson3-3/+678
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-5/+5
2009-01-16include dependencies for decoder testKen Raeburn2-1/+13
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-52/+50