aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe2004-06-191-69/+22
* Deprecate unused cruft, and "make update".Geoff Thorpe2004-06-172-0/+5
* Minor change to group like functions together.Geoff Thorpe2004-06-171-3/+2
* Actually, that last change to BN_get_word() was a little too simple.Geoff Thorpe2004-06-171-1/+3
* Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe2004-06-172-8/+8
* As Nils put it;Geoff Thorpe2004-06-171-48/+4
* BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe2004-06-172-1/+69
* Making some values explicitely unsigned was derived from ongoing workRichard Levitte2004-06-151-2/+2
* Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte2004-06-151-2/+2
* Correct the return codes for ecdsatest.Geoff Thorpe2004-06-141-4/+4
* SHA fails to compile on x86_64 if compiled with custom flags, withoutAndy Polyakov2004-06-111-3/+3
* This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe2004-06-012-1/+2
* Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.Andy Polyakov2004-05-311-1/+1
* make updateRichard Levitte2004-05-313-5/+99
* EVP bindings to new SHA algorithms.Andy Polyakov2004-05-313-1/+121
* objects.txt update for SHA-224/-256/-384/-512. SHA-224 ids still appearAndy Polyakov2004-05-311-0/+12
* Typo in commentary section.Andy Polyakov2004-05-311-1/+1
* Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov2004-05-313-39/+74
* Kill unused macro and reimplement it for that single context it canAndy Polyakov2004-05-312-55/+38
* SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte2004-05-301-2/+7
* gcc -Wcast-qual clean-up.Andy Polyakov2004-05-291-3/+4
* Make sure we return 0 if test passed.Andy Polyakov2004-05-282-0/+4