aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/Makefile.ssl
Commit message (Expand)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-301-642/+0
* "make depend". This takes into account the algorithms that are nowBodo Möller2005-03-131-20/+10
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-477/+449
* Reimplement old functions, so older software that link to libcryptoRichard Levitte2004-05-141-2/+4
* make updateGeoff Thorpe2004-04-191-154/+105
* Add symbol hacks for some long names.Richard Levitte2004-03-291-6/+8
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* make updateRichard Levitte2003-05-011-12/+19
* make updateRichard Levitte2003-04-101-7/+2
* Copy rather than symlink the test data.Ulf Möller2003-02-221-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+7
* make updateRichard Levitte2002-12-291-798/+394
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-394/+406
* "make update"Lutz Jänicke2002-07-301-581/+569
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-395/+791
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-261-0/+15
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-231-2/+2
* ECDSA supportBodo Möller2002-02-131-110/+173
* 'make update'Richard Levitte2002-02-051-4/+8
* make updateRichard Levitte2002-01-241-29/+30
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-9/+9
* evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe2001-10-091-1/+3
* 'make update'Richard Levitte2001-10-041-162/+162
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-251-24/+21
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-021-1/+9
* Add EVP test program.Ben Laurie2001-08-181-1/+1
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-0/+1
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-72/+98
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-94/+59
* make updateRichard Levitte2001-07-311-45/+47
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-652/+328
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-2/+2
* make updateRichard Levitte2001-05-061-2/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* make updateRichard Levitte2001-02-261-19/+18
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-567/+554
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-615/+593
* Fix AES code.Dr. Stephen Henson2001-02-071-19/+19
* Make depend.Ben Laurie2001-02-041-610/+634
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-137/+134
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-117/+182
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-70/+89
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-371/+416
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-306/+323
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-367/+394
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-437/+112