summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/asn1_k_encode.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-261-2/+2
* Don't use "bool" for ASN.1 boolean macrosNate Rosenblum2013-05-141-2/+2
* Add ASN.1 support for OTPGreg Hudson2012-08-231-17/+112
* Fix app tag choices for decoding EncASRepPartGreg Hudson2012-04-051-1/+1
* Properly decode etype-info2 with no saltGreg Hudson2012-03-081-1/+2
* Correct fix for #7092Greg Hudson2012-02-221-1/+13
* Revert broken #7092 fixGreg Hudson2012-02-221-9/+1
* kvno ASN.1 encoding interop with Windows RODCsGreg Hudson2012-02-211-1/+9
* Separate tag info and length in ASN.1 encoderGreg Hudson2012-02-121-10/+14
* Convert utility functions to new decoderGreg Hudson2012-02-121-0/+43
* Data-driven ASN.1 decoderGreg Hudson2012-02-111-139/+459
* Change optional handling in ASN.1 encoderGreg Hudson2012-02-111-612/+272
* Style and naming changes to ASN.1 encoderGreg Hudson2012-02-111-130/+128
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-111-45/+7
* Eliminate some unused ASN.1 encoding primitivesGreg Hudson2012-02-111-1/+0
* Fold atype_primitive into atype_fnGreg Hudson2012-02-111-12/+14
* Simplify ASN.1 choice type definitionsGreg Hudson2012-02-111-16/+7
* Redesign ASN.1 encoder engine, removing field_infoGreg Hudson2012-01-241-1072/+995
* Add PKINIT decoder testsGreg Hudson2012-01-131-0/+9
* Use DEFTAGGEDTYPE for FAST choice typesGreg Hudson2012-01-101-5/+10
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-081-1/+1
* Fix PKINIT serverDHNonce encodingGreg Hudson2012-01-081-7/+1
* Clean up the asn1 encoder designGreg Hudson2012-01-081-14/+11
* Remove some unneeded accessor fieldsGreg Hudson2012-01-071-1/+0
* Remove some unused structures and encodersGreg Hudson2012-01-071-63/+0
* Remove SAM encoders and structuresGreg Hudson2012-01-071-124/+0
* Convert all remaining macro-coded ASN.1 encodersGreg Hudson2012-01-061-659/+299
* Support implicit context tags in ASN.1 fieldsGreg Hudson2012-01-061-297/+337
* Use content-only ASN.1 primitivesGreg Hudson2012-01-061-63/+105
* Fix asn1_encode_subject_pk_info without paramsGreg Hudson2012-01-061-2/+4
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-211-4/+5
* Stop using krb5_octet_dataGreg Hudson2011-12-211-7/+7
* Add stubs for new pkinit encodersGreg Hudson2011-09-211-1/+19
* Fix asn.1 encoder build without PKINIT supportGreg Hudson2011-09-211-51/+52
* Formatting fixesGreg Hudson2011-09-191-1/+1
* Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman2011-09-191-1/+0
* Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman2011-09-191-10/+31
* Added underlying ASN.1 structures for pkinit algorithm agilitySam Hartman2011-09-191-3/+35
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* Enable sam_challenge_2 encodersSam Hartman2010-10-011-4/+1
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-0/+31
* fast negotiation projecSam Hartman2009-12-141-0/+2
* Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu2009-11-161-128/+156
* Constrained delegation without PAC supportGreg Hudson2009-11-141-1/+54
* In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson2009-10-311-45/+122
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-1/+18
* Implement s4u extensionsGreg Hudson2009-09-131-0/+34
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-3/+3
* Make FAST changes build when pkinit is disabledTom Yu2009-03-311-2/+4