summaryrefslogtreecommitdiffstats
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-14use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller
2002-03-13Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson
2002-03-12Fix Kerberos warnings with VC++.Dr. Stephen Henson
2002-03-12Fix ASN1 additions for KRB5Dr. Stephen Henson
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-03-11asm/mips3.o problemsBodo Möller
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-08Fix the Win32_rename() function so it correctlyDr. 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-06OpenSSL currently fails on certain pure 64-bit architectures. This is a show...Richard Levitte
2002-03-05Rephrase statement on the security of two-key 3DES.Bodo Möller
2002-03-05fix 'ecdsaparam -C'Bodo Möller
2002-03-05fix printf callBodo Möller
2002-03-05typoBodo Möller
2002-03-05fix 'ecdsaparam -C' outputBodo 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-05New configuration targets for OpenBSD, handed to me by Bob Beck <beck@openbsd...Richard Levitte
2002-03-05'#if OPENSSL_VERSION_NUMBER >= ...' to document the recent changeBodo Möller
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-04Make it so one can select tests from within the test directoryRichard Levitte
2002-03-03Fix warnings about signed/unsigned mismatch and globalDr. Stephen Henson
2002-03-03This change was only made in 0.9.7-stable. SynchroniseRichard Levitte
2002-02-28Remove the perl/ subdirectory. It hasn't been worked on for ages, isRichard Levitte
2002-02-28make updateRichard Levitte
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller
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-28Document the added modes for AESRichard Levitte
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-27This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe