summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-2911-42/+53
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-298-20/+30
* Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov2004-08-291-2/+4
* crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov2004-08-294-44/+109
* Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov2004-08-241-14/+45
* Make aes_ctr.c 64-bit savvy.Andy Polyakov2004-08-231-4/+4
* Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte2004-08-112-18/+56
* Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson2004-08-101-1/+20
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-051-4/+6
* Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov2004-08-041-26/+31
* DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.Richard Levitte2004-08-031-1/+1
* Avoid a.out name table pollition.Andy Polyakov2004-08-021-11/+19
* Minor clean-up to make Microsoft compiler shut up.Andy Polyakov2004-08-021-19/+26
* VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov2004-08-024-2/+1048
* Cygwin fix-up for shared build.Andy Polyakov2004-08-011-0/+4
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-0111-71/+50
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-0110-120/+93
* Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp isAndy Polyakov2004-08-012-35/+40
* DLLEntryPoint is a collective name, not what linker looks for. However,Andy Polyakov2004-08-011-5/+2
* We build the crypto stuff, not the ssl stuff, in this command procedure...Richard Levitte2004-07-291-2/+2
* Oops, wrong version...Dr. Stephen Henson2004-07-271-1/+0
* Add FIPS library name to error routines.Dr. Stephen Henson2004-07-271-0/+1
* This is so to say "damage control" for jumbo "cpuid" patch, seeAndy Polyakov2004-07-261-1/+1
* 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