summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Expand)AuthorAgeFilesLines
* Use content-only ASN.1 primitivesGreg Hudson2012-01-063-339/+245
* Make ASN.1 struct atype_info more extensibleGreg Hudson2012-01-062-115/+161
* Fix asn1_encode_subject_pk_info without paramsGreg Hudson2012-01-061-2/+4
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-216-31/+25
* Stop using krb5_octet_dataGreg Hudson2011-12-217-49/+57
* Make reindentTom Yu2011-10-172-12/+12
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-051-2/+0
* Add stubs for new pkinit encodersGreg Hudson2011-09-211-1/+19
* Fix asn.1 encoder build without PKINIT supportGreg Hudson2011-09-211-51/+52
* Make ASN.1 code build without PKINIT supportGreg Hudson2011-09-191-23/+23
* Formatting fixesGreg Hudson2011-09-195-31/+31
* Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman2011-09-191-1/+0
* Asn1_encode: indicate DER compressed form without tag or length as inputSam Hartman2011-09-191-0/+4
* Implement encoding and decoding for supportedKDFs and kdfIDSam Hartman2011-09-194-36/+108
* Added underlying ASN.1 structures for pkinit algorithm agilitySam Hartman2011-09-191-3/+35
* In order for asn1_encode_oid to be called from DEFLENFNTYPE it needsSam Hartman2011-09-192-2/+2
* asn1_encode.{c,h}: support DEFOCTETWRAPTYPESam Hartman2011-09-192-6/+16
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-047-15/+12
* Remove setting a variable that is never usedEzra Peisach2011-08-191-14/+1
* For GCC compiles, use an attribute to suppress the variable set butEzra Peisach2011-07-264-22/+34
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0923-47/+26
* Make dependGreg Hudson2011-02-251-60/+71
* Asn.1 decode related file rearrangement. It was made based on the following c...Zhanna Tsitkov2011-01-1110-1292/+1560
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-251-1/+1
* Enable sam_challenge_2 encodersSam Hartman2010-10-011-4/+1
* Make dependGreg Hudson2010-09-081-38/+40
* make dependGreg Hudson2010-06-071-51/+60
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-304-0/+102
* fast negotiation projecSam Hartman2009-12-143-0/+13
* Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn2009-12-031-3/+3
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-82/+81
* Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu2009-11-168-909/+1080
* Constrained delegation without PAC supportGreg Hudson2009-11-144-1/+180
* make mark-cstyle; make reindentTom Yu2009-11-0515-324/+324
* Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu2009-11-058-182/+233
* In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson2009-10-319-219/+433
* Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parensGreg Hudson2009-10-316-343/+310
* Reformat asn1_make.h prototypes to avoid the problematic parens atGreg Hudson2009-10-311-30/+18
* make mark-cstyleTom Yu2009-10-314-7/+6
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-45/+49
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-094-2/+60
* In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson2009-10-091-0/+1
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-84/+79
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-79/+84
* Implement s4u extensionsGreg Hudson2009-09-134-0/+91
* Close a memory leak in asn1_decode_etype_info2_entry_1_3Greg Hudson2009-04-231-1/+4
* CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu2009-04-071-0/+1
* CVE-2009-0847 asn1buf_imbed incorrect length validationTom Yu2009-04-071-2/+4