git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16594 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-18 19:17:09 +00:00
parent 968cf71bf3
commit 4a9f2c14c4
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,16 @@
2006-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
* canthandle.asn1: "Allocation is done on CONTEXT tags" works just
fine.
* rfc2459.asn1: Add CRL structures and OIDs.
* Makefile.am: Add CRL and TESTAlloc structures and OIDs.
* check-gen.c: Check OPTIONAL context-tagless elements.
* test.asn1: Check OPTIONAL context-tagless elements.
* der_cmp.c (heim_integer_cmp): make it work with negative
numbers.

View File

@@ -1,5 +1,7 @@
2006-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
* dh.c (DH_compute_key): check public key
* dh.h: Add DH_check_pubkey and defines it uses.
* dh.c (DH_check_pubkey): New function.