openssl/crypto
Andy Polyakov 14e21f863a Add framework for yet another assembler module dubbed "cpuid." Idea
is to have a placeholder to small routines, which can be written only
in assembler. In IA-32 case this includes processor capability
identification and access to Time-Stamp Counter. As discussed earlier
OPENSSL_ia32cap is introduced to control recently added SSE2 code
pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the
code is operational on ELF platforms only. I haven't checked it yet,
but I have all reasons to believe that Windows build should fail to
link too. I'll be looking into it shortly...
2004-07-26 20:18:55 +00:00
..
aes Build-n-link new IA-64 modules on Linux and HP-UX. 2004-07-23 23:27:10 +00:00
asn1 PKCS#8 fixes from stable branch. 2004-07-04 16:44:52 +00:00
bf
bio make update 2004-04-19 18:33:41 +00:00
bn Build-n-link new IA-64 modules on Linux and HP-UX. 2004-07-23 23:27:10 +00:00
buffer Make some more API types opaquely available from ossl_typ.h, meaning the 2004-05-15 18:32:08 +00:00
cast
comp After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
conf After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
des After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
dh After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
dsa After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
dso make update 2004-04-19 18:33:41 +00:00
ec Using Horner's algorithm to evaluate the ec polynomial 2004-07-16 03:24:19 +00:00
ecdh Deprecate the recursive includes of bn.h from various API headers (asn1.h, 2004-05-17 19:14:22 +00:00
ecdsa Quick fix. 2004-07-16 03:24:51 +00:00
engine Incomplete initial sweep over the engine code. Mainly reducing some 2004-06-19 03:58:42 +00:00
err make update 2004-04-19 18:33:41 +00:00
evp Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00
hmac Zero key-length for HMAC is apparently OK. 2004-07-25 20:24:49 +00:00
idea
krb5 After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
lhash After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
md2 Typos, typos... 2004-07-25 20:09:56 +00:00
md4 Minor 64-bit md32_common.h update and minor unsignification of digests. 2004-07-25 19:10:43 +00:00
md5 Typos, typos... 2004-07-25 20:09:56 +00:00
mdc2 Minor 64-bit md32_common.h update and minor unsignification of digests. 2004-07-25 19:10:43 +00:00
objects make update 2004-05-31 13:16:08 +00:00
ocsp After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
pem Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
perlasm Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00
pkcs7 After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
pkcs12 After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
rand Make rand_win.c UNICODE savvy. 2004-07-21 17:17:30 +00:00
rc2
rc4 Adapt rc4-amd64.pl for Win64/AMD64 assembler. 2004-07-23 17:51:17 +00:00
rc5
ripemd Minor 64-bit md32_common.h update and minor unsignification of digests. 2004-07-25 19:10:43 +00:00
rsa After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
sha Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA. 2004-07-25 18:25:24 +00:00
stack After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
store After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
threads
txt_db make update 2004-04-19 18:33:41 +00:00
ui After the latest round of header-hacking, regenerate the dependencies in 2004-05-17 19:26:06 +00:00
x509 Delete obsolete and unimplemented function. 2004-05-19 17:05:02 +00:00
x509v3 Delta CRL support in extension code. 2004-07-06 17:16:40 +00:00
.cvsignore
amd64cpuid.pl Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00
cpt_err.c
cryptlib.c Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00
cryptlib.h
crypto-lib.com o_dir needs to be compiler with the warnings about dollar signs in 2004-07-11 20:21:56 +00:00
crypto.h Reduce dependencies on crypto.h by moving the opaque definition of 2004-05-17 18:39:00 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
ia64cpuid.S Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00
install.com
LPdir_nyi.c Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
LPdir_unix.c #include <limits.h> is required at least on HP-UX and IRIX. And what's 2004-07-22 10:53:26 +00:00
LPdir_vms.c In some cases, EVMSERR isn't visible (that's fairly new...). 2004-07-11 20:21:19 +00:00
LPdir_win32.c From LPlib: 2004-07-20 21:24:43 +00:00
LPdir_win.c Typos and due casts. As for the latter. It's "safe" to cast as below, 2004-07-25 16:48:28 +00:00
LPdir_wince.c From LPlib: 2004-07-20 21:24:43 +00:00
Makefile.ssl Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00
md32_common.h Minor 64-bit md32_common.h update and minor unsignification of digests. 2004-07-25 19:10:43 +00:00
mem_clr.c
mem_dbg.c
mem.c
o_dir_test.c Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
o_dir.c Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
o_dir.h Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
o_str.c o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and 2004-07-08 08:32:48 +00:00
o_str.h o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and 2004-07-08 08:32:48 +00:00
o_time.c Since version 7.0, The C RTL in VMS handles time in terms of UTC 2004-07-19 07:50:43 +00:00
o_time.h
opensslconf.h.in This fixes the installation target for dynamic engines, which was trying to 2004-06-01 03:18:58 +00:00
opensslv.h Make reservations for FIPS code in HEAD branch, so that the moment FIPS 2004-05-17 15:49:13 +00:00
ossl_typ.h Reduce dependencies on crypto.h by moving the opaque definition of 2004-05-17 18:39:00 +00:00
symhacks.h 'SSL_add_dir_cert_subjects_to_stack' is longer than 31 characters. 2004-07-11 20:22:37 +00:00
tmdiff.c
tmdiff.h
uid.c
x86cpuid.pl Add framework for yet another assembler module dubbed "cpuid." Idea 2004-07-26 20:18:55 +00:00