aboutsummaryrefslogtreecommitdiff
path: root/src/tests/asn.1/krb5_decode_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Correct IAKERB protocol implementationGreg Hudson1-1/+1
2023-07-24Eliminate old-style function declarationsKen Hornstein1-3/+2
2022-01-12Replace AD-SIGNEDPATH with minimal PACsGreg Hudson1-8/+0
2021-11-04Use OpenSSL SubjectPublicKeyInfo parsing in PKINITGreg Hudson1-1/+1
2021-01-06Fix ASN.1 test memory leakGreg Hudson1-0/+1
2020-11-08Be stricter about ASN.1 decodingDemi M. Obenour1-17/+26
2019-06-26Remove PKINIT draft 9 ASN.1 code and typesGreg Hudson1-41/+0
2019-05-20Update ASN.1 SAM tests to use a modern enctypeRobbie Harwood1-1/+1
2018-03-04Add ASN.1 encoders and decoders for SPAKE typesGreg Hudson1-0/+37
2016-08-10Fix memory leaks in test programsGreg Hudson1-0/+1
2015-08-26Add ASN.1 encoder and decoder for secure cookieNathaniel McCallum1-0/+8
2015-07-09Add ASN.1 encoder and decoder for CAMMACGreg Hudson1-0/+13
2015-02-02Remove starttime hack in EncTicketPart decoderGreg Hudson1-2/+1
2014-06-02Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum1-0/+18
2012-08-23Add ASN.1 support for OTPGreg Hudson1-0/+47
2012-03-08Properly decode etype-info2 with no saltGreg Hudson1-0/+40
2012-03-02Add test cases for Windows RODC kvno compatibilityTom Yu1-0/+4
2012-02-12Convert utility functions to new decoderGreg Hudson1-4/+14
2012-02-11Minimize draft9 PKINIT code by removing dead codeGreg Hudson1-35/+0
2012-02-11Add ASN.1 decoder test for krb5_pa_pac_reqGreg Hudson1-0/+30
2012-01-13Add PKINIT decoder testsGreg Hudson1-0/+214
2012-01-07Remove some unused structures and encodersGreg Hudson1-44/+0
2012-01-07Remove SAM encoders and structuresGreg Hudson1-26/+0
2012-01-06Add missing test cases for ASN.1 typesGreg Hudson1-1/+53
2012-01-06Simplify and reformat ASN.1 test codeGreg Hudson1-65/+39
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-0/+25
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-0/+16
2009-11-30Mark and reindent tests, with some exclusionsTom Yu1-569/+570
2009-11-14Constrained delegation without PAC supportGreg Hudson1-0/+8
2009-10-31make mark-cstyleTom Yu1-44/+44
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+10
2009-09-13Implement s4u extensionsGreg Hudson1-1/+7
2009-04-07CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu1-0/+16
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-5/+5
2008-12-16Fix memory leaks in sam and ldap handler testing - there is still a leak w/ ldapEzra Peisach1-0/+2
2008-10-06Substitute LDAP in makefiles with "yes" or "no" depending on configuration.Ken Raeburn1-3/+13
2008-10-06whitespaceKen Raeburn1-777/+777
2008-06-02Explicitly note number as unsigned to shut gcc upKen Raeburn1-1/+1
2004-04-29* debug.h (test): Macro renamed from "assert".Ken Raeburn1-7/+7
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu1-0/+168
2003-05-12Cleanup memory in asn.1 testsuite to allow for leak checkingEzra Peisach1-77/+170
2002-11-07For sam_challenge do not encode optional strings if string not present.Ezra Peisach1-0/+7
2000-10-26 * krb5_decode_test.c (main): Add new test cases for indefiniteTom Yu1-10/+105
2000-09-26 * krb5_decode_test.c (decode_run): If the ASN1 decoder returns anEzra Peisach1-0/+1
2000-08-07 * reference_encode.out, trval_reference.out: Test encoding ofEzra Peisach1-2/+10
1999-11-01 * krb5_decode_test.c (main): Add test case for zero-lengthTom Yu1-0/+4
1999-07-11 * krb5_decode_test.c (main): Add additional test cases inTom Yu1-0/+10
1999-07-04 * krb5_decode_test.c (main): Add test cases for encryption_key inTom Yu1-0/+5
1998-12-04 * krb5_decode_test.c (main): Add variant test cases onTom Yu1-1/+11
1998-03-30 * ktest_equal.h: Add prototypes for ktest_equal_sam_challenge andEzra Peisach1-1/+2