summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-032-6/+6
* Make FAST changes build when pkinit is disabledTom Yu2009-03-314-19/+23
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-314-2/+242
* Fix error handling issue in ASN.1 decoderGreg Hudson2009-03-171-1/+2
* Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson2009-02-133-299/+1030
* Remove useless unsigned >=0 testsKen Raeburn2009-02-121-2/+2
* Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson2009-02-122-18/+27
* Adjust the structure of krb5_decode.c functions to initialize outputGreg Hudson2009-02-101-375/+432
* Make asn1buf_destroy return void, since it's a free function. InGreg Hudson2009-02-093-23/+23
* In asn1_k_encode.c, stop inconsistently destroying buf on some errors.Greg Hudson2009-02-091-23/+7
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+0
* In asn1_decode_pa_for_user(), ensure that user member is allocatedLuke Howard2009-01-261-0/+1
* fix trailing whitespaceTom Yu2009-01-222-5/+4
* whitespaceTom Yu2009-01-228-27/+27
* If USE_VALGRIND, check readability of byte string before copyingKen Raeburn2009-01-221-0/+7
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-127/+125
* Merge mskrb-integ onto trunkSam Hartman2009-01-039-14/+197
* Remove some lingering Saber C cruftGreg Hudson2008-12-051-4/+0
* Lite Client - the following calls are server-side functions:Zhanna Tsitkov2008-11-171-0/+2
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-75/+82
* Fix conditionals from last changeKen Raeburn2008-11-032-2/+2
* If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn2008-11-034-29/+20
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-2511-2191/+2317
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-8/+4
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-7/+16
* makedependKen Raeburn2008-09-181-70/+75
* Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn2008-09-0921-2285/+2306
* Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn2008-09-051-4/+6
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-0512-3223/+3224
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-275-31/+30
* Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2008-08-192-1/+5
* If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2008-08-141-0/+3
* Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2008-08-132-1/+5
* sequence_of_no_tagvars declared variables used only inKen Raeburn2008-08-071-20/+16
* get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn2008-08-072-26/+16
* Pull out EOC error checks into separate functionsKen Raeburn2008-08-072-12/+34
* Use bitfields for class and construction typeKen Raeburn2008-08-071-0/+7
* Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn2008-08-075-33/+40
* Pull out generic array expansion code from array_append macro into aKen Raeburn2008-04-031-7/+22
* In the pkinit decoders, set up things properly so that asn1buf_sync()Tom Yu2007-09-131-3/+22
* Change use of choice_pa_pk_as_rep_UNKNOWN toEzra Peisach2007-08-261-1/+1
* make dependKen Raeburn2007-08-161-65/+71
* Add PKINIT supportKevin Coffman2007-08-016-1/+1270
* If no salt is included with the key data, set the salt length field to 0.Ken Raeburn2007-07-271-1/+2