git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-16 23:02:30 +00:00
parent 905a9d79b8
commit 86088e002d

View File

@@ -1,5 +1,19 @@
2006-01-05 Love H<>rnquist <20>strand <lha@it.su.se>
2006-01-17 Love H<>rnquist <20>strand <lha@it.su.se>
* check-der.c: check that der_parse_hex_heim_integer() handles odd
length numbers.
* der_format.c (der_parse_hex_heim_integer): make more resiliant
to errors, handle odd length numbers.
2006-01-13 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add RSAPrivateKey
* rfc2459.asn1: Add RSAPrivateKey.
2006-01-05 Love H<>rnquist <20>strand <lha@it.su.se>
* der_copy.c (copy_heim_integer): copy the negative flag
2005-12-14 Love H<>rnquist <20>strand <lha@it.su.se>