]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2002-02-22  Dr. Stephen... make errors
2002-02-22  Dr. Stephen... Update from stable branch.
2002-02-22  Dr. Stephen... Config code updates.
2002-02-21  Richard LevitteWe have AES support in openssl speed
2002-02-21  Bodo Möllerdisable '#ifdef DEBUG' sections
2002-02-21  Dr. Stephen... Config file updates from stable branch
2002-02-20  Richard LevitteAdd AES support in the applications that support -des...
2002-02-20  Richard LevitteAdd comfy aliases for AES in CBC mode.
2002-02-20  Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-20  Richard LevitteIncluding openssl/e_os.h in the OpenSSL 0.9.6 branch...
2002-02-20  Richard Levittegcc figures that the format specifier %2x means unsigne...
2002-02-20  Richard LevitteInstead of casting a lvalue, let's constify meth.
2002-02-20  Richard LevitteUpdate the status on 64-bit thingy.
2002-02-20  Bodo Möllersimplifications
2002-02-20  Bodo Möllertypo
2002-02-20  Richard LevitteAdd reports on checked 64-bit platforms and make space...
2002-02-20  Richard LevitteWith Compaq make, it seems like # inside an action...
2002-02-20  Richard LevitteInstead of just checking for OpenVMS, check if DEC...
2002-02-20  Bodo Möllerbugfix: allocate sufficiently large buffer
2002-02-20  Richard LevitteComparing a pointer (data) with 0 using > is incorrect...
2002-02-20  Richard LevitteWith Compaq make, it seems like # inside an action...
2002-02-20  Richard LevitteDon't shadow already defined variables
2002-02-20  Geoff Thorpemake update
2002-02-20  Geoff ThorpeA rough little self-test for tunala. This runs through...
2002-02-20  Geoff ThorpeMake the "ungunk" logic a little more robust.
2002-02-20  Geoff Thorpe- Add support for cipher suites that require a temporar...
2002-02-16  Richard LevitteOh, and since config figures out that we run Cygwin...
2002-02-16  Richard LevitteSince Cygwin is the proper spelling, let's change to...
2002-02-16  Ulf MöllerCygwin target name has been changed!
2002-02-16  Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-02-16  Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-02-16  Richard LevitteAdjust the NID names for the AES modes OFB and CFB...
2002-02-16  Richard LevitteThe macro IMPLEMENT_ASN1_FUNCTIONS_const already contai...
2002-02-16  Richard LevitteLocal `time' shadows the global function `time()'....
2002-02-16  Richard LevitteMissing #endif
2002-02-16  Richard Levittegcc chokes on C++ comments in C code.
2002-02-15  Richard LevitteGive the linux-sparv9 target shared capability.
2002-02-15  Lutz JänickeEven though it is not really practical people should...
2002-02-14  Bodo Möllerfix indentation
2002-02-14  Richard LevitteAdd the configuration target VxWorks.
2002-02-14  Bodo Möllermake it possible to disable memory checking for timings
2002-02-14  Bodo Möller'-C' is still quite broken
2002-02-14  Bodo Möllerfix '-C'
2002-02-14  Bodo Möllerfix memory leak
2002-02-14  Bodo Möllermove ECDSA test right after EC test
2002-02-14  Bodo Möllerdon't call OPENSSL_config(), this does not make any...
2002-02-14  Richard LevitteMake sure memset() is defined by including string.h
2002-02-14  Richard LevitteFor some reason, getting the topmost error was done...
2002-02-14  Richard Levittemake update, with libeay.num remade to match the 0...
2002-02-14  Richard LevitteThe Cygwin shared extension was shifted.
2002-02-14  Richard LevitteAt Corinna Vinschen's request, change CygWin32 to Cygwin
2002-02-14  Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-14  Ben LaurieFix warnings.
2002-02-14  Richard LevitteCorrect sh, please
2002-02-13  Bodo MöllerECDSA support
2002-02-13  Bodo Möllersome modifications to named curve support
2002-02-13  Richard LevitteModify the main trunk version to 0.9.8-dev.
2002-02-13  Bodo Möllernew locks
2002-02-13  Bodo Mölleradd support for named curves
2002-02-13  Richard LevitteUpdate the configuration of CygWin32 to use the new...
2002-02-13  Bodo MöllerWe should implement a countermeasure against the predic...
2002-02-13  Richard LevitteMove teh silencer to the right place.
2002-02-13  Richard LevitteMake link-shard a little bit more efficient. If there...
2002-02-10  Lutz JänickeMake removal from session cache more robust.
2002-02-09  Bodo Mölleradd a wish
2002-02-08  Lutz JänickeDo not store unneeded data.
2002-02-07  Richard LevitteAdd notes on the added support for aep and sureware...
2002-02-07  Richard LevitteRemove an unused variable.
2002-02-07  Richard LevitteOops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked
2002-02-07  Richard LevitteI forgot to include the aep and sureware vendor header...
2002-02-07  Richard LevitteBecause AEP and we used the same AEP_R_ prefix for...
2002-02-07  Richard LevitteAdd aep and sureware implementations and clean up some...
2002-02-07  Richard LevitteCertain reasons aren't really part of the engine framew...
2002-02-07  Richard LevitteGenerate the individual engines' error strings and...
2002-02-07  Richard LevitteIf the intended header file doesn't exist, create it.
2002-02-05  Richard Levitte'make update'
2002-02-05  Richard LevitteWith the changed des_old API, let's complete the work...
2002-02-05  Richard LevitteApply one patch from Assar Westerlund <assar@sics.se>:
2002-02-05  Richard LevitteApply three patches from Assar Westerlund <assar@kth...
2002-02-03  Richard LevitteASN1_BIT_STRING_set_bit() didn't clear previously set...
2002-02-02  Dr. Stephen... #undef some things that cause a conflict under Win32...
2002-01-29  Lutz JänickeShut up compiler warnings for inconsistent declarations.
2002-01-29  Lutz JänickeHP-UX 32bit:
2002-01-29  Lutz JänickeMake SHLIB_TARGET available in subdirs (here: apps/)
2002-01-29  Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-28  Lutz JänickeSuperflous '\' messes up with HP-UX make.
2002-01-27  Bodo MöllerUndo previous change, X509_check_issued() was correct.
2002-01-27  Richard LevitteSpelling correction.
2002-01-27  Richard LevitteCorrect the number of colons for the targets aix43...
2002-01-27  Richard LevitteDetect one-step shifts of the dso_scheme.
2002-01-27  Richard LevitteI got some reports that some targets have weird dso_sch...
2002-01-26  Lutz JänickeRemove blanks at begin of empty lines irritating epv_test.c
2002-01-26  Richard LevitteUpdate SCO5 targets.
2002-01-26  Richard LevitteApply a small patch from Dan Lanz <lanz@zolera.com...
2002-01-26  Richard LevitteApply a small patch from Oscar Jacobsson <oscar@jacobss...
2002-01-26  Richard LevitteIt looks like I didn't remove everything that has to...
2002-01-26  Richard LevitteApply a small patch from Diego R. Lopez <diego.lopez...
2002-01-26  Richard LevitteGCC uses __i386__.
2002-01-26  Richard LevitteAdd old patch from Robert Dahlem <Robert.Dahlem@ffm2...
2002-01-26  Richard LevitteI got a request to make the "old des" symbols more...
next