summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-269-5/+163
* Zero key-length for HMAC is apparently OK.Andy Polyakov2004-07-251-1/+1
* Make bio_ok.c Microsoft compiler savvy.Andy Polyakov2004-07-251-4/+4
* Typos, typos...Andy Polyakov2004-07-252-2/+2
* Make bio_ok.c 64-bit savvy.Andy Polyakov2004-07-251-24/+22
* Stricter boundary condition check in HMAC_Init_ex.Andy Polyakov2004-07-251-1/+1
* Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov2004-07-257-9/+10
* Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.Andy Polyakov2004-07-252-1/+8
* Some compilers are just too whiny. Nothing makes Microsoft compilerAndy Polyakov2004-07-251-24/+32
* Some compilers are just too whiny. DEC C doesn't like long long...Andy Polyakov2004-07-251-1/+4
* Typos and due casts. As for the latter. It's "safe" to cast as below,Andy Polyakov2004-07-251-7/+11
* Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov2004-07-233-13/+14
* Various IA-64 assembler fix-ups.Andy Polyakov2004-07-232-15/+15
* Adapt rc4-amd64.pl for Win64/AMD64 assembler.Andy Polyakov2004-07-231-57/+60
* From LPlib:Richard Levitte2004-07-221-10/+11
* From LPlib:Richard Levitte2004-07-221-3/+8
* #include <limits.h> is required at least on HP-UX and IRIX. And what'sAndy Polyakov2004-07-221-0/+7
* EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov2004-07-227-7/+8
* Run SHA-256/-512 tests through EVP...Andy Polyakov2004-07-222-46/+56
* All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT andAndy Polyakov2004-07-221-3/+19
* From LPlib:Richard Levitte2004-07-211-11/+19
* Make rand_win.c UNICODE savvy.Andy Polyakov2004-07-211-41/+61
* From LPlib:Richard Levitte2004-07-203-24/+49
* Imported from LPlib, making sure the entry name (at least on Unix) isRichard Levitte2004-07-192-5/+4
* Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte2004-07-191-5/+16
* Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov2004-07-184-2/+15
* Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov2004-07-183-15/+5
* Add licensing terms.Andy Polyakov2004-07-171-0/+6
* IA-64 is intolerant to misaligned access. It was a problem on Win64 asAndy Polyakov2004-07-171-1/+1
* Quick fix.Geoff Thorpe2004-07-161-1/+1
* Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe2004-07-162-61/+41
* I think it could be a good thing to know what went wrong with the tests...Richard Levitte2004-07-121-0/+9
* 'SSL_add_dir_cert_subjects_to_stack' is longer than 31 characters.Richard Levitte2004-07-111-2/+0
* o_dir needs to be compiler with the warnings about dollar signs inRichard Levitte2004-07-111-1/+1
* In some cases, EVMSERR isn't visible (that's fairly new...).Richard Levitte2004-07-111-2/+7
* Integration of RC4 AMD64 module.Andy Polyakov2004-07-111-0/+2
* RC4 tune-up for AMD64. Performance improvement of 2.22x is measured forAndy Polyakov2004-07-111-0/+189
* Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte2004-07-1012-5/+729
* o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte2004-07-082-3/+7
* Delta CRL support in extension code.Dr. Stephen Henson2004-07-062-1/+10
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-066-97/+121
* Delete non-POSIX header file.Dr. Stephen Henson2004-07-041-1/+0
* PKCS#8 fixes from stable branch.Dr. Stephen Henson2004-07-042-5/+7
* Minor (+12% on P4) performance tweak for sha512_block_sse2.Andy Polyakov2004-07-011-16/+29
* AES assembler implementation for IA-64. Note that there is no anchor fromAndy Polyakov2004-07-011-0/+1248
* New SHA algorithms assembler implementation for IA-64. Note that despiteAndy Polyakov2004-07-011-0/+432
* New scalable bn_mul_add_words loop, which provides up to >20% overallAndy Polyakov2004-07-011-131/+86
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-1/+1
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-282-3/+9
* Tidy up, including;Geoff Thorpe2004-06-203-30/+10