summaryrefslogtreecommitdiffstats
path: root/src/tests/asn.1
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-4/+0
* Fix typo in ktest_make_sample_auth_packGreg Hudson2013-03-291-1/+1
* make dependGreg Hudson2013-03-241-23/+17
* make dependGreg Hudson2013-01-101-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-11/+11
* Add asn1c test vectors for alg-agility typesGreg Hudson2012-09-064-2/+404
* Add ASN.1 support for OTPGreg Hudson2012-08-2313-26/+1834
* Remove unused variableBen Kaduk2012-07-031-2/+0
* Restore some spaces in trvalTom Yu2012-06-254-790/+790
* Eliminate trailing whitespace in trval outputGreg Hudson2012-06-225-1254/+1259
* Properly decode etype-info2 with no saltGreg Hudson2012-03-081-0/+40
* Simplify some ASN.1 array encoder testsGreg Hudson2012-03-083-67/+19
* Remove unused arg from encode_run in ASN.1 testsGreg Hudson2012-03-081-93/+91
* Add test cases for Windows RODC kvno compatibilityTom Yu2012-03-024-0/+26
* Convert utility functions to new decoderGreg Hudson2012-02-121-4/+14
* Data-driven ASN.1 decoderGreg Hudson2012-02-112-4/+2
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-116-139/+1
* Add ASN.1 decoder test for krb5_pa_pac_reqGreg Hudson2012-02-111-0/+30
* Fix uninitialized variable warning in trval.cGreg Hudson2012-02-071-1/+1
* Add PKINIT decoder testsGreg Hudson2012-01-134-0/+475
* Fix an allocation size bug in ASN.1 testsGreg Hudson2012-01-101-6/+3
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-081-2/+0
* Fix PKINIT serverDHNonce encodingGreg Hudson2012-01-082-3/+2
* Remove some unneeded accessor fieldsGreg Hudson2012-01-071-2/+2
* Remove some unused structures and encodersGreg Hudson2012-01-079-260/+0
* Remove SAM encoders and structuresGreg Hudson2012-01-079-330/+0
* Add missing test cases for ASN.1 typesGreg Hudson2012-01-069-3/+441
* Add test cases for PKINIT ASN.1 encodersGreg Hudson2012-01-067-15/+748
* Simplify and reformat ASN.1 test codeGreg Hudson2012-01-069-1754/+1191
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0912-3/+252
* Make dependGreg Hudson2011-02-251-23/+23
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Make dependGreg Hudson2010-09-081-18/+18
* make dependGreg Hudson2010-06-071-29/+35
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-309-0/+143
* (memory leak)Ezra Peisach2010-01-101-2/+0
* Mark and reindent tests, with some exclusionsTom Yu2009-11-309-1507/+1515
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-59/+57
* Constrained delegation without PAC supportGreg Hudson2009-11-149-0/+220
* make mark-cstyleTom Yu2009-10-317-199/+198
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-27/+28
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-099-2/+94
* Remove krb5_decode_leak test program on "make clean"Greg Hudson2009-09-161-1/+1
* Implement s4u extensionsGreg Hudson2009-09-139-2/+93
* CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu2009-04-071-0/+16
* In krb5_decode_leak.c, work around the oddity thatGreg Hudson2009-02-131-2/+16
* Add a new test harness to facilitate memory leak detection in theGreg Hudson2009-02-113-3/+678
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* include dependencies for decoder testKen Raeburn2009-01-162-1/+13
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-52/+50