'make update'
[openssl.git] / crypto /
2000-06-19 Richard LevitteAdd the missing callback pointer handling functions.
2000-06-19 Bodo MöllerAdd OPENSSL_free at the end of CRYPTO_destroy_dynlockid.
2000-06-19 Richard LevitteRedo the support for dynamic locks. First of all,...
2000-06-18 Richard LevitteModifications for VMS.
2000-06-18 Richard LevitteAdd support for dynamically created and destroyed mutex...
2000-06-17 Bodo MöllerUsing speaking "variable" names in macros so that e...
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-16 Richard LevitteChange to have a single library that works on both...
2000-06-16 Bodo Möllertypo
2000-06-16 Bodo MöllerIn EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_...
2000-06-16 Bodo MöllerThere are compilers that complain if a variable has...
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-06-15 Dr. Stephen HensonAdd support for the modified SGC key format used in...
2000-06-15 Richard LevitteMake sure that bs is not getting free'd again.
2000-06-13 Bodo MöllerThis probably fixes a BN_rshift bug.
2000-06-13 Bodo MöllerUse BN_CTX_end when exiting early from BN_mod_exp_mont_...
2000-06-13 Geoff ThorpeThe atalla functionality doesn't work with the "word...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-12 Ulf Möllerprotoypes
2000-06-11 Dr. Stephen HensonFix evp_locl.h macros.
2000-06-11 Dr. Stephen HensonMake EVP_SealInit() and EVP_OpenInit() check EVP_Encryp...
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-09 Bodo MöllerComment for increased code clarity.
2000-06-08 Bodo MöllerHarmonize indentation.
2000-06-08 Bodo MöllerSlightly faster DSA verification (BN_mod_exp2_mont),
2000-06-08 Bodo MöllerUse the equivalent of a sliding window (without precomp...
2000-06-07 Bodo MöllerSpeed up DH with small generator.
2000-06-06 Andy PolyakovCompaq C warns that "the expression 'p=scan_esc(p)...
2000-06-05 Andy PolyakovGCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workarou...
2000-06-05 Bodo Möllerint may be smaller than 32 bits.
2000-06-04 Richard LevitteAccording to Gordon Atwood <gordon@cs.ualberta.ca>...
2000-06-03 Ben LaurieEVP constification.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Ulf MöllerUse NO_FP_API.
2000-06-01 Ulf MöllerDon't include <stdlib.h>. In the NO_FP_API case, don...
2000-06-01 Ulf MöllerBug fix for 64 bit HP-UX.
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThis change will cause builds (by default) to not use...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-06-01 Geoff ThorpeThis is the first of two commits (didn't want to dump...
2000-06-01 Ulf Mölleris needed.
2000-05-31 Ulf Möller#include <stdio.h> not needed.
2000-05-31 Ulf Möller#include <stdlib.h> is not needed.
2000-05-31 Geoff Thorpesk_***_new_null() seems to be there to avoid exactly...
2000-05-31 Geoff Thorpesk_value was also suffering from de-const-ification.
2000-05-31 Geoff ThorpeAll the little functions created by the IMPLEMENT_STACK...
2000-05-31 Bodo MöllerMove Windows seeding functions into a separate file.
2000-05-31 Bodo MöllerAdd "FIXME" comment.
2000-05-30 Bodo MöllerImprove PRNG robustness.
2000-05-30 Dr. Stephen HensonMore EVP cipher revision.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.
2000-05-29 Geoff Thorpeanother warning.
2000-05-29 Geoff ThorpeIt seems that mktime does what is required here. Certai...
2000-05-29 Geoff ThorpeThis declaration seems to have been added into the...
2000-05-29 Geoff Thorpeoops.
2000-05-28 Dr. Stephen HensonThird phase of EVP cipher overhaul.
2000-05-27 Dr. Stephen HensonSecond phase of EVP cipher overhaul.
2000-05-26 Dr. Stephen HensonBeginnings of EVP cipher overhaul. This should eventually
2000-05-24 Dr. Stephen HensonAdd DSA library string. Workaround for IIS .key file...
2000-05-21 Ben LaurieYet more typesafety.
2000-05-19 Bodo MöllerFix "FIXME" indentation :-)
2000-05-19 Bodo MöllerAdd "FIXME" comment, and adjust the indentation.
2000-05-18 Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-05-17 Ben LaurieTypesafety Thought Police last part.
2000-05-17 Ben LaurieTypesafety Thought Police part 5.
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-16 Ben LaurieTypesafety Thought Police Part 2.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-15 Ulf Möllerprototype.
2000-05-15 Ulf MöllerMake sure that NO-RSA applications etc can include...
2000-05-15 Ulf MöllerMacOS changes.
2000-05-14 Ben LaurieAllow UTCTIME objects to be retrieved. Check for immine...
2000-05-11 Bodo MöllerWhen open()ing 'file' in RAND_write_file, don't use...
2000-05-04 Dr. Stephen HensonFix for SSL server purpose checking
2000-05-04 Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-05-02 Richard LevitteInitialise.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-05-01 Bodo MöllerAdd missing #include.
2000-04-29 Bodo MöllerAvoid leaking memory in thread_hash (and enable memory...
2000-04-26 Richard LevitteUse CONFerr, not RSAerr, in the conf library...
2000-04-26 Richard LevitteClarifications and removal of double declaration...
2000-04-25 Geoff ThorpeThis case in the "dso_unload" handlers should not be...
2000-04-20 Geoff ThorpeThe handling of DSA_METHOD and DH_METHOD wasn't quite...
2000-04-20 Geoff ThorpePreviously, the default RSA_METHOD was NULL until the...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-14 Bodo MöllerIgnore lib and Makefile.save.
2000-04-14 Bodo MöllerNew function ERR_error_string_n.
2000-04-09 Richard Levitte"make update"
2000-04-09 Richard LevitteI've always wanted to make the CONF library more adapta...
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-06 Geoff ThorpeThis helps make the DSO stuff more portable;
2000-04-04 Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...
2000-04-01 Richard LevitteTagging has now been done, update to the next possible...
2000-04-01 Richard LevitteBuilding version 0.9.5a
next