make no-des and no-rc2 work.
[openssl.git] / crypto / evp /
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
1999-12-03 Bodo MöllerUse des_set_key_unchecked, not des_set_key.
1999-12-03 Bodo MöllerAdd functions des_set_key_checked, des_set_key_unchecked.
1999-11-23 Dr. Stephen HensonSupport for authority information access extension.
1999-11-21 Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-10-25 Dr. Stephen HensonMore multibyte character support.
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-10-02 Dr. Stephen HensonFix for base64 BIO decoding bug
1999-09-06 Ben LaurieFix warnings.
1999-08-24 Dr. Stephen HensonFix for a bug which meant encrypting BIOs sometimes...
1999-08-18 Bodo MöllerReally undo the base64 change so that make test survives
1999-08-14 Ulf MöllerUndo base64 decoding change (was not a bug fix).
1999-08-13 Ulf MöllerFix faulty base64 decoding of data that was 46 or 47...
1999-07-15 Ulf MöllerNO_HMAC.
1999-07-11 Dr. Stephen HensonVarious changes to stop VC++ choking under Win32.
1999-07-11 Dr. Stephen HensonAdd a debugging option to PKCS#5 v2.0 key generation...
1999-06-30 Ulf MöllerMore no-xxx option tweaks.
1999-06-29 Ulf MöllerFix no-hmac and no-ripemd.
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-09 Bodo Möller"make update" (added to top Makefile, and applied).
1999-06-08 Ben LaurieSurvive pedanticism.
1999-06-08 Ulf MöllerDon't #define _, and eliminate casts.
1999-06-08 Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07 Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-07 Bodo MöllerIntroduce "BIO pairs", which (when finished) will relay...
1999-06-06 Dr. Stephen HensonMore PKCS#5 v2.0 development. Add a function to setup...
1999-06-06 Dr. Stephen HensonChange PBE handling a bit more: now the key and iv...
1999-06-06 Dr. Stephen HensonRewrite PBE handling read to support PKCS#5 v2.0 and...
1999-06-05 Ben Laurieconst/type fixes.
1999-06-05 Dr. Stephen HensonAdd a 'pkcs8' application for initial PKCS#8 support...
1999-06-04 Dr. Stephen HensonThe rest of the PKCS#5, PKCS#8 patch I forgot before :-)
1999-06-04 Dr. Stephen HensonAdd PKCS#5 v1.5 compatible algorithms and initial PKCS...
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-16 Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16 Bodo MöllerChange type of various DES function arguments from...
1999-05-16 Dr. Stephen HensonFix some obvious bugs in the PKCS#7 library handling...
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-13 Ben LaurieUpdate dependencies.
1999-05-12 Dr. Stephen HensonSeveral of the EVP_CIPHER structures had the get and...
1999-05-10 Dr. Stephen HensonVarious PKCS#7 fixes to properly (maybe!) handle PKCS...
1999-05-01 Ben LaurieUpdate dependencies.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27 Ulf MöllerUpdate NO_* macros.
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-27 Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-24 Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24 Bodo MöllerRestore ERRC definitions that are needed to compile...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo Möller"make depend"
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ulf MöllerUndo evil cast! <g>
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Ulf MöllerClean up prototypes (prepare for removing NOPROTO).
1999-04-19 Ulf MöllerFix typos in error codes.
1999-04-17 Ben LaurieMassive constification.
1999-04-17 Ben LaurieAnother STACK bites the dust.
1999-04-16 Ben LaurieFix some warnings. Contributed by Anonymous.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-01 Ben LaurieUpdate dependencies.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...
1999-03-28 Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.
1999-03-22 Ben LaurieFix security hole.
1999-03-10 Dr. Stephen HensonFix couple of ANSI declarations and prototypes
1999-03-08 Dr. Stephen HensonAdd missing funtions from non ANSI section of header...
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-03-03 Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-27 Ben LaurieUpdate dependencies.
1999-02-23 Ben LaurieCode for reliable BIO.
1999-02-23 Ben LaurieAdd reliable BIO.
1999-02-13 Ben LaurieFinally(?) fix DES stuff.
1999-02-13 Ben LaurieFix ghastly DES declarations, and all consequential...
1999-02-10 Ralf S. EngelschallRemove three more bogus files (2x temp file, 1x trash)
1999-01-31 Mark J. CoxAdd new function, EVP_MD_CTX_copy() to replace frequent...
1999-01-19 Ben LaurieThis time, get it right.
1999-01-19 Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18 Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallIncorporation of RSEs assembled patches
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
next