add OpenSSL license
[openssl.git] / util /
2003-06-26 Richard LevitteOnly remove old files if they exist. [Maing32].
2003-06-26 Richard Levittemake update
2003-06-26 Richard LevitteScan through the engines directory as well.
2003-06-19 Richard Levittemake update
2003-06-11 Richard Levittemake update
2003-06-11 Richard LevitteHandle des_modes.pod properly.
2003-06-11 Richard LevitteAdd crypto/store to the directories to look through.
2003-05-20 Richard Levittemake update
2003-05-01 Richard Levittemake update
2003-05-01 Richard LevitteDefine a STORE type. For documentation, read the entry...
2003-04-29 Richard Levittemake update
2003-04-29 Richard Levittemake update
2003-04-29 Richard LevitteAdd an extended variant of sk_find() which returns...
2003-04-04 Richard Levittemake update
2003-04-04 Richard LevitteThere's no need to check for __attribute__ with ANSI...
2003-04-03 Richard LevitteCounter for GCC attributes.
2003-03-24 Dr. Stephen Hensonmake update
2003-03-21 Dr. Stephen Hensonmake update
2003-03-20 Richard LevitteSometimes, we have partial comments on the same line...
2003-03-20 Dr. Stephen HensonNew ASN1 macros to just implement and declare the new...
2003-03-20 Dr. Stephen Hensonmake update
2003-03-15 Dr. Stephen HensonFix for no-ec on Windows.
2003-02-21 Ulf Mölleravoid duplicate definiton of bn_sub_part_words
2003-02-21 Ulf Möllerclean up MinGW build. MinGW make now supports the Windo...
2003-02-21 Bodo MöllerECPublicKey_set_octet_string and ECPublicKey_get_octet_...
2003-02-14 Bodo Möllermake update
2003-02-14 Richard LevitteChange no_rmd160 to no_ripemd for consistency.
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-02-05 Bodo MöllerSSL_add_dir_cert_subjects_to_stack now exists for WIN32
2003-01-30 Richard LevitteThe util scripts need to handled no-hw.
2003-01-30 Richard Levittemake update
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-13 Richard LevitteRevert: the names of the cygwin distribution will not...
2003-01-09 Richard LevitteThe naming scheme wasn't quite correct for Cygwin
2002-12-09 Richard Levittemake update
2002-12-09 Richard LevitteHmm, Geoff's change made things quite interesting....
2002-12-05 Richard LevitteAllow users to modify /MD to /MT.
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-29 Richard LevitteMake it so all names mentioned in the NAME section...
2002-11-27 Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-19 Richard Levittemake update
2002-11-17 Richard LevitteMake it possible to build for more than one CPU.
2002-11-16 Richard LevitteWe don't want TARGETCPU expanded here.
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Lutz JänickeFix buggy #! magic and update ssleay->openssl
2002-11-14 Richard LevitteCygwin fixes
2002-11-13 Richard LevitteMerge from 0.9.7-stable.
2002-11-04 Richard LevitteCosmetic change
2002-10-29 Richard Levittesynchronise util/libeay.num with the 0.9.7-stable varia...
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-10-24 Richard Levittemake update
2002-10-24 Richard LevitteFor the mkdef.pl to recognise if the "external" engines...
2002-10-16 Geoff Thorpe- Remo Inverardi noticed that ENGINEs don't have an...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-05 Dr. Stephen HensonTypo.
2002-10-04 Dr. Stephen HensonAdd version info to Win32 DLLs.
2002-10-04 Dr. Stephen Hensonmake update
2002-10-04 Dr. Stephen HensonUpdate mkdef.pl to handle new ASN1 macro
2002-10-02 Richard LevitteThe OpenBSD project has replaced the first implementati...
2002-09-02 Bodo Möllerchange API for looking at the internal curve list
2002-08-26 Bodo Möllerless specific interface for EC_GROUP_get_basis_type
2002-08-26 Bodo MöllerASN1 for binary curves
2002-08-15 Bodo Mölleradd crypto/ecdh
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-14 Bodo Möllerchange how pod2man is handled: explicitly invoke '...
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-02 Bodo Möllerupdate
2002-07-30 Lutz Jänicke"make update"
2002-07-23 Richard LevitteMake dummy tests to make it easier to physically remove...
2002-07-18 Richard LevitteFurther enhance assembler support on Cygwin and DJGPP.
2002-07-17 Richard LevitteMake mkdir failsafe in case the directories are already...
2002-07-17 Richard LevitteAdd support for shared libraries with OS/2.
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-10 Lutz JänickeMinor typos
2002-06-27 Richard LevitteA few changes to BC-32.pl didn't get properly applied.
2002-06-27 Richard LevitteUse underscores instead of dashes in temporary file...
2002-06-25 Richard LevitteFor some reason, we need to return the full path to...
2002-06-20 Lutz JänickeFix path to find util/pod2man.pl from the execution...
2002-06-13 Richard Levittemake update (adapt libeay.num to the 0.9.7-stable branch)
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-13 Richard LevitteParse directory using both slashes and backslashes...
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-05 Richard LevitteMake perl replacement for dirname, for system that...
2002-06-05 Lutz JänickeOn some systems the default "perl" may still be perl4...
2002-06-04 Richard Levittemake update (including adjusting libeay.num in HEAD...
2002-05-30 Richard Levittepod2man.pl would only remove the first LF from the...
2002-05-30 Richard LevitteApparently, there are still chances we have to deal...
2002-05-30 Richard LevitteOur copy of pod2man.pl is old and comparatively broken...
2002-05-19 Dr. Stephen HensonFix Mingw32 asm build: use the Unix
2002-05-11 Ulf Möllervalues were reset for no reason.
2002-04-21 Lutz JänickeAdd cygwin build script (Corinna Vinschen <vinschen...
2002-04-20 Richard LevitteMake sure ec and ecdsa is properly handled in Windows.
2002-04-15 Bodo Möllerget rid of some assignments that have become obsolete
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-02-28 Richard Levittemake update
2002-02-26 Richard Levittemake update, after moving around symbols in libeay...
2002-02-20 Geoff Thorpemake update
2002-02-14 Richard Levittemake update, with libeay.num remade to match the 0...
next