svn rev #25196: trunk/src/lib/krb5/asn.1/

hartmans@MIT.EDU hartmans at MIT.EDU
Sun Sep 18 20:54:11 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25196
Commit By: hartmans
Log Message:
Asn1_encode: indicate DER compressed form without tag or length as input


Changed Files:
U   trunk/src/lib/krb5/asn.1/asn1_encode.h
Modified: trunk/src/lib/krb5/asn.1/asn1_encode.h
===================================================================
--- trunk/src/lib/krb5/asn.1/asn1_encode.h	2011-09-19 00:51:39 UTC (rev 25195)
+++ trunk/src/lib/krb5/asn.1/asn1_encode.h	2011-09-19 00:54:11 UTC (rev 25196)
@@ -89,6 +89,10 @@
  */
 #define asn1_encode_charstring asn1_encode_octetstring
 
+/**
+ * Encode @a val, an object identifier in compressed DER form without a tag or
+ * length. This function adds the OID tag and length.
+ */
 asn1_error_code asn1_encode_oid(asn1buf *buf, unsigned int len,
                                 const void *val, unsigned int *retlen);
 /*




More information about the cvs-krb5 mailing list