git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18451 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-14 09:23:00 +00:00
parent 3c1036c1ca
commit 7bb7aad766
3 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>
* timegm.c: rename the buildin timegm to _der_timegm
* heim_asn1.h: move prototype away from here.
* der_format.c: Add der_parse_heim_oid

View File

@@ -1,3 +1,14 @@
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>
* bn.c: Drop heim_any.h, prefix der primitives with der_
* rsa.c: Drop heim_any.h.
2006-10-11 Love H<>rnquist <20>strand <lha@it.su.se>
* rsa.c (RSA_free): Call the meth->finish before releasing the
engine.
2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se>
* imath/imath.c: Cast argument to ctype(3) functions to (unsigned

View File

@@ -1,5 +1,9 @@
2006-10-11 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>
* hx_locl.h: Drop heim_any.h
2006-10-11 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_p11.c (p11_release_module): j needs to be used as inter loop
index. From Douglas Engert.