summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2002-03-14add OIDs for WAP/TLS curvesBodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-03-09Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson
2002-03-08EC curve stuffBodo Möller
2002-03-07Synchronise the AEP engine in all branches. For 0.9.6-stable [engine], imple...Richard Levitte
2002-03-07When closing, do not use close(). Also, if the closing call fails, doRichard Levitte
2002-03-07Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte
2002-03-07fix spacingBodo Möller
2002-03-07Add more curves.Bodo Möller
2002-03-06ENGINE module additions.Dr. Stephen Henson
2002-03-06add SECG OIDsBodo Möller
2002-03-06reference counting for EC_GROUP structures is not needed (at theBodo Möller
2002-03-05typoBodo Möller
2002-03-05Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson
2002-03-05more X9.62 OIDsBodo Möller
2002-03-05disable '#ifdef DEBUG' codeBodo Möller
2002-03-05Provide a pre 0.9.7 compatibility mapping ifRichard Levitte
2002-03-04Typo. In DCL, the continuation character is a dash at the end of theRichard Levitte
2002-03-04Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte
2002-03-03Fix warnings about signed/unsigned mismatch and globalDr. Stephen Henson
2002-02-28make updateRichard Levitte
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller
2002-02-28VMS addaptation, including a few more long names that needed hacking.Richard Levitte
2002-02-28Make sure aep_close_connection() is declared and has a prototype that'sRichard Levitte
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-28Updated AEP engine, submitted by Diarmuid O'Neill <Diarmuid.ONeill@aep.ie>Richard Levitte
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-27This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe
2002-02-26Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.Dr. Stephen Henson
2002-02-26make update, after moving around symbols in libeay.num to matchRichard Levitte
2002-02-24Make the engine config module always add dynamic ENGINEsDr. Stephen Henson
2002-02-23Updates from stable branch.Dr. Stephen Henson
2002-02-23New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson
2002-02-22make errorsDr. Stephen Henson
2002-02-22Update from stable branch.Dr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-21disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-21Config file updates from stable branchDr. Stephen Henson
2002-02-20Add comfy aliases for AES in CBC mode.Richard Levitte
2002-02-20Stop assuming the IV is 8 bytes long, use the real size instead.Richard Levitte
2002-02-20gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte
2002-02-20Instead of casting a lvalue, let's constify meth.Richard Levitte
2002-02-20simplificationsBodo Möller
2002-02-20Instead of just checking for OpenVMS, check if DEC C is used, since it's asRichard Levitte
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller
2002-02-20Comparing a pointer (data) with 0 using > is incorrect. The changedRichard Levitte
2002-02-20With Compaq make, it seems like # inside an action becomes part of the comman...Richard Levitte