| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper support for OpenBSD-i386 shared build, including assember modules! | Andy Polyakov | 2004-08-29 | 11 | -42/+53 |
* | OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a | Andy Polyakov | 2004-08-29 | 8 | -20/+30 |
* | Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff. | Andy Polyakov | 2004-08-29 | 1 | -2/+4 |
* | crypto/perlasm update primarily to unify Netware modules. Once it's verified | Andy Polyakov | 2004-08-29 | 4 | -44/+109 |
* | Minor VIA Padlock engine update: eliminate -Wunused warning when *not* | Andy Polyakov | 2004-08-24 | 1 | -14/+45 |
* | Make aes_ctr.c 64-bit savvy. | Andy Polyakov | 2004-08-23 | 1 | -4/+4 |
* | Basically, I wanted to be able to make a dump to a FILE*, and not have | Richard Levitte | 2004-08-11 | 2 | -18/+56 |
* | Make ASN1_INTEGER_cmp() work as expected with negative integers. | Dr. Stephen Henson | 2004-08-10 | 1 | -1/+20 |
* | Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. | Dr. Stephen Henson | 2004-08-05 | 1 | -4/+6 |
* | Padlock engine update to fix a typo in MSC assembler and to address | Andy Polyakov | 2004-08-04 | 1 | -26/+31 |
* | DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>. | Richard Levitte | 2004-08-03 | 1 | -1/+1 |
* | Avoid a.out name table pollition. | Andy Polyakov | 2004-08-02 | 1 | -11/+19 |
* | Minor clean-up to make Microsoft compiler shut up. | Andy Polyakov | 2004-08-02 | 1 | -19/+26 |
* | VIA C3 processor extends IA-32 instruction set with instuctions | Andy Polyakov | 2004-08-02 | 4 | -2/+1048 |
* | Cygwin fix-up for shared build. | Andy Polyakov | 2004-08-01 | 1 | -0/+4 |
* | OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted... | Andy Polyakov | 2004-08-01 | 11 | -71/+50 |
* | Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified" | Andy Polyakov | 2004-08-01 | 10 | -120/+93 |
* | Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp is | Andy Polyakov | 2004-08-01 | 2 | -35/+40 |
* | DLLEntryPoint is a collective name, not what linker looks for. However, | Andy Polyakov | 2004-08-01 | 1 | -5/+2 |
* | We build the crypto stuff, not the ssl stuff, in this command procedure... | Richard Levitte | 2004-07-29 | 1 | -2/+2 |
* | Oops, wrong version... | Dr. Stephen Henson | 2004-07-27 | 1 | -1/+0 |
* | Add FIPS library name to error routines. | Dr. Stephen Henson | 2004-07-27 | 1 | -0/+1 |
* | This is so to say "damage control" for jumbo "cpuid" patch, see | Andy Polyakov | 2004-07-26 | 1 | -1/+1 |
* | Add framework for yet another assembler module dubbed "cpuid." Idea | Andy Polyakov | 2004-07-26 | 9 | -5/+163 |
* | Zero key-length for HMAC is apparently OK. | Andy Polyakov | 2004-07-25 | 1 | -1/+1 |
* | Make bio_ok.c Microsoft compiler savvy. | Andy Polyakov | 2004-07-25 | 1 | -4/+4 |
* | Typos, typos... | Andy Polyakov | 2004-07-25 | 2 | -2/+2 |
* | Make bio_ok.c 64-bit savvy. | Andy Polyakov | 2004-07-25 | 1 | -24/+22 |
* | Stricter boundary condition check in HMAC_Init_ex. | Andy Polyakov | 2004-07-25 | 1 | -1/+1 |
* | Minor 64-bit md32_common.h update and minor unsignification of digests. | Andy Polyakov | 2004-07-25 | 7 | -9/+10 |
* | Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA. | Andy Polyakov | 2004-07-25 | 2 | -1/+8 |
* | Some compilers are just too whiny. Nothing makes Microsoft compiler | Andy Polyakov | 2004-07-25 | 1 | -24/+32 |
* | Some compilers are just too whiny. DEC C doesn't like long long... | Andy Polyakov | 2004-07-25 | 1 | -1/+4 |
* | Typos and due casts. As for the latter. It's "safe" to cast as below, | Andy Polyakov | 2004-07-25 | 1 | -7/+11 |
* | Build-n-link new IA-64 modules on Linux and HP-UX. | Andy Polyakov | 2004-07-23 | 3 | -13/+14 |
* | Various IA-64 assembler fix-ups. | Andy Polyakov | 2004-07-23 | 2 | -15/+15 |
* | Adapt rc4-amd64.pl for Win64/AMD64 assembler. | Andy Polyakov | 2004-07-23 | 1 | -57/+60 |
* | From LPlib: | Richard Levitte | 2004-07-22 | 1 | -10/+11 |
* | From LPlib: | Richard Levitte | 2004-07-22 | 1 | -3/+8 |
* | #include <limits.h> is required at least on HP-UX and IRIX. And what's | Andy Polyakov | 2004-07-22 | 1 | -0/+7 |
* | EVP_Digest is size_t-fied, clean up test programs accordingly. | Andy Polyakov | 2004-07-22 | 7 | -7/+8 |
* | Run SHA-256/-512 tests through EVP... | Andy Polyakov | 2004-07-22 | 2 | -46/+56 |
* | All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT and | Andy Polyakov | 2004-07-22 | 1 | -3/+19 |
* | From LPlib: | Richard Levitte | 2004-07-21 | 1 | -11/+19 |
* | Make rand_win.c UNICODE savvy. | Andy Polyakov | 2004-07-21 | 1 | -41/+61 |
* | From LPlib: | Richard Levitte | 2004-07-20 | 3 | -24/+49 |
* | Imported from LPlib, making sure the entry name (at least on Unix) is | Richard Levitte | 2004-07-19 | 2 | -5/+4 |
* | Since version 7.0, The C RTL in VMS handles time in terms of UTC | Richard Levitte | 2004-07-19 | 1 | -5/+16 |
* | Anchor AES and SHA-256/-512 assembler from C. | Andy Polyakov | 2004-07-18 | 4 | -2/+15 |
* | Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes. | Andy Polyakov | 2004-07-18 | 3 | -15/+5 |