aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2002-01-25Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte1-10/+16
2002-01-25There is no aestest currently. The EVP tester is used to check theRichard Levitte1-1/+2
2002-01-25The 'type' parameter, an EVP_MD pointer, represents the type of digestGeoff Thorpe1-1/+1
2002-01-24Keep the NIST AES vectors that were there previously.Richard Levitte1-0/+20
2002-01-24sort functions ...Bodo Möller2-8/+11
2002-01-24fix formatting of automatically generated error sectionBodo Möller3-0/+3
2002-01-24New functionsBodo Möller6-27/+53
2002-01-24make updateRichard Levitte7-113/+153
2002-01-24Because of recent changes, there's no need to hack the des symbols anyRichard Levitte1-38/+0
2002-01-24To avoid all kinds of link-level clashes, rename all old des_*Richard Levitte2-68/+140
2002-01-22Support old DES APIs by default.Ben Laurie1-0/+4
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie10-14/+46
2002-01-22Constification.Dr. Stephen Henson4-8/+8
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson6-2/+100
2002-01-21Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).Lutz Jänicke1-2/+2
2002-01-21Use FIPS-197 vectors for AES. The NIST vectors were constructed byRichard Levitte1-33/+9
2002-01-21Add more of the NIST test vectors for AES.Richard Levitte1-6/+30
2002-01-21Bring VMS up to date with development.Richard Levitte1-5/+5
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson8-19/+242
2002-01-18Constification, add config to /dev/crypto.Ben Laurie13-68/+120
2002-01-18disable broken codeBodo Möller1-0/+4
2002-01-18Other errors are possible.Ben Laurie1-5/+10
2002-01-18Stupid apps should die, not fail silently.Ben Laurie1-1/+13
2002-01-18Fix memory leak.Ben Laurie1-1/+5
2002-01-18Constification, missing declaration, update dependencies.Ben Laurie3-4/+38
2002-01-12Prototype info function.Ben Laurie2-4/+6
2002-01-12Return value could be undefined.Ben Laurie1-1/+2
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2-2/+2
2002-01-05- Add the same header stuff to aes_locl.h as is in des_locl.h to avoidGeoff Thorpe2-0/+11
2002-01-05Experimental configuration code.Dr. Stephen Henson10-6/+875
2002-01-04add automatically generated ERR_load_... prototypeBodo Möller1-1/+1
2002-01-04fix EVP_CIPHER_mode macroBodo Möller1-1/+1
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte12-99/+1793
2002-01-02The block size may be something other than 8!Richard Levitte1-4/+5
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte1-0/+4
2002-01-02make updateRichard Levitte1-0/+7
2002-01-02Allow verification of other types than DATA.Richard Levitte1-7/+46
2002-01-02Allow 8-bit characters. This is not really complete, it only marksRichard Levitte2-82/+123
2001-12-21And just for the sake of completeness, let's add some standard macros...Richard Levitte1-0/+2
2001-12-21Better use the same number in all branches, to avoid confusionRichard Levitte1-0/+1
2001-12-20Do not forget to compile comp_err.cRichard Levitte1-2/+2
2001-12-20Security fix.Ben Laurie1-22/+17
2001-12-17formatting consistencyBodo Möller1-1/+0
2001-12-17oopsBodo Möller1-1/+1
2001-12-17remove redundant ERR_load_... declarationsBodo Möller17-27/+1
2001-12-14fix BN_rand_rangeBodo Möller1-11/+13
2001-12-12Implement failover for ubsec. Submitted by Subramanian RamamoorthyRichard Levitte2-40/+230
2001-12-10name confusion with HP library function prototype (?)Ulf Möller1-2/+2
2001-12-09Improve back compatibility.Ben Laurie4-5/+17
2001-12-07Don't overwrite signing time.Dr. Stephen Henson1-5/+9