Jeffrey Altman
0f97855826
hcrypto: config/roken cleanup
...
All source files in lib/hcrypto should be built the same way.
Since this source directory is dependent on libroken then all source
files must be built using the roken.h declarations and included headers.
Also, there is no config.h in the local directory so angle brackets
include of quotes should be used.
Finally, because roken.h includes stdio.h, stdlib.h, stdarg.h, limits.h,
strings.h, sys/types.h, etc., do not include them separately.
Start all source files with
#include <config.h>
#include <roken.h>
Change-Id: I09ab47f8a5472018efe6c8b59a0e51fde8f24724
2016-04-10 17:05:07 -05:00
Luke Howard
494b11f962
hcrypto: fix spelling mistakes in comments
2015-12-09 11:07:29 +11:00
Luke Howard
5023f55208
Add Windows CNG (BCrypt) support to HCrypto EVP API
2015-02-11 16:00:32 +11:00
Love Hornquist Astrand
b206aeb016
SHA384
2010-09-30 18:22:00 -07:00
Love Hornquist Astrand
b32651c830
SHA512 support
2010-09-29 23:41:15 -07:00
Love Hornquist Astrand
91020dd11d
add cfb8-aes modes
2010-06-03 17:20:40 -07:00
Love Hornquist Astrand
21e8270aa2
Support RC4 in EVP
2009-08-10 11:48:12 +02:00
Love Hornquist Astrand
8276a469ab
Add CommonCrypto support, split out all hcrypto specific code to hcrypto module
2009-08-10 09:07:37 +02:00
Love Hornquist Astrand
3a031244bc
Drop RCSID and HAVE_CONFIG_H
2009-08-05 13:37:37 +02:00
Love Hörnquist Åstrand
6937d41a02
remove trailing whitespace
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 09:21:03 +00:00
Love Hörnquist Åstrand
e172367898
switch to utf8 encoding of all files
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 08:53:55 +00:00
Love Hörnquist Åstrand
cc11539054
spelling
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23555 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-08-16 23:02:00 +00:00
Love Hörnquist Åstrand
f90c487c4b
add (c)
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23551 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-08-16 23:01:14 +00:00
Love Hörnquist Åstrand
765920bf4e
break out the hcrypto part
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23549 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-08-16 23:00:49 +00:00