aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_k_decode.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Expose {decode,encode}_krb5_checksumSam Hartman1-0/+1
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu1-8/+11
2009-11-14Constrained delegation without PAC supportGreg Hudson1-0/+84
2009-11-05make mark-cstyle; make reindentTom Yu1-256/+256
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson1-104/+200
2009-10-31make mark-cstyleTom Yu1-1/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-1/+25
2009-10-09In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson1-0/+1
2009-09-13Implement s4u extensionsGreg Hudson1-0/+41
2009-04-23Close a memory leak in asn1_decode_etype_info2_entry_1_3Greg Hudson1-1/+4
2009-03-31Make FAST changes build when pkinit is disabledTom Yu1-1/+2
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-0/+51
2009-03-17Fix error handling issue in ASN.1 decoderGreg Hudson1-1/+2
2009-02-13Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson1-213/+881
2009-01-26In asn1_decode_pa_for_user(), ensure that user member is allocatedLuke Howard1-0/+1
2009-01-22whitespaceTom Yu1-14/+14
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-0/+41
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-3/+4
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-738/+739
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-759/+759
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-1/+1
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn1-0/+2
2008-08-07sequence_of_no_tagvars declared variables used only inKen Raeburn1-20/+16
2008-08-07get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn1-14/+8
2008-08-07Pull out EOC error checks into separate functionsKen Raeburn1-6/+17
2008-08-07Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn1-4/+11
2008-04-03Pull out generic array expansion code from array_append macro into aKen Raeburn1-7/+22
2007-09-13In the pkinit decoders, set up things properly so that asn1buf_sync()Tom Yu1-3/+22
2007-08-26Change use of choice_pa_pk_as_rep_UNKNOWN toEzra Peisach1-1/+1
2007-08-01Add PKINIT supportKevin Coffman1-0/+453
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn1-2/+4
2003-07-22Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman1-2/+37
2003-06-20Split out etype_info2 decoder from etype_info decoder. In theSam Hartman1-1/+25
2003-05-24Populate etype_info_entry.s2kparams.dataSam Hartman1-1/+2
2003-05-20 * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach1-1/+1
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu1-0/+11
2003-05-06Implement encoders for etype_info2 and add support to s2kparams forSam Hartman1-2/+10
2003-04-13Obscure memory leak in asn1_decode_kdc_req_bodyEzra Peisach1-1/+15
2003-03-12Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn1-36/+79
2002-12-23 * asn1_k_decode.c (asn1_decode_sam_challenge_2_body): AddEzra Peisach1-3/+6
2002-11-07 * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach1-2/+2
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-0/+74
2002-10-08ASN.1 code passes uninitialized values aroundTom Yu1-124/+195
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-146/+61
2001-06-12 * asn1_k_decode.c (asn1_decode_predicted_sam_response): UseEzra Peisach1-2/+2
2000-10-26 * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu1-25/+72
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-5/+5
2000-08-07 * asn1_k_decode.c (asn1_decode_last_req_entry): Decode the lr_typeEzra Peisach1-1/+6
2000-02-07added flags field to predicted_sam_response (fcusack)Ken Raeburn1-5/+6
2000-02-07more fcusack changes - rest of first setKen Raeburn1-0/+6