Commit Graph

381 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand b8d967ede5 implement enough glue to support OpenSSLs EVP, RSA, DSA, DH, HMAC and ENGINE interfaces for use in hx509. rename all symbols to start with hc_ to avoid clobbering namespaces. contains no RSA/DH/DSA code, just glue to support using dynamic ENGINE. hx509 supports this via pkcs11 and there is a gmp ENGINE module supporting RSA
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16480 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-01-08 21:47:29 +00:00
Love Hörnquist Åstrand 86da9d4b0b x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15687 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-07-20 10:49:52 +00:00
Love Hörnquist Åstrand f871c8a84d change unsigned char * to void *
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15686 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-07-20 10:49:24 +00:00
Love Hörnquist Åstrand 3fe2a9b92f const poision for unwriteable strings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15528 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-29 22:28:10 +00:00
Love Hörnquist Åstrand 50039def7d x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15496 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-18 22:49:24 +00:00
Love Hörnquist Åstrand 6f1fa16431 Rename parameter, as encrypt shadows a global, from Andrew Bartlett
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15495 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-18 22:47:33 +00:00
Love Hörnquist Åstrand 3a721fe1b5 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15400 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 15:17:57 +00:00
Love Hörnquist Åstrand 1e11681354 Include <stdlib.h> for srandom/random.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15339 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-02 07:18:50 +00:00
Love Hörnquist Åstrand 96ce379f6b x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15279 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-29 17:19:08 +00:00
Love Hörnquist Åstrand 684d47ce7a x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15271 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-29 16:15:57 +00:00
Love Hörnquist Åstrand 806ee4c961 (DES_cbc_cksum): init u to make sure it have a value in case of the
empty in data


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15270 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-29 16:15:44 +00:00
Love Hörnquist Åstrand 838fb1ed38 add test for the empty password ""
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15269 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-29 16:14:38 +00:00
Love Hörnquist Åstrand a68cecf9a9 (cipher3): used unsigned char to avoid problems with platforms using
"signed char"


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15248 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-27 13:50:05 +00:00
Love Hörnquist Åstrand b21b5c89b5 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15135 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-13 08:05:21 +00:00
Love Hörnquist Åstrand c2d9c8331b use unsigned char to avoid signess warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15134 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-13 08:04:51 +00:00
Love Hörnquist Åstrand 136b3dc3cd (AES_cbc_encrypt): use unsigned char to avoid signess warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15133 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-13 08:00:09 +00:00
Love Hörnquist Åstrand 934265babf x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15080 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-04 09:47:19 +00:00
Love Hörnquist Åstrand 320c1146ba Fix typo for HAVE_STDLIB_H.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15079 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-04 09:47:00 +00:00
Love Hörnquist Åstrand 8569adb182 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15076 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-03 17:03:31 +00:00
Love Hörnquist Åstrand 614d774dc6 Enabled to build on cygwin, based on patch from David Love <fx@gnu.org>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15075 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-03 17:02:23 +00:00
Love Hörnquist Åstrand 40fd46885a x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15049 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-02 13:52:39 +00:00
Love Hörnquist Åstrand a0e1575ec1 Include <krb5-types.h>.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15046 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-02 13:48:21 +00:00
Love Hörnquist Åstrand 182ae6f388 Include <des.h>.
(UI_UTIL_read_pw_string): make the prompt argument const.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15024 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-30 14:10:18 +00:00
Love Hörnquist Åstrand 76eb075fc5 (UI_UTIL_read_pw_string): make the prompt argument const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15023 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-30 14:09:50 +00:00
Love Hörnquist Åstrand 71a8c91eae x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15022 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-30 13:57:41 +00:00
Love Hörnquist Åstrand a4f2e9fda6 (UI_UTIL_read_pw_string): remove unused variable plen
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15021 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-30 13:56:58 +00:00
Love Hörnquist Åstrand ee21d416f1 replace <strings.h> with <string.h>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15020 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-30 13:55:36 +00:00
Love Hörnquist Åstrand b7ac5caa3e x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15007 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-29 10:59:42 +00:00
Love Hörnquist Åstrand f33075bfb4 Add LIB_roken.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15006 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-29 10:59:24 +00:00
Love Hörnquist Åstrand 8f37ffa42f x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14978 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 11:59:32 +00:00
Love Hörnquist Åstrand 11356e88b7 Include hash.h first.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14977 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 11:55:05 +00:00
Love Hörnquist Åstrand a233d17d46 also include <stddef.h>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14976 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 11:53:48 +00:00
Love Hörnquist Åstrand 20d6b1d4d6 Include krb5-types.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14975 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 11:50:32 +00:00
Love Hörnquist Åstrand 74cf698513 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14970 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 08:09:11 +00:00
Love Hörnquist Åstrand 7e35d1bdbc Maybe include stdlib.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14969 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 08:08:53 +00:00
Love Hörnquist Åstrand 68a4a7e1c5 remove more leftovers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14883 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-21 19:29:18 +00:00
Love Hörnquist Åstrand 9d25af4667 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14772 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-10 19:20:54 +00:00
Love Hörnquist Åstrand 1ca7fa435c don't include bit types, the user must do that
#ifdef wrap


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14771 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-10 19:18:13 +00:00
Love Hörnquist Åstrand 5a741de6cd #ifdef wrap
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14770 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-10 19:09:47 +00:00
Love Hörnquist Åstrand 9e68a7aabe remove libdes leftovers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14753 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-07 19:01:37 +00:00
Love Hörnquist Åstrand 269f9185cd fix prototype for DES_random_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14680 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-23 16:16:51 +00:00
Love Hörnquist Åstrand 89b6cbfc45 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14677 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-23 12:32:20 +00:00
Love Hörnquist Åstrand 21382af672 provide compatibility function DES_key_sched, same as DES_set_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14676 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-23 12:31:13 +00:00
Love Hörnquist Åstrand 694ff5984b x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14670 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-20 16:22:10 +00:00
Love Hörnquist Åstrand 181c13afdc include config.h and protect some headers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14669 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-20 16:20:31 +00:00
Love Hörnquist Åstrand 19cd43777f x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14668 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-20 16:14:02 +00:00
Love Hörnquist Åstrand ce454647a2 move <des.h> to after include <krb5-types.h> so the C99 integer types exists
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14667 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-20 16:12:19 +00:00
Love Hörnquist Åstrand 2011172ac2 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14637 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-14 21:37:37 +00:00
Love Hörnquist Åstrand c0350b7481 add DES_set_key_checked
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14636 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-14 21:36:32 +00:00
Love Hörnquist Åstrand 61a0a1ccd1 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14607 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-01 11:44:38 +00:00