summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov
2004-07-25Zero key-length for HMAC is apparently OK.Andy Polyakov
2004-07-25Make bio_ok.c Microsoft compiler savvy.Andy Polyakov
2004-07-25Typos, typos...Andy Polyakov
2004-07-25Make bio_ok.c 64-bit savvy.Andy Polyakov
2004-07-25Stricter boundary condition check in HMAC_Init_ex.Andy Polyakov
2004-07-25Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov
2004-07-25Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.Andy Polyakov
2004-07-25Some compilers are just too whiny. Nothing makes Microsoft compilerAndy Polyakov
2004-07-25Some compilers are just too whiny. DEC C doesn't like long long...Andy Polyakov
2004-07-25Typos and due casts. As for the latter. It's "safe" to cast as below,Andy Polyakov
2004-07-23Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov
2004-07-23Various IA-64 assembler fix-ups.Andy Polyakov
2004-07-23Adapt rc4-amd64.pl for Win64/AMD64 assembler.Andy Polyakov
2004-07-22From LPlib:Richard Levitte
2004-07-22From LPlib:Richard Levitte
2004-07-22#include <limits.h> is required at least on HP-UX and IRIX. And what'sAndy Polyakov
2004-07-22EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov
2004-07-22Run SHA-256/-512 tests through EVP...Andy Polyakov
2004-07-22All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT andAndy Polyakov
2004-07-21From LPlib:Richard Levitte
2004-07-21Make rand_win.c UNICODE savvy.Andy Polyakov
2004-07-20From LPlib:Richard Levitte
2004-07-19Imported from LPlib, making sure the entry name (at least on Unix) isRichard Levitte
2004-07-19Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte
2004-07-18Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov
2004-07-18Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov
2004-07-17Add licensing terms.Andy Polyakov
2004-07-17IA-64 is intolerant to misaligned access. It was a problem on Win64 asAndy Polyakov
2004-07-16Quick fix.Geoff Thorpe
2004-07-16Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe
2004-07-12I think it could be a good thing to know what went wrong with the tests...Richard Levitte
2004-07-11'SSL_add_dir_cert_subjects_to_stack' is longer than 31 characters.Richard Levitte
2004-07-11o_dir needs to be compiler with the warnings about dollar signs inRichard Levitte
2004-07-11In some cases, EVMSERR isn't visible (that's fairly new...).Richard Levitte
2004-07-11Integration of RC4 AMD64 module.Andy Polyakov
2004-07-11RC4 tune-up for AMD64. Performance improvement of 2.22x is measured forAndy Polyakov
2004-07-10Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte
2004-07-08o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte
2004-07-06Delta CRL support in extension code.Dr. Stephen Henson
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
2004-07-04Delete non-POSIX header file.Dr. Stephen Henson
2004-07-04PKCS#8 fixes from stable branch.Dr. Stephen Henson
2004-07-01Minor (+12% on P4) performance tweak for sha512_block_sse2.Andy Polyakov
2004-07-01AES assembler implementation for IA-64. Note that there is no anchor fromAndy Polyakov
2004-07-01New SHA algorithms assembler implementation for IA-64. Note that despiteAndy Polyakov
2004-07-01New scalable bn_mul_add_words loop, which provides up to >20% overallAndy Polyakov
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-06-20Tidy up, including;Geoff Thorpe