aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_k_encode.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-2/+1
2016-04-27Add krb5_get_init_creds_opt_set_pac_request()Andreas Schneider1-0/+1
2015-08-26Add ASN.1 encoder and decoder for secure cookieNathaniel McCallum1-0/+17
2015-07-22Add ASN.1 encoder/decoder for UTF-8 stringsGreg Hudson1-0/+4
2015-07-09Add ASN.1 encoder and decoder for CAMMACGreg Hudson1-0/+27
2015-02-02Remove starttime hack in EncTicketPart decoderGreg Hudson1-15/+1
2014-10-24Make it easier to find ASN.1 codec functionsGreg Hudson1-56/+111
2014-06-02Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum1-0/+14
2014-02-26Eliminate internal fixed-width type wrappersGreg Hudson1-2/+2
2013-05-14Don't use "bool" for ASN.1 boolean macrosNate Rosenblum1-2/+2
2012-08-23Add ASN.1 support for OTPGreg Hudson1-17/+112
2012-04-05Fix app tag choices for decoding EncASRepPartGreg Hudson1-1/+1
2012-03-08Properly decode etype-info2 with no saltGreg Hudson1-1/+2
2012-02-22Correct fix for #7092Greg Hudson1-1/+13
2012-02-22Revert broken #7092 fixGreg Hudson1-9/+1
2012-02-21kvno ASN.1 encoding interop with Windows RODCsGreg Hudson1-1/+9
2012-02-12Separate tag info and length in ASN.1 encoderGreg Hudson1-10/+14
2012-02-12Convert utility functions to new decoderGreg Hudson1-0/+43
2012-02-11Data-driven ASN.1 decoderGreg Hudson1-139/+459
2012-02-11Change optional handling in ASN.1 encoderGreg Hudson1-612/+272
2012-02-11Style and naming changes to ASN.1 encoderGreg Hudson1-130/+128
2012-02-11Minimize draft9 PKINIT code by removing dead codeGreg Hudson1-45/+7
2012-02-11Eliminate some unused ASN.1 encoding primitivesGreg Hudson1-1/+0
2012-02-11Fold atype_primitive into atype_fnGreg Hudson1-12/+14
2012-02-11Simplify ASN.1 choice type definitionsGreg Hudson1-16/+7
2012-01-24Redesign ASN.1 encoder engine, removing field_infoGreg Hudson1-1072/+995
2012-01-13Add PKINIT decoder testsGreg Hudson1-0/+9
2012-01-10Use DEFTAGGEDTYPE for FAST choice typesGreg Hudson1-5/+10
2012-01-08Remove unneeded kdcRealm field in PKINIT structureGreg Hudson1-1/+1
2012-01-08Fix PKINIT serverDHNonce encodingGreg Hudson1-7/+1
2012-01-08Clean up the asn1 encoder designGreg Hudson1-14/+11
2012-01-07Remove some unneeded accessor fieldsGreg Hudson1-1/+0
2012-01-07Remove some unused structures and encodersGreg Hudson1-63/+0
2012-01-07Remove SAM encoders and structuresGreg Hudson1-124/+0
2012-01-06Convert all remaining macro-coded ASN.1 encodersGreg Hudson1-659/+299
2012-01-06Support implicit context tags in ASN.1 fieldsGreg Hudson1-297/+337
2012-01-06Use content-only ASN.1 primitivesGreg Hudson1-63/+105
2012-01-06Fix asn1_encode_subject_pk_info without paramsGreg Hudson1-2/+4
2011-12-21Stop using krb5_typed_data structure typeGreg Hudson1-4/+5
2011-12-21Stop using krb5_octet_dataGreg Hudson1-7/+7
2011-09-21Add stubs for new pkinit encodersGreg Hudson1-1/+19
2011-09-21Fix asn.1 encoder build without PKINIT supportGreg Hudson1-51/+52
2011-09-19Formatting fixesGreg Hudson1-1/+1
2011-09-19Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman1-1/+0
2011-09-19Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman1-10/+31
2011-09-19Added underlying ASN.1 structures for pkinit algorithm agilitySam Hartman1-3/+35
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-2/+1
2010-10-01Enable sam_challenge_2 encodersSam Hartman1-4/+1
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson1-0/+31