openssl/crypto
Richard Levitte 88401ed449 Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:
1. CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE, not NULL, on error.
2. On Windows CE, a snapshot handle is closed with CloseToolhelp32Snapshot,
   not CloseHandle.
2003-08-07 11:57:42 +00:00
..
aes The counter is big-endian. Since it comes as an array of char, 2003-07-04 11:37:50 +00:00
asn1 Fix sign bugs. 2003-05-21 14:29:13 +00:00
bf Make sure we get the definition of OPENSSL_NO_BF. 2003-03-20 23:17:04 +00:00
bio add OpenSSL license 2003-08-06 10:36:25 +00:00
bn Have ASFLAGS be defined the same way as CFLAGS 2003-05-29 22:20:47 +00:00
buffer Add BUF_strndup() and BUF_memdup(). Not currently used, but I've code 2003-04-29 22:08:57 +00:00
cast Make sure we get the definition of OPENSSL_NO_CAST. 2003-03-20 23:20:15 +00:00
comp Define COMP method function prototypes properly. 2003-03-21 00:05:14 +00:00
conf make update 2003-05-01 04:10:32 +00:00
des PR: 630 2003-05-29 20:59:38 +00:00
dh make update 2003-05-01 04:10:32 +00:00
dsa make update 2003-05-01 04:10:32 +00:00
dso Make sure DSO-dlfcn works properly on SunOS4. 2003-06-12 00:51:54 +00:00
ec updates for draft-ietf-tls-ecc-03.txt 2003-07-22 12:34:21 +00:00
ecdh Unsigned vs. signed fixed. 2003-06-19 16:56:48 +00:00
ecdsa make update 2003-05-01 04:10:32 +00:00
engine The definition of dynamic_ctrl() should change along with the 2003-06-26 07:03:49 +00:00
err Remove unused variable 2003-06-11 21:47:21 +00:00
evp Inclusion of openssl/engine.h should always be wrapped with a check that 2003-08-04 10:12:36 +00:00
hmac Make sure we get the definition of OPENSSL_NO_HMAC. 2003-03-20 23:23:43 +00:00
idea Make sure we get the definition of OPENSSL_NO_IDEA and IDEA_INT. 2003-03-20 23:24:32 +00:00
krb5
lhash Make sure we get the definition of OPENSSL_NO_FP_API. 2003-03-20 23:24:47 +00:00
md2 Move header file inclusion to prevent irritation of users forgetting to 2003-05-28 19:56:46 +00:00
md4
md5 Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configuration 2003-05-29 22:22:30 +00:00
mdc2
objects updates for draft-ietf-tls-ecc-03.txt 2003-07-22 12:34:21 +00:00
ocsp Correct a lot of printing calls. Remove extra arguments... 2003-04-03 23:39:48 +00:00
pem Make sure we get the definition of OPENSSL_NO_BIO. 2003-03-20 23:26:46 +00:00
perlasm
pkcs7 Return EOF when an S/MIME part have been read. 2003-06-24 17:11:44 +00:00
pkcs12
rand Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>: 2003-08-07 11:57:42 +00:00
rc2 Make sure we get the definition of OPENSSL_NO_RC2. 2003-03-20 23:29:06 +00:00
rc4 Make sure we get the definition of OPENSSL_NO_RC4. 2003-03-20 23:29:17 +00:00
rc5 make update 2003-03-20 23:54:33 +00:00
ripemd
rsa DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function 2003-05-07 11:38:10 +00:00
sha
stack make update 2003-05-01 04:10:32 +00:00
store Implement missing functions. 2003-06-26 10:26:42 +00:00
threads Include e_os.h correctly. 2003-03-20 23:26:32 +00:00
txt_db Make sure we get the definition of OPENSSL_NO_BIO. 2003-03-20 23:26:46 +00:00
ui Make sure the sigaction structure and fileno function are properly declared with an ANSI compiler on Solaris (and possibly others). 2003-06-04 09:13:19 +00:00
x509 Avoid clashes with Win32 names in WinCrypt.h 2003-07-23 00:10:43 +00:00
x509v3 PR: 627 2003-05-28 17:28:11 +00:00
.cvsignore
cpt_err.c
cryptlib.c Define a STORE lock (the STORE type will be committed later). 2003-05-01 03:46:10 +00:00
cryptlib.h
crypto-lib.com Add STORE support in ENGINE. 2003-05-01 03:57:46 +00:00
crypto.h Define the OPENSSL_ITEM structure. 2003-05-01 03:45:18 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
install.com
Makefile.ssl Define a STORE type. For documentation, read the entry in CHANGES, 2003-05-01 03:53:12 +00:00
md32_common.h
mem_clr.c
mem_dbg.c
mem.c
o_time.c Do not try to use non-existent gmtime_r() on SunOS4. 2003-06-12 00:57:25 +00:00
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h Avoid clashes with Win32 names in WinCrypt.h 2003-07-23 00:10:43 +00:00
symhacks.h
tmdiff.c
tmdiff.h
uid.c