aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_k_encode.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-25Fix kvno ASN.1 encoding interop with Windows RODCskrb5-1.8Greg Hudson1-1/+15
2009-12-14fast negotiation projecSam Hartman1-0/+2
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu1-128/+156
2009-11-14Constrained delegation without PAC supportGreg Hudson1-1/+54
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson1-45/+122
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-1/+18
2009-09-13Implement s4u extensionsGreg Hudson1-0/+34
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-3/+3
2009-03-31Make FAST changes build when pkinit is disabledTom Yu1-2/+4
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-0/+88
2009-02-12Remove useless unsigned >=0 testsKen Raeburn1-2/+2
2009-02-09In asn1_k_encode.c, stop inconsistently destroying buf on some errors.Greg Hudson1-23/+7
2009-01-22fix trailing whitespaceTom Yu1-2/+2
2009-01-22whitespaceTom Yu1-1/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-13/+56
2008-11-03If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn1-1/+1
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-834/+1169
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-264/+265
2008-09-05Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn1-4/+6
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-757/+757
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn1-1/+3
2007-08-01Add PKINIT supportKevin Coffman1-0/+434
2003-10-08Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu1-0/+17
2003-07-22Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman1-3/+7
2003-05-20 * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach1-1/+1
2003-05-06Implement encoders for etype_info2 and add support to s2kparams forSam Hartman1-4/+10
2002-11-07 * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach1-4/+11
2002-11-07For sam_challenge do not encode optional strings if string not present.Ezra Peisach1-1/+1
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-0/+83
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-164/+40
2001-07-25 * asn1_k_encode.c: (asn1_encode_predicted_sam_response): UseEzra Peisach1-1/+1
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-45/+47
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/+5
2000-02-07Frank Cusack changes, set 1, diffs 1-3 of 4Ken Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1996-11-15asn1_k_encode.c (asn1_encode_principal_name): Be liberal aboutTheodore Tso1-9/+22
1996-04-09add sam encoders, decoders, including "optional string" macrosMark Eichin1-0/+104
1995-11-09Don't require val->salt to be non-zero if val->lenth is zeroTheodore Tso1-1/+1
1995-11-09* asn1_k_decode.c (asn1_decode_etype_info_entry): If the optionalTheodore Tso1-2/+2
1995-09-2332 bit word being passed as an intTheodore Tso1-1/+1
1995-09-12Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1-3/+3
1995-09-11Mac Beta 1 submissionKeith Vetter1-3/+3
1995-09-06 * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h,Chris Provenzano1-5/+5
1995-09-06 * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.hChris Provenzano1-4/+4
1995-08-28krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1-0/+40
1995-08-26krb5_encode.c (encode_krb5_padata_sequence): New function which encodes aTheodore Tso1-1/+1
1995-04-22Back out ASN.1 library changes (which were incorrect)Theodore Tso1-16/+1
1995-04-19asn1_k_decode.c (asn1_decode_krb5_flags): Make the functionTheodore Tso1-1/+16
1995-04-14Windows global stuff:Keith Vetter1-32/+32