summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-08-09make updateBodo Möller
2002-08-09fix warningsBodo Möller
2002-08-09add field type to text outputBodo Möller
2002-08-09use 0, not NULLBodo Möller
2002-08-09ECDH engine supportBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-08-07avoid SIGSEGVBodo Möller
2002-08-03oops, undo previous change (was just for testing)Bodo Möller
2002-08-03fix bn_expand2Bodo Möller
2002-08-03use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller
2002-08-02Fix typoDr. Stephen Henson
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson
2002-08-02disable Sun divison algorithm by defaultBodo Möller
2002-08-02fix bn_expand2Bodo Möller
2002-08-02optical changesBodo Möller
2002-08-02typoBodo Möller
2002-08-02remove obsolete part of commentBodo Möller
2002-08-02remove obsoleted disabled codeBodo Möller
2002-08-02Let BN_rand_range() abort with an error after 100 iterationsBodo Möller
2002-08-02Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller
2002-08-02move GF2m tests to the endBodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02ec2_smpt.c must be listed in LIBSRCBodo Möller
2002-08-02there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller
2002-08-02Add more WAP/WTLS elliptic curve OIDs.Bodo Möller
2002-08-02New error code ERR_R_DISABLEDBodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-08-01make updateRichard Levitte
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte
2002-08-01If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte
2002-07-31The version of the shared library should, for now, reflect the versionRichard Levitte
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller
2002-07-24Don't clobber loop variable.Richard Levitte
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte
2002-07-19Two more names that are a little too long for the standard VMS linker.Richard Levitte
2002-07-18Further enhance assembler support on Cygwin and DJGPP.Richard Levitte
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2002-07-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte
2002-07-17Add support for shared libraries with OS/2.Richard Levitte