]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2002-11-14  Richard LevitteMake the Windows test scripts consistent in their echoing
2002-11-14  Richard LevitteHandle last lines that aren't properly terminated.
2002-11-14  Dr. Stephen... Fix get_email: 0 is a valid return value
2002-11-13  Richard LevitteConstification needed.
2002-11-13  Richard Levittefree() -> OPENSSL_free()
2002-11-13  Richard LevitteMerge from 0.9.7-stable.
2002-11-13  Richard LevitteThis didn't get to the 0.9.8-dev thread...
2002-11-13  Richard LevitteCorrect support for SunOS 4.1.3_U1.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13  Richard LevitteWhen build as dynamic engines, the loading functions...
2002-11-13  Richard LevitteMake internal functions static.
2002-11-13  Richard LevitteName the flag files correctly.
2002-11-13  Dr. Stephen... Typo
2002-11-13  Bodo Möllerdisable weird assert()s
2002-11-13  Bodo Möllerremove unused old directory crypto/rijndael (superseded...
2002-11-13  Dr. Stephen... Update docs
2002-11-13  Ben LaurieFix warnings, makefile cockup.
2002-11-13  Dr. Stephen... Put NAME in right place, fix typo
2002-11-13  Dr. Stephen... Only accept exact match for modifier or tag name
2002-11-13  Dr. Stephen... Add header ctype.h
2002-11-13  Dr. Stephen... Fix memory leak in s2i_ASN_INTEGER and return an error
2002-11-13  Dr. Stephen... Update docs
2002-11-12  Dr. Stephen... Initial ASN1 generation documentation.
2002-11-12  Richard LevitteSynchronise...
2002-11-12  Dr. Stephen... Initial ASN1 generation code. This can construct
2002-11-12  Richard LevitteMake it possible to run individual tests even when...
2002-11-12  Richard LevitteMake the CBC mode od AES accept lengths that aren't...
2002-11-11  Richard LevitteVariables on the stack must be initialized or we can...
2002-11-11  Richard LevitteMake the programs link against the static library on...
2002-11-11  Lutz JänickeTypo.
2002-11-11  Bodo Möllerdo tests with all built-in curves
2002-11-11  Bodo Möllercorrections to built-in curves
2002-11-11  Lutz JänickeMake sure permissions are friendly when building releas...
2002-11-11  Lutz JänickeMore information to the important issue of seeding...
2002-11-09  Richard LevitteX509_NAME_cmp() now compares PrintableString and emailA...
2002-11-09  Dr. Stephen... Typo
2002-11-08  Richard Levitte-CAserial does take a filename argument.
2002-11-08  Richard Levitte-CAcreateserial doesn't take a filename argument.
2002-11-07  Richard LevitteWindows doesn't know sys/file.h
2002-11-07  Dr. Stephen... Typo in OCSP ASN1 module
2002-11-06  Richard LevitteKeep on using ${CC}, since gcc may act in disguise.
2002-11-06  Richard LevitteGenerate openssl.pc so pkg-config can return proper...
2002-11-06  Richard LevitteStupid bug fixes. I've forgotten my DCL...
2002-11-06  Bodo Möllerprint less output (no details unless a test failed)
2002-11-06  Richard Levittesome people just can't read the instructions
2002-11-06  Dr. Stephen... CRL reason code docs.
2002-11-05  Bodo Mölleravoid Purify warnings
2002-11-05  Dr. Stephen... Check for NULL ASN1_ITEM when initializeing
2002-11-05  Bodo Möllerfix typo
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-11-04  Richard LevitteOff-by-one-error corrected.
2002-11-04  Richard LevitteCosmetic change
2002-11-04  Richard LevitteSince we're currently assuming VMS can deal with dynami...
2002-11-01  Richard LevitteDepend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_...
2002-10-31  Richard LevitteRemove all referenses to RSAref, since that's been...
2002-10-31  Richard LevitteAdd all that is needed to build external engines on...
2002-10-31  Richard LevitteAdd the command procedure to build external engines...
2002-10-30  Richard LevitteNew files have appeared, tell VMS.
2002-10-30  Richard LevittePlug potential memory leak.
2002-10-29  Geoff ThorpeAdd a HISTORY section to the man page to mention the...
2002-10-29  Geoff ThorpeThe recent CHANGES note between 0.9.6g and 0.9.6h needs...
2002-10-29  Geoff ThorpeThe last character of inconsistency in my recent commit...
2002-10-29  Richard Levittesynchronise util/libeay.num with the 0.9.7-stable varia...
2002-10-29  Bodo Mölleravoid warnings ('index' shadows global declaration)
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-29  Bodo Möller'covenant HOWTO' (what to do about the Sun covenant...
2002-10-29  Richard LevitteThe #else part of the conditionals have two statements...
2002-10-29  Richard LevitteRevert, that was an incorrect change.
2002-10-29  Richard LevitteA small detail: since 0.9.7, DH_new_method() and DSA_ne...
2002-10-29  Geoff ThorpeCorrect and enhance the behaviour of "internal" session...
2002-10-28  Bodo Möllerincrease permissible message length so that we can...
2002-10-28  Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
2002-10-28  Bodo Möllerclean up new code for NIST primes
2002-10-28  Bodo Möllerfast reduction for NIST curves
2002-10-28  Bodo Möllerremove superfluous code
2002-10-25  Richard LevitteMake sure toupper() is declared
2002-10-24  Richard LevitteExternal engines aren't in crypto/engine/ any more...
2002-10-24  Richard Levittemake update
2002-10-24  Richard LevitteFor the mkdef.pl to recognise if the "external" engines...
2002-10-24  Richard LevitteThere's a name clash between OpenSSL and RSAref. Since...
2002-10-24  Richard LevitteOn certain platforms, we redefine certain symbols using...
2002-10-23  Richard LevitteSignal an error if the entered output password didn...
2002-10-23  Bodo Möllerfix warnings, and harmonize indentation
2002-10-23  Bodo MöllerI don't like c-tab-always-indent ...
2002-10-21  Dr. Stephen... Typo: v3 is represented by 2.
2002-10-20  Richard LevitteIn my extreme debug mode, gcc complains that 'static...
2002-10-20  Dr. Stephen... New docs.
2002-10-18  Geoff ThorpeMake pod2man happier.
2002-10-18  Geoff ThorpeIf dynamically-loadable ENGINEs are linked against...
2002-10-18  Geoff ThorpeAnother ENGINE implementation dependant on string.h.
2002-10-18  Geoff ThorpeWe need to propogate SHARED_LIBS to sub-directories...
2002-10-18  Geoff ThorpeThe loop variable is 'l', not 'i'.
2002-10-18  Lutz JänickeCorrected exchanged parameters in example for EVP_Encry...
2002-10-17  Bodo Möllerchange Emacs indentation style to make it easier to...
2002-10-16  Richard LevitteEh, -Wl,--whole-archive disappeared from the GNU target...
2002-10-16  Geoff ThorpeThe ENGINE implementations in ./engines/ should be...
2002-10-16  Geoff Thorpe- Remo Inverardi noticed that ENGINEs don't have an...
2002-10-15  Richard LevitteTypos.
2002-10-15  Richard LevitteTypos.
2002-10-15  Richard LevitteA much better idea, of course, is not to do a submake...
next