openssl.git
2003-11-28 Richard LevitteRSA_size() and DH_size() return the amount of bytes...
2003-11-28 Richard Levitte1024 is the export key bits limit according to current...
2003-11-28 Geoff ThorpeGet rid of some signed/unsigned comparison warnings.
2003-11-28 Richard LevitteMake a number of changes to the OS/2 build. Submitter...
2003-11-28 Richard LevitteMove another common functionality (reproduced so far...
2003-11-28 Richard LevitteLet's use text/plain in the example instead of crapy...
2003-11-28 Richard LevitteForgot to change the declaration of do_subject() to...
2003-11-28 Richard LevitteMove do_subject() to apps.c and rename it to parse_name...
2003-11-28 Richard LevitteAllow multi-valued rdns in subjects. This adds the...
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-28 Richard LevitteChange my debugging entries to do fierce BIGNUM debugging.
2003-11-25 Geoff ThorpeDue to recent debugging bursts, openssl should be more...
2003-11-25 Geoff ThorpeFix some handling in bn_word. This also resolves the...
2003-11-25 Geoff ThorpeSome changes for bn_gf2m.c: better error checking plus...
2003-11-24 Lutz JänickeFree "engine" resource in case of failure to prevent...
2003-11-22 Geoff ThorpeBN_div() cleanup: replace the use of BN_sub and BN_add...
2003-11-21 Geoff ThorpeFix a small bug in str_copy: if more than one variable...
2003-11-20 Dr. Stephen... Give CRLDP its standard name.
2003-11-20 Andy Polyakovhpux64-parisc2-gcc target added. Once it is verified...
2003-11-20 Andy Polyakov./config failed to correctly detect if gcc uses 64...
2003-11-18 Lutz JänickeMake sure to initialize AES counters to obtain proper...
2003-11-16 Ulf Möllerre-enable the test, keeping the original method for...
2003-11-16 Lutz JänickeCatch error condition to prevent NULL pointer dereference.
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-11-16 Ulf MöllerThe x9.62 tests replace the PRNG with specific numbers,
2003-11-15 Ulf MöllerBN_set_bit() etc should use "unsigned int".
2003-11-14 Richard LevitteLess restrictive debugging build.
2003-11-13 Geoff ThorpeThis rewrites two "for" loops in BN_rshift() - equality...
2003-11-10 Geoff ThorpeGeneral improvements to the ec_asn1.c code. This squash...
2003-11-10 Geoff ThorpeAvoid possible memory leaks in error-handling.
2003-11-10 Dr. Stephen... Print out GeneralizedTime and UTCTime in ASN1_STRING_pr...
2003-11-07 Ulf MöllerGeoff suggested a more succinct description for "top".
2003-11-07 Ulf Mölleroops... the description of ->top was inaccurate (the...
2003-11-06 Geoff ThorpeThis extends the debugging macros to use "pollution...
2003-11-06 Geoff ThorpeAdd debug-screening of input parameters to some functio...
2003-11-06 Geoff ThorpePut more debug screening in BN_div() and correct a...
2003-11-05 Geoff ThorpeThis is a revert of my previous commit to "improve...
2003-11-05 Ulf Möllertypo in comment
2003-11-05 Ulf Möllercleanup as discussed with Geoff
2003-11-05 Ulf MöllerCygwin debugging
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-11-04 Geoff ThorpeAvoid some shadowed variable names.
2003-11-04 Geoff ThorpeThis is the least unacceptable way I've found for decla...
2003-10-31 Richard LevitteEngines are usually binary, and should therefore be...
2003-10-31 Richard LevitteLet exit codes propagate from within for loops.
2003-10-31 Geoff Thorpebn_div() does some pretty nasty things with temporary...
2003-10-30 Geoff ThorpeWhen a BN_CTX is used for temporary workspace, the...
2003-10-30 Geoff ThorpeThis fixes a couple of cases where an inconsistent...
2003-10-29 Geoff Thorpemake update
2003-10-29 Geoff ThorpeTighten up my compiler settings.
2003-10-29 Geoff ThorpeRemove a line that was causing redundant declarations.
2003-10-29 Geoff ThorpeCopy-n-paste bug (don't mix variable declarations and...
2003-10-29 Geoff ThorpeOops, this file already had the "empty source file...
2003-10-29 Geoff ThorpeMake md32_common.h friendlier to compiler warnings.
2003-10-29 Geoff ThorpeSome provisional bignum debugging has begun to detect...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeBN_CTX is opaque and the static initialiser BN_CTX_init...
2003-10-29 Richard LevitteRemoving those memcpy()s also took away the possibility...
2003-10-29 Geoff Thorperemove accidentally committed debugging cruft.
2003-10-29 Geoff ThorpeRemove an unnecessary cast that causes certain compiler...
2003-10-29 Geoff ThorpeRemove redundant declaration.
2003-10-29 Geoff ThorpeRelax some over-zealous constification that gave some...
2003-10-29 Geoff ThorpeComments out some unimplemented functions instead of...
2003-10-29 Geoff ThorpeAvoid "empty source file" warnings.
2003-10-29 Geoff ThorpeFor whatever reason (compiler or header bugs), at least...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-10-29 Geoff ThorpeThe "cryptodev" engine preprocessor logic used undefine...
2003-10-28 Geoff ThorpeAdd my own debug config target.
2003-10-28 Geoff Thorpemake update
2003-10-28 Geoff ThorpeIgnore derived file.
2003-10-28 Geoff Thorpecrypto/evp/evptests.txt is copied to tests/ rather...
2003-10-24 Geoff ThorpeRemove duplicate prototypes have already been (correctl...
2003-10-15 Richard LevitteCorrect serious bug in AES-CBC decryption when the...
2003-10-13 Richard LevitteThe object file is o_str.o, not o_str.c.
2003-10-11 Dr. Stephen... Add support for digested data PKCS#7 type.
2003-10-11 Dr. Stephen... Simplify cipher and digest lookup in PKCS#7 code.
2003-10-10 Dr. Stephen... New function to initialize a PKCS7 structure of type...
2003-10-10 Dr. Stephen... Initialize digested data type in PKCS7_set_type().
2003-10-10 Dr. Stephen... Retrieve correct content to sign when the
2003-10-10 Dr. Stephen... Avoid warnings: add missing prototype, don't shadow.
2003-10-07 Richard LevitteIn realloc, don't destroy the old memory area if a...
2003-10-06 Richard Levittemake update
2003-10-06 Richard Levittes_client should inform the user of any compression...
2003-10-06 Richard LevitteAdd functionality to get information on compression...
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-06 Richard LevitteSetting the ex_data index is unsafe in a threaded envir...
2003-10-04 Richard LevitteRemove unused code, don't use zlib functions that are...
2003-10-02 Richard LevitteCheck for errors from SSL_COMP_add_compression_method().
2003-10-02 Richard LevitteCorrect a mixup of return values
2003-10-01 Richard LevitteInclude e_os.h to get a proper definition of memmove...
2003-10-01 Richard LevitteCorrected misplacement of one of the greps...
2003-10-01 Richard LevitteRemove leading and trailing spaces and tabs
2003-10-01 Richard LevitteAvoid 'file names' with spaces
2003-10-01 Richard LevitteUse correct case for manual page references
2003-09-30 Richard LevitteCorrect incorrect mode bits change.
2003-09-30 Richard LevitteCorrect buggy PODs (missing commas and a prepended...
2003-09-30 Dr. Stephen... ASN1 parse fix and release file changes.
2003-09-28 Richard LevitteFurther VxWorks changes from Bob Bradley <bob@chaoticso...
2003-09-28 Richard LevitteSynchronise util/libeay.num with the 0.9.7-stable one.
next